omnata-plugin-runtime 0.4.0a86__py3-none-any.whl → 0.4.0a87__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- omnata_plugin_runtime/omnata_plugin.py +0 -2
- {omnata_plugin_runtime-0.4.0a86.dist-info → omnata_plugin_runtime-0.4.0a87.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.4.0a86.dist-info → omnata_plugin_runtime-0.4.0a87.dist-info}/RECORD +5 -5
- {omnata_plugin_runtime-0.4.0a86.dist-info → omnata_plugin_runtime-0.4.0a87.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.4.0a86.dist-info → omnata_plugin_runtime-0.4.0a87.dist-info}/WHEEL +0 -0
@@ -934,7 +934,6 @@ class InboundSyncRequest(SyncRequest):
|
|
934
934
|
] = self._stream_record_counts[stream_name] + total_length
|
935
935
|
results.extend(non_empty_dfs) # remove any None/empty dataframes
|
936
936
|
stream_names.append(stream_name)
|
937
|
-
self._session.sql("begin").collect()
|
938
937
|
if len(results) > 0:
|
939
938
|
logger.info(
|
940
939
|
f"Applying {len(results)} batches of queued results"
|
@@ -945,7 +944,6 @@ class InboundSyncRequest(SyncRequest):
|
|
945
944
|
self._apply_results_dataframe(stream_names, all_dfs)
|
946
945
|
# update the stream state object too
|
947
946
|
self._apply_latest_states()
|
948
|
-
self._session.sql("commit").collect()
|
949
947
|
for stream_name in stream_names:
|
950
948
|
self._apply_results[stream_name] = None
|
951
949
|
self._apply_results = {}
|
{omnata_plugin_runtime-0.4.0a86.dist-info → omnata_plugin_runtime-0.4.0a87.dist-info}/RECORD
RENAMED
@@ -3,10 +3,10 @@ omnata_plugin_runtime/api.py,sha256=W79CsAcl127Dzy-XVS9CzvzsbS3IigVH4QAhFFDkaXg,
|
|
3
3
|
omnata_plugin_runtime/configuration.py,sha256=7cMekoY8CeZAJHpASU6tCMidF55Hzfr7CD74jtebqIY,35742
|
4
4
|
omnata_plugin_runtime/forms.py,sha256=pw_aKVsXSz47EP8PFBI3VDwdSN5IjvZxp8JTjO1V130,18421
|
5
5
|
omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
|
6
|
-
omnata_plugin_runtime/omnata_plugin.py,sha256=
|
6
|
+
omnata_plugin_runtime/omnata_plugin.py,sha256=s9h0zqkCJYeBpKIeUQathy7gOw_0Tw-irhdBW72q2xo,105616
|
7
7
|
omnata_plugin_runtime/plugin_entrypoints.py,sha256=D2f0Qih7KTJNXIDYkA-E55RTEK_7Jtv9ySqspWxERVA,28272
|
8
8
|
omnata_plugin_runtime/rate_limiting.py,sha256=29Hjsr0i1rE8jERVdIFGINfQfp_kI3PDft-IM_ZxvCA,21509
|
9
|
-
omnata_plugin_runtime-0.4.
|
10
|
-
omnata_plugin_runtime-0.4.
|
11
|
-
omnata_plugin_runtime-0.4.
|
12
|
-
omnata_plugin_runtime-0.4.
|
9
|
+
omnata_plugin_runtime-0.4.0a87.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
|
10
|
+
omnata_plugin_runtime-0.4.0a87.dist-info/METADATA,sha256=-yx21xGaWDk6paSBL0QfVC2JE4IiEyeV6SQiQT7KfMo,1603
|
11
|
+
omnata_plugin_runtime-0.4.0a87.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
12
|
+
omnata_plugin_runtime-0.4.0a87.dist-info/RECORD,,
|
{omnata_plugin_runtime-0.4.0a86.dist-info → omnata_plugin_runtime-0.4.0a87.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|