omnata-plugin-runtime 0.10.20__py3-none-any.whl → 0.10.21__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.
@@ -923,7 +923,7 @@ class SyncScheduleDbt(SubscriptableBaseModel):
923
923
  time_limit_mins (int): The maximum time the sync can run for before being cancelled
924
924
  dbt_dev_target_name (str): The name of the dbt target used by developers outside of CI
925
925
  dbt_sync_model_name (str): The name of the dbt model used to run the sync
926
- dbt_source_model_name (str): The name of the dbt model used as a source for the run. This will be resolved at runtime and replaces the configured source table
926
+ dbt_source_model_name (str): The name of the dbt model used as a source for the run, if the sync is Outbound. This will be resolved at runtime and replaces the configured source table
927
927
  is_dbt_cloud (bool): If true, dbt cloud is in use
928
928
  """
929
929
 
@@ -934,7 +934,7 @@ class SyncScheduleDbt(SubscriptableBaseModel):
934
934
  time_limit_mins: int = 60 * 4
935
935
  dbt_dev_target_name: str = "dev"
936
936
  dbt_sync_model_name: str
937
- dbt_source_model_name: str
937
+ dbt_source_model_name: Optional[str] = Field(default=None)
938
938
  is_dbt_cloud: bool = True
939
939
 
940
940
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.10.20
3
+ Version: 0.10.21
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
@@ -1,13 +1,13 @@
1
1
  omnata_plugin_runtime/__init__.py,sha256=MS9d1whnfT_B3-ThqZ7l63QeC_8OEKTuaYV5wTwRpBA,1576
2
2
  omnata_plugin_runtime/api.py,sha256=baGraSMiD4Yvi3ZWrEv_TKh8Ktd1U8riBdOpe9j0Puw,8202
3
- omnata_plugin_runtime/configuration.py,sha256=0rfIGv8rCu8OwL7m-VOXIBjd05iyaBWRdt2h9o6scwo,46754
3
+ omnata_plugin_runtime/configuration.py,sha256=ud3O9R03BbUjGUJDVpGbnADqKw5oLVy65EQN1g6gmKg,46811
4
4
  omnata_plugin_runtime/forms.py,sha256=Lrbr3otsFDrvHWJw7v-slsW4PvEHJ6BG1Yl8oaJfiDo,20529
5
5
  omnata_plugin_runtime/json_schema.py,sha256=rqpJ5wjZiaE6shFB6Rv5CRHIl8xGxntibNjlh4A6Zr0,45902
6
6
  omnata_plugin_runtime/logging.py,sha256=WBuZt8lF9E5oFWM4KYQbE8dDJ_HctJ1pN3BHwU6rcd0,4461
7
7
  omnata_plugin_runtime/omnata_plugin.py,sha256=hssSfMkdwnZjkeMu7rsOtsHgF8-UzA69QdzMq6KqE6k,133542
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.20.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
11
- omnata_plugin_runtime-0.10.20.dist-info/METADATA,sha256=hoQ31sSHgQVaTavcaBOlT8WvL6wiBte0GSo82KraIzg,2208
12
- omnata_plugin_runtime-0.10.20.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
13
- omnata_plugin_runtime-0.10.20.dist-info/RECORD,,
10
+ omnata_plugin_runtime-0.10.21.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
11
+ omnata_plugin_runtime-0.10.21.dist-info/METADATA,sha256=bL0B-4V1_eO6VjSOWSdmrF12Mg20uxGZ3m2anh5JDhQ,2208
12
+ omnata_plugin_runtime-0.10.21.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
13
+ omnata_plugin_runtime-0.10.21.dist-info/RECORD,,