omnata-plugin-runtime 0.1.66__py3-none-any.whl → 0.1.67__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/omnata_plugin.py +1 -1
- omnata_plugin_runtime/plugin_entrypoints.py +1 -1
- {omnata_plugin_runtime-0.1.66.dist-info → omnata_plugin_runtime-0.1.67.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.1.66.dist-info → omnata_plugin_runtime-0.1.67.dist-info}/RECORD +6 -6
- {omnata_plugin_runtime-0.1.66.dist-info → omnata_plugin_runtime-0.1.67.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.1.66.dist-info → omnata_plugin_runtime-0.1.67.dist-info}/WHEEL +0 -0
@@ -783,7 +783,7 @@ class InboundSyncRequest(SyncRequest):
|
|
783
783
|
] = self._stream_record_counts[stream_name] + len(all_dfs)
|
784
784
|
# update the stream state object too
|
785
785
|
self._apply_latest_states()
|
786
|
-
|
786
|
+
self._apply_results[stream_name] = None
|
787
787
|
self._apply_results = {}
|
788
788
|
# update the inbound stream record counts, so we can see progress
|
789
789
|
self._plugin_message(
|
@@ -347,7 +347,7 @@ class PluginEntrypoint:
|
|
347
347
|
) -> Dict[str, StoredConfigurationValue]:
|
348
348
|
connection_secrets = {}
|
349
349
|
# this is the new API for secrets access (https://docs.snowflake.com/en/LIMITEDACCESS/secret-api-reference)
|
350
|
-
import _snowflake # pylint: disable=import-error, import-outside-toplevel
|
350
|
+
import _snowflake # pylint: disable=import-error, import-outside-toplevel # type: ignore
|
351
351
|
|
352
352
|
if oauth_secret_name is not None:
|
353
353
|
connection_secrets["access_token"] = StoredConfigurationValue(
|
@@ -3,10 +3,10 @@ omnata_plugin_runtime/api.py,sha256=NFjh3VZiJxoiyUyE_KHjr7wSpDgEZMU5Y_ll-vrkWjY,
|
|
3
3
|
omnata_plugin_runtime/configuration.py,sha256=InDFxPYKjBAxZAdmqjiAOgxWZADL0nSAEWNUYd9joUo,29843
|
4
4
|
omnata_plugin_runtime/forms.py,sha256=AcwDR6tNpzKehILsWmlU4wxDmRyPey2EbICNhosH80Q,14144
|
5
5
|
omnata_plugin_runtime/logging.py,sha256=QjM4x6Hpix7UN_9qVRx24HwtICCfOIS6w0cptgH-DFE,2996
|
6
|
-
omnata_plugin_runtime/omnata_plugin.py,sha256=
|
7
|
-
omnata_plugin_runtime/plugin_entrypoints.py,sha256=
|
6
|
+
omnata_plugin_runtime/omnata_plugin.py,sha256=2sAeIYGG0ShApHXG5jylZscBqn9TZR1TjxTo0BAf05c,75137
|
7
|
+
omnata_plugin_runtime/plugin_entrypoints.py,sha256=bMRQI5mh1ND1BGRARyNzfUzXtx9fdEFdpxUN5PlAGVE,20844
|
8
8
|
omnata_plugin_runtime/rate_limiting.py,sha256=8DBz-OxzBGUCoZqWe8fJvT4TGIs4b3WFZgO--9_UbF0,10840
|
9
|
-
omnata_plugin_runtime-0.1.
|
10
|
-
omnata_plugin_runtime-0.1.
|
11
|
-
omnata_plugin_runtime-0.1.
|
12
|
-
omnata_plugin_runtime-0.1.
|
9
|
+
omnata_plugin_runtime-0.1.67.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
|
10
|
+
omnata_plugin_runtime-0.1.67.dist-info/METADATA,sha256=tTE_T8V2NpdXQJ8RZWWKs9jWc5Sktonuf7fkP28Y3_U,998
|
11
|
+
omnata_plugin_runtime-0.1.67.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
12
|
+
omnata_plugin_runtime-0.1.67.dist-info/RECORD,,
|
File without changes
|
File without changes
|