omnata-plugin-runtime 0.4.2a95__py3-none-any.whl → 0.4.2a97__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 +1 -1
- omnata_plugin_runtime/plugin_entrypoints.py +2 -0
- {omnata_plugin_runtime-0.4.2a95.dist-info → omnata_plugin_runtime-0.4.2a97.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.4.2a95.dist-info → omnata_plugin_runtime-0.4.2a97.dist-info}/RECORD +6 -6
- {omnata_plugin_runtime-0.4.2a95.dist-info → omnata_plugin_runtime-0.4.2a97.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.4.2a95.dist-info → omnata_plugin_runtime-0.4.2a97.dist-info}/WHEEL +0 -0
@@ -896,6 +896,7 @@ class InboundSyncRequest(SyncRequest):
|
|
896
896
|
stream_name: 0 for stream_name in self._streams_dict.keys()
|
897
897
|
}
|
898
898
|
self._completed_streams: List[str] = []
|
899
|
+
self._omnata_log_handler = omnata_log_handler
|
899
900
|
SyncRequest.__init__(
|
900
901
|
self,
|
901
902
|
run_id=run_id,
|
@@ -916,7 +917,6 @@ class InboundSyncRequest(SyncRequest):
|
|
916
917
|
f"{self._source_app_name}.{self._results_schema_name}.{self._results_table_name}_CRITERIA_DELETES"
|
917
918
|
)
|
918
919
|
self._apply_results: Dict[str, List[pandas.DataFrame]] = {}
|
919
|
-
self._omnata_log_handler = omnata_log_handler
|
920
920
|
|
921
921
|
def apply_results_queue(self):
|
922
922
|
"""
|
@@ -218,7 +218,9 @@ class PluginEntrypoint:
|
|
218
218
|
inbound_sync_request.update_activity("Staging remaining records")
|
219
219
|
logger.info("Calling apply_results_queue")
|
220
220
|
inbound_sync_request.apply_results_queue()
|
221
|
+
logger.info("Calling apply_rate_limit_state")
|
221
222
|
inbound_sync_request.apply_rate_limit_state()
|
223
|
+
logger.info("Calling apply_progress_updates")
|
222
224
|
inbound_sync_request.apply_progress_updates()
|
223
225
|
if inbound_sync_request.deadline_reached:
|
224
226
|
# if we actually hit the deadline, this is flagged by the cancellation checking worker and the cancellation
|
{omnata_plugin_runtime-0.4.2a95.dist-info → omnata_plugin_runtime-0.4.2a97.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=
|
7
|
-
omnata_plugin_runtime/plugin_entrypoints.py,sha256=
|
6
|
+
omnata_plugin_runtime/omnata_plugin.py,sha256=sh19I-l2xIc7aPxO83mv65rijMPfCIDqh5o6sguc1H4,107066
|
7
|
+
omnata_plugin_runtime/plugin_entrypoints.py,sha256=wco1QqubxxE-cMYQiu8D3pUZss3QeiAlrF2UFg5m0GM,28404
|
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.2a97.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
|
10
|
+
omnata_plugin_runtime-0.4.2a97.dist-info/METADATA,sha256=Pp8w0AnG0kau-vloWNt0GLq_D7nwopzqnSaYO7YXqcw,1641
|
11
|
+
omnata_plugin_runtime-0.4.2a97.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
12
|
+
omnata_plugin_runtime-0.4.2a97.dist-info/RECORD,,
|
{omnata_plugin_runtime-0.4.2a95.dist-info → omnata_plugin_runtime-0.4.2a97.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|