omnata-plugin-runtime 0.10.24a279__py3-none-any.whl → 0.10.25a280__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- omnata_plugin_runtime/plugin_entrypoints.py +3 -0
- {omnata_plugin_runtime-0.10.24a279.dist-info → omnata_plugin_runtime-0.10.25a280.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.10.24a279.dist-info → omnata_plugin_runtime-0.10.25a280.dist-info}/RECORD +5 -5
- {omnata_plugin_runtime-0.10.24a279.dist-info → omnata_plugin_runtime-0.10.25a280.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.10.24a279.dist-info → omnata_plugin_runtime-0.10.25a280.dist-info}/WHEEL +0 -0
@@ -63,6 +63,9 @@ class PluginEntrypoint:
|
|
63
63
|
# logging defaults
|
64
64
|
snowflake_logger = logging.getLogger("snowflake")
|
65
65
|
snowflake_logger.setLevel(logging.WARN) # we don't want snowflake queries being logged by default
|
66
|
+
# also snowflake.snowpark._internal.open_telemetry can be very noisy, so we set it to ERROR
|
67
|
+
snowflake_telemetry_logger = logging.getLogger("snowflake.snowpark._internal.open_telemetry")
|
68
|
+
snowflake_telemetry_logger.setLevel(logging.ERROR)
|
66
69
|
# the sync engine can tell the plugin to override log level via a session variable
|
67
70
|
if session is not None:
|
68
71
|
try:
|
{omnata_plugin_runtime-0.10.24a279.dist-info → omnata_plugin_runtime-0.10.25a280.dist-info}/RECORD
RENAMED
@@ -5,9 +5,9 @@ omnata_plugin_runtime/forms.py,sha256=Lrbr3otsFDrvHWJw7v-slsW4PvEHJ6BG1Yl8oaJfiD
|
|
5
5
|
omnata_plugin_runtime/json_schema.py,sha256=rqpJ5wjZiaE6shFB6Rv5CRHIl8xGxntibNjlh4A6Zr0,45902
|
6
6
|
omnata_plugin_runtime/logging.py,sha256=WBuZt8lF9E5oFWM4KYQbE8dDJ_HctJ1pN3BHwU6rcd0,4461
|
7
7
|
omnata_plugin_runtime/omnata_plugin.py,sha256=vD6FKJIFzTRYbj1Q51LSE-Kar4GPTq9SJcBU5jCYtiQ,134074
|
8
|
-
omnata_plugin_runtime/plugin_entrypoints.py,sha256=
|
8
|
+
omnata_plugin_runtime/plugin_entrypoints.py,sha256=SlpI3VF3EdTGFCr9wDD0kV4v6B6bHfNDFdC3slU2y8Y,32241
|
9
9
|
omnata_plugin_runtime/rate_limiting.py,sha256=qpr5esU4Ks8hMzuMpSR3gLFdor2ZUXYWCjmsQH_K6lQ,25882
|
10
|
-
omnata_plugin_runtime-0.10.
|
11
|
-
omnata_plugin_runtime-0.10.
|
12
|
-
omnata_plugin_runtime-0.10.
|
13
|
-
omnata_plugin_runtime-0.10.
|
10
|
+
omnata_plugin_runtime-0.10.25a280.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
|
11
|
+
omnata_plugin_runtime-0.10.25a280.dist-info/METADATA,sha256=4PfX2CBM6ID4Mld0S7hUc43GiBgwxw5pzMoapCv7Zf0,2212
|
12
|
+
omnata_plugin_runtime-0.10.25a280.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
13
|
+
omnata_plugin_runtime-0.10.25a280.dist-info/RECORD,,
|
{omnata_plugin_runtime-0.10.24a279.dist-info → omnata_plugin_runtime-0.10.25a280.dist-info}/LICENSE
RENAMED
File without changes
|
{omnata_plugin_runtime-0.10.24a279.dist-info → omnata_plugin_runtime-0.10.25a280.dist-info}/WHEEL
RENAMED
File without changes
|