We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651ffcf commit 06f68ddCopy full SHA for 06f68dd
src/snowflake/connector/_utils.py
@@ -49,6 +49,7 @@ def get_temp_type_for_object(use_scoped_temp_objects: bool) -> str:
49
"""
50
return TEMPORARY_STRING
51
52
+
53
class _TrackedQueryCancellationTimer(Timer):
54
def __init__(self, interval, function, args=None, kwargs=None):
55
super().__init__(interval, function, args, kwargs)
0 commit comments