omnata-plugin-runtime 0.1.21__py3-none-any.whl → 0.1.22__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/plugin_entrypoints.py +1 -1
- {omnata_plugin_runtime-0.1.21.dist-info → omnata_plugin_runtime-0.1.22.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.1.21.dist-info → omnata_plugin_runtime-0.1.22.dist-info}/RECORD +5 -5
- {omnata_plugin_runtime-0.1.21.dist-info → omnata_plugin_runtime-0.1.22.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.1.21.dist-info → omnata_plugin_runtime-0.1.22.dist-info}/WHEEL +0 -0
@@ -169,7 +169,7 @@ class PluginEntrypoint():
|
|
169
169
|
logger.info(f"Calling apply_results_queue")
|
170
170
|
inbound_sync_request.apply_results_queue()
|
171
171
|
omnata_log_handler.flush()
|
172
|
-
return_dict["streams"] = dict(streams_list
|
172
|
+
return_dict["streams"] = [s.dict() for s in streams_list]
|
173
173
|
# we need to calculate counts for:
|
174
174
|
# CHANGED_COUNT by counting up the records in INBOUND_STREAM_RECORD_COUNTS
|
175
175
|
logger.info('Finished applying records')
|
@@ -4,10 +4,10 @@ omnata_plugin_runtime/configuration.py,sha256=ApmDhTG7TqURiQ5VCkfP8QY8rT5K9pQIdK
|
|
4
4
|
omnata_plugin_runtime/forms.py,sha256=LZwztBBzoKdvsSccZ0ZKC7Edkml5e6buTpgJKkC1VTc,12646
|
5
5
|
omnata_plugin_runtime/logging.py,sha256=LnLVqwaxzf81XAxtKPHwrr56yfsWvK-GYlsuk27xQ2c,4134
|
6
6
|
omnata_plugin_runtime/omnata_plugin.py,sha256=0hA9Xdo_edWHdH7mX-jVF127IErr21lZED31erivdV4,64935
|
7
|
-
omnata_plugin_runtime/plugin_entrypoints.py,sha256=
|
7
|
+
omnata_plugin_runtime/plugin_entrypoints.py,sha256=8OM43cqQjF4-axBR5nZ8-EvAO8ryoHJDQQVuQMx6AIc,18396
|
8
8
|
omnata_plugin_runtime/rate_limiting.py,sha256=wxjKF26cMyCRdkCdTytC-mXwJFgsMze-PJttiND9c8g,10078
|
9
9
|
omnata_plugin_runtime/record_transformer.py,sha256=oDUHurMQl6ixsltBaZf6ngPxtoizcaS21LuxKMxlaxY,2611
|
10
|
-
omnata_plugin_runtime-0.1.
|
11
|
-
omnata_plugin_runtime-0.1.
|
12
|
-
omnata_plugin_runtime-0.1.
|
13
|
-
omnata_plugin_runtime-0.1.
|
10
|
+
omnata_plugin_runtime-0.1.22.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
|
11
|
+
omnata_plugin_runtime-0.1.22.dist-info/METADATA,sha256=qQmOHKBQU8fPvbwkRAb81lHIF2agPtrJOqUOrFe-qD4,853
|
12
|
+
omnata_plugin_runtime-0.1.22.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
13
|
+
omnata_plugin_runtime-0.1.22.dist-info/RECORD,,
|
File without changes
|
File without changes
|