omnata-plugin-runtime 0.10.6a235__py3-none-any.whl → 0.10.6a236__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.
@@ -599,6 +599,7 @@ def normalized_view_part(
599
599
  snowflake_columns.append(
600
600
  SnowflakeViewColumn(
601
601
  name="OMNATA_APP_IDENTIFIER",
602
+ original_name="OMNATA_APP_IDENTIFIER",
602
603
  expression="APP_IDENTIFIER",
603
604
  comment="The value of the unique identifier for the record in the source system",
604
605
  )
@@ -606,6 +607,7 @@ def normalized_view_part(
606
607
  snowflake_columns.append(
607
608
  SnowflakeViewColumn(
608
609
  name="OMNATA_RETRIEVE_DATE",
610
+ original_name="OMNATA_RETRIEVE_DATE",
609
611
  expression="RETRIEVE_DATE",
610
612
  comment="The date and time the record was retrieved from the source system",
611
613
  )
@@ -613,6 +615,7 @@ def normalized_view_part(
613
615
  snowflake_columns.append(
614
616
  SnowflakeViewColumn(
615
617
  name="OMNATA_RAW_RECORD",
618
+ original_name="OMNATA_RAW_RECORD",
616
619
  expression="RECORD_DATA",
617
620
  comment="The raw semi-structured record as retrieved from the source system",
618
621
  )
@@ -620,6 +623,7 @@ def normalized_view_part(
620
623
  snowflake_columns.append(
621
624
  SnowflakeViewColumn(
622
625
  name="OMNATA_IS_DELETED",
626
+ original_name="OMNATA_IS_DELETED",
623
627
  expression="IS_DELETED",
624
628
  comment="A flag to indicate that the record was deleted from the source system",
625
629
  )
@@ -627,6 +631,7 @@ def normalized_view_part(
627
631
  snowflake_columns.append(
628
632
  SnowflakeViewColumn(
629
633
  name="OMNATA_RUN_ID",
634
+ original_name="OMNATA_RUN_ID",
630
635
  expression="RUN_ID",
631
636
  comment="A flag to indicate which run the record was last processed in",
632
637
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.10.6a235
3
+ Version: 0.10.6a236
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
@@ -2,12 +2,12 @@ omnata_plugin_runtime/__init__.py,sha256=MS9d1whnfT_B3-ThqZ7l63QeC_8OEKTuaYV5wTw
2
2
  omnata_plugin_runtime/api.py,sha256=baGraSMiD4Yvi3ZWrEv_TKh8Ktd1U8riBdOpe9j0Puw,8202
3
3
  omnata_plugin_runtime/configuration.py,sha256=fpSyBr3Dr7GNdil88915VtMwRy5pexkGCRBk7BLFpPs,46527
4
4
  omnata_plugin_runtime/forms.py,sha256=9YHJ_T17lT-rwyDaUg_0yj_YMPda4DRCw_wrvf8hE0E,19964
5
- omnata_plugin_runtime/json_schema.py,sha256=DB4bLNQ3mDvB8G0EQY2RiPwTe3H_PQKxa61ryTbpyEQ,29481
5
+ omnata_plugin_runtime/json_schema.py,sha256=WJ3I7UORtVOLMDgtu6U8ZH7NuZoTGpJ9bFueyshgVjg,29739
6
6
  omnata_plugin_runtime/logging.py,sha256=WBuZt8lF9E5oFWM4KYQbE8dDJ_HctJ1pN3BHwU6rcd0,4461
7
7
  omnata_plugin_runtime/omnata_plugin.py,sha256=M0b6f9lKKEoEI0zf-ZwZcIPKPQTmHTIMhvcrBc94Mhg,133278
8
8
  omnata_plugin_runtime/plugin_entrypoints.py,sha256=iqGl8_nEEnPGKg3Aem4YLSQ6d5xS3ju5gq8MJbx6sCA,31968
9
9
  omnata_plugin_runtime/rate_limiting.py,sha256=qpr5esU4Ks8hMzuMpSR3gLFdor2ZUXYWCjmsQH_K6lQ,25882
10
- omnata_plugin_runtime-0.10.6a235.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
11
- omnata_plugin_runtime-0.10.6a235.dist-info/METADATA,sha256=CPI4nTz1LjXxvTejYOvdNe54rs-l8WEklh8e5H_C11c,2211
12
- omnata_plugin_runtime-0.10.6a235.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
13
- omnata_plugin_runtime-0.10.6a235.dist-info/RECORD,,
10
+ omnata_plugin_runtime-0.10.6a236.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
11
+ omnata_plugin_runtime-0.10.6a236.dist-info/METADATA,sha256=YniIppQo7-RJ4lfGmJAWGWMlj--9bQSroXCMPYL7k1U,2211
12
+ omnata_plugin_runtime-0.10.6a236.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
13
+ omnata_plugin_runtime-0.10.6a236.dist-info/RECORD,,