omnata-plugin-runtime 0.8.1a202__py3-none-any.whl → 0.8.2__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-0.8.1a202.dist-info → omnata_plugin_runtime-0.8.2.dist-info}/METADATA +2 -1
- {omnata_plugin_runtime-0.8.1a202.dist-info → omnata_plugin_runtime-0.8.2.dist-info}/RECORD +5 -5
- {omnata_plugin_runtime-0.8.1a202.dist-info → omnata_plugin_runtime-0.8.2.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.8.1a202.dist-info → omnata_plugin_runtime-0.8.2.dist-info}/WHEEL +0 -0
@@ -2150,7 +2150,7 @@ def __managed_inbound_processing_worker(
|
|
2150
2150
|
try:
|
2151
2151
|
with tracer.start_as_current_span("managed_inbound_processing") as managed_inbound_processing_span:
|
2152
2152
|
logger.debug(f"worker {worker_index} processing stream {stream.stream_name}, invoking plugin class method {method.__name__}")
|
2153
|
-
managed_inbound_processing_span.set_attribute("stream_name", stream.stream_name)
|
2153
|
+
managed_inbound_processing_span.set_attribute("omnata.sync.stream_name", stream.stream_name)
|
2154
2154
|
result = method(plugin_class_obj, *(stream, *method_args), **method_kwargs)
|
2155
2155
|
logger.debug(f"worker {worker_index} completed processing stream {stream.stream_name}")
|
2156
2156
|
if result is not None and result is False:
|
{omnata_plugin_runtime-0.8.1a202.dist-info → omnata_plugin_runtime-0.8.2.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: omnata-plugin-runtime
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.2
|
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
|
@@ -51,3 +51,4 @@ It contains data classes, interfaces and application logic used to perform plugi
|
|
51
51
|
|
52
52
|
For instructions on creating plugins, visit our [docs site](https://docs.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/plugins/creating-plugins).
|
53
53
|
|
54
|
+
|
@@ -3,10 +3,10 @@ omnata_plugin_runtime/api.py,sha256=tVi4KLL0v5N3yz3Ie0kSyFemryu572gCbtSRfWN6wBU,
|
|
3
3
|
omnata_plugin_runtime/configuration.py,sha256=6JmgE4SL3F5cGlDYqt17A1vTFu6nB74yWgEpQ5qV9ho,38380
|
4
4
|
omnata_plugin_runtime/forms.py,sha256=ueodN2GIMS5N9fqebpY4uNGJnjEb9HcuaVQVfWH-cGg,19838
|
5
5
|
omnata_plugin_runtime/logging.py,sha256=WBuZt8lF9E5oFWM4KYQbE8dDJ_HctJ1pN3BHwU6rcd0,4461
|
6
|
-
omnata_plugin_runtime/omnata_plugin.py,sha256
|
6
|
+
omnata_plugin_runtime/omnata_plugin.py,sha256=-JWudJopR-swV2b04krprpBsgnNyzbuGOIlwugG_o_c,131203
|
7
7
|
omnata_plugin_runtime/plugin_entrypoints.py,sha256=sB_h6OBEMk7lTLIjdNrNo9Sthk8UE9PnK2AUcQJPe9I,32728
|
8
8
|
omnata_plugin_runtime/rate_limiting.py,sha256=eOWVRYWiqPlVeYzmB1exVXfXbrcpmYb7vtTi9B-4zkQ,25868
|
9
|
-
omnata_plugin_runtime-0.8.
|
10
|
-
omnata_plugin_runtime-0.8.
|
11
|
-
omnata_plugin_runtime-0.8.
|
12
|
-
omnata_plugin_runtime-0.8.
|
9
|
+
omnata_plugin_runtime-0.8.2.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
|
10
|
+
omnata_plugin_runtime-0.8.2.dist-info/METADATA,sha256=MhZlmrbOfCXjGHyQ2eQLa0DsPimezsw964VFpB4hj_E,2154
|
11
|
+
omnata_plugin_runtime-0.8.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
12
|
+
omnata_plugin_runtime-0.8.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|