omnata-plugin-runtime 0.3.19a61__py3-none-any.whl → 0.3.19a62__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.
@@ -31,12 +31,13 @@ class SyncDirection(str, Enum):
31
31
  class InboundStorageBehaviour(str, Enum):
32
32
  APPEND = "append"
33
33
  MERGE = "merge"
34
- REPLACE = "replace"
34
+ REPLACE = "replace" # now deprecated, full refreshes now use merge
35
35
 
36
36
 
37
37
  class InboundSyncStrategy(str, Enum):
38
38
  FULL_REFRESH = "Full Refresh"
39
39
  INCREMENTAL = "Incremental"
40
+ AUTO = "Auto" # not valid as an individual stream choice, only when referring to a forward preference (new_stream_sync_strategy)
40
41
 
41
42
 
42
43
  class InboundSyncBulkConfiguration(str, Enum):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.3.19a61
3
+ Version: 0.3.19a62
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,12 +1,12 @@
1
1
  omnata_plugin_runtime/__init__.py,sha256=w63LVME5nY-hQ4BBzfacy9kvTunwqHGs8iiSPGAX2ns,1214
2
2
  omnata_plugin_runtime/api.py,sha256=_N5ok5LN7GDO4J9n3yduXp3tpjmhpySY__U2baiygrs,6217
3
- omnata_plugin_runtime/configuration.py,sha256=mXYD4X9VJWqYFTvFDFqJOntULSLD5OMpTpgA8QiIzPc,34933
3
+ omnata_plugin_runtime/configuration.py,sha256=AY_hHBd283VHx_rU9TzUol5VTzA6PHxxTltYWV7clCg,35113
4
4
  omnata_plugin_runtime/forms.py,sha256=pw_aKVsXSz47EP8PFBI3VDwdSN5IjvZxp8JTjO1V130,18421
5
5
  omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
6
6
  omnata_plugin_runtime/omnata_plugin.py,sha256=hygZU0EwuFmob-LAL57C_tj8Ft_OTQ81NoEZkEqHppc,99276
7
7
  omnata_plugin_runtime/plugin_entrypoints.py,sha256=_XgmWsrHoSshkl5Z2T27BAGVnBh4yH-8lni5sdGlSz8,27670
8
8
  omnata_plugin_runtime/rate_limiting.py,sha256=se6MftQI5NrVHaLb1hByPCgAESPQhkAgIG7KIU1clDU,16562
9
- omnata_plugin_runtime-0.3.19a61.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
- omnata_plugin_runtime-0.3.19a61.dist-info/METADATA,sha256=GPQijTx4qqhvgJNnBWZjN4gAXtv6xaQdOvnjKtms8UI,1604
11
- omnata_plugin_runtime-0.3.19a61.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
- omnata_plugin_runtime-0.3.19a61.dist-info/RECORD,,
9
+ omnata_plugin_runtime-0.3.19a62.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
+ omnata_plugin_runtime-0.3.19a62.dist-info/METADATA,sha256=3XZaey5QxrU_8tdvPlXWi2OKJc3oIlyB-CUxn8bg05M,1604
11
+ omnata_plugin_runtime-0.3.19a62.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
+ omnata_plugin_runtime-0.3.19a62.dist-info/RECORD,,