omnata-plugin-runtime 0.3.24a76__py3-none-any.whl → 0.3.25__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,4 +45,3 @@ import logging
45
45
  if "snowflake_import_directory" in sys._xoptions:
46
46
  logger = logging.getLogger("snowflake")
47
47
  logger.setLevel(logging.WARN) # we don't want snowflake queries being logged by default
48
- logger.propagate = False
@@ -59,7 +59,7 @@ 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
  if session is not None:
62
- v = session.sql("select getvariable('SNOWFLAKE_CONNECTOR_LOG_LEVEL')").collect()
62
+ v = session.sql("select getvariable('SNOWFLAKE_LOG_LEVEL')").collect()
63
63
  result = v[0][0]
64
64
  if result is not None:
65
65
  default_snowflake_connector_log_level = result
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.3.24a76
3
+ Version: 0.3.25
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
@@ -0,0 +1,12 @@
1
+ omnata_plugin_runtime/__init__.py,sha256=MS9d1whnfT_B3-ThqZ7l63QeC_8OEKTuaYV5wTwRpBA,1576
2
+ omnata_plugin_runtime/api.py,sha256=_N5ok5LN7GDO4J9n3yduXp3tpjmhpySY__U2baiygrs,6217
3
+ omnata_plugin_runtime/configuration.py,sha256=7cMekoY8CeZAJHpASU6tCMidF55Hzfr7CD74jtebqIY,35742
4
+ omnata_plugin_runtime/forms.py,sha256=pw_aKVsXSz47EP8PFBI3VDwdSN5IjvZxp8JTjO1V130,18421
5
+ omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
6
+ omnata_plugin_runtime/omnata_plugin.py,sha256=SYHOE3w134j7TA9ljmdUi1LtKrc7ZyIiozj5ycCHN94,103800
7
+ omnata_plugin_runtime/plugin_entrypoints.py,sha256=D2f0Qih7KTJNXIDYkA-E55RTEK_7Jtv9ySqspWxERVA,28272
8
+ omnata_plugin_runtime/rate_limiting.py,sha256=se6MftQI5NrVHaLb1hByPCgAESPQhkAgIG7KIU1clDU,16562
9
+ omnata_plugin_runtime-0.3.25.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
+ omnata_plugin_runtime-0.3.25.dist-info/METADATA,sha256=DDwrpCwpKexF0j-G1CFxdwWLx-vlzG3MVSYFHCf7P94,1601
11
+ omnata_plugin_runtime-0.3.25.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
+ omnata_plugin_runtime-0.3.25.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- omnata_plugin_runtime/__init__.py,sha256=cQrUeUWFU1wmgiitgpawqFLgU8SBSSFroM0vZEEPZGE,1604
2
- omnata_plugin_runtime/api.py,sha256=_N5ok5LN7GDO4J9n3yduXp3tpjmhpySY__U2baiygrs,6217
3
- omnata_plugin_runtime/configuration.py,sha256=7cMekoY8CeZAJHpASU6tCMidF55Hzfr7CD74jtebqIY,35742
4
- omnata_plugin_runtime/forms.py,sha256=pw_aKVsXSz47EP8PFBI3VDwdSN5IjvZxp8JTjO1V130,18421
5
- omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
6
- omnata_plugin_runtime/omnata_plugin.py,sha256=SYHOE3w134j7TA9ljmdUi1LtKrc7ZyIiozj5ycCHN94,103800
7
- omnata_plugin_runtime/plugin_entrypoints.py,sha256=kmgUF4Y3efEq8td7HA4pUOLTsGjD-2KGalNB_nDiwwI,28282
8
- omnata_plugin_runtime/rate_limiting.py,sha256=se6MftQI5NrVHaLb1hByPCgAESPQhkAgIG7KIU1clDU,16562
9
- omnata_plugin_runtime-0.3.24a76.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
- omnata_plugin_runtime-0.3.24a76.dist-info/METADATA,sha256=ugLqo2kVi4S0QqZ_07dhKc_A9fvlVJThrwv8LTEMZds,1604
11
- omnata_plugin_runtime-0.3.24a76.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
- omnata_plugin_runtime-0.3.24a76.dist-info/RECORD,,