omnata-plugin-runtime 0.3.24a74__py3-none-any.whl → 0.3.24a75__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.
@@ -59,10 +59,11 @@ class PluginEntrypoint:
59
59
  self._plugin_instance._session = session # pylint: disable=protected-access
60
60
  # the sync engine can override the snowflake connector log level via a session variable
61
61
  default_snowflake_connector_log_level:str = "WARN"
62
- v = session.sql("select getvariable('SNOWFLAKE_CONNECTOR_LOG_LEVEL')").collect()
63
- result = v[0][0]
64
- if result is not None:
65
- default_snowflake_connector_log_level = result
62
+ if session is not None:
63
+ v = session.sql("select getvariable('SNOWFLAKE_CONNECTOR_LOG_LEVEL')").collect()
64
+ result = v[0][0]
65
+ if result is not None:
66
+ default_snowflake_connector_log_level = result
66
67
  snowflake_logger = logging.getLogger("snowflake.connector")
67
68
  snowflake_logger.setLevel(default_snowflake_connector_log_level)
68
69
  snowflake_logger.propagate = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.3.24a74
3
+ Version: 0.3.24a75
4
4
  Summary: Classes and common runtime components for building and running Omnata Plugins
5
5
  Author: James Weakley
6
6
  Author-email: james.weakley@omnata.com
@@ -4,9 +4,9 @@ omnata_plugin_runtime/configuration.py,sha256=7cMekoY8CeZAJHpASU6tCMidF55Hzfr7CD
4
4
  omnata_plugin_runtime/forms.py,sha256=pw_aKVsXSz47EP8PFBI3VDwdSN5IjvZxp8JTjO1V130,18421
5
5
  omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
6
6
  omnata_plugin_runtime/omnata_plugin.py,sha256=SYHOE3w134j7TA9ljmdUi1LtKrc7ZyIiozj5ycCHN94,103800
7
- omnata_plugin_runtime/plugin_entrypoints.py,sha256=-0noaDSwRLdjOBsA37GFKjOV2hInGa5eky2wF90KdNI,28279
7
+ omnata_plugin_runtime/plugin_entrypoints.py,sha256=6ms3GeO8cx15MOl6731XDgLRSFHVKr6lfgiNguH7LyI,28327
8
8
  omnata_plugin_runtime/rate_limiting.py,sha256=se6MftQI5NrVHaLb1hByPCgAESPQhkAgIG7KIU1clDU,16562
9
- omnata_plugin_runtime-0.3.24a74.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
- omnata_plugin_runtime-0.3.24a74.dist-info/METADATA,sha256=GW3ND2kIp75lU46-TQ847p4goFt5M6nbN1uAMrQcaes,1604
11
- omnata_plugin_runtime-0.3.24a74.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
- omnata_plugin_runtime-0.3.24a74.dist-info/RECORD,,
9
+ omnata_plugin_runtime-0.3.24a75.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
+ omnata_plugin_runtime-0.3.24a75.dist-info/METADATA,sha256=IDU8h_XFXR--ZHLo6vSuIu1eP7F_CqCM8RgpOMoWjjA,1604
11
+ omnata_plugin_runtime-0.3.24a75.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
+ omnata_plugin_runtime-0.3.24a75.dist-info/RECORD,,