You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.debug("[control connection] triggers table not found")
2008
2008
triggers_result= {}
2009
2009
elifisinstance(triggers_result, Unauthorized):
2010
-
log.warn("[control connection] this version of Cassandra does not allow access to schema_triggers metadata with authorization enabled (CASSANDRA-7967); "
2011
-
"The driver will operate normally, but will not reflect triggers in the local metadata model, or schema strings.")
2010
+
log.warning("[control connection] this version of Cassandra does not allow access to schema_triggers metadata with authorization enabled (CASSANDRA-7967); "
2011
+
"The driver will operate normally, but will not reflect triggers in the local metadata model, or schema strings.")
log.warn("Failed creating named tuple for results with column names %s (cleaned: %s) (see Python 'namedtuple' documentation for details on name rules). "
107
-
"Results will be returned with positional names. "
108
-
"Avoid this by choosing different names, using SELECT \"<col name>\" AS aliases, "
109
-
"or specifying a different row_factory on your Session"%
110
-
(colnames, clean_column_names))
106
+
log.warning("Failed creating named tuple for results with column names %s (cleaned: %s) "
107
+
"(see Python 'namedtuple' documentation for details on name rules). "
108
+
"Results will be returned with positional names. "
109
+
"Avoid this by choosing different names, using SELECT \"<col name>\" AS aliases, "
110
+
"or specifying a different row_factory on your Session"%
0 commit comments