omnata-plugin-devkit 0.10.17a121__py3-none-any.whl → 0.10.18a122__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_devkit/native_app_packaging.py +3 -1
- {omnata_plugin_devkit-0.10.17a121.dist-info → omnata_plugin_devkit-0.10.18a122.dist-info}/METADATA +1 -1
- {omnata_plugin_devkit-0.10.17a121.dist-info → omnata_plugin_devkit-0.10.18a122.dist-info}/RECORD +5 -5
- {omnata_plugin_devkit-0.10.17a121.dist-info → omnata_plugin_devkit-0.10.18a122.dist-info}/LICENSE +0 -0
- {omnata_plugin_devkit-0.10.17a121.dist-info → omnata_plugin_devkit-0.10.18a122.dist-info}/WHEEL +0 -0
|
@@ -27,6 +27,7 @@ class NativeAppPackaging:
|
|
|
27
27
|
self,
|
|
28
28
|
developer_role: Optional[str] = None,
|
|
29
29
|
distribution: Literal["INTERNAL", "EXTERNAL"] = "INTERNAL",
|
|
30
|
+
enable_release_channels: bool = False,
|
|
30
31
|
) -> bool:
|
|
31
32
|
"""
|
|
32
33
|
Creates a native application package in Snowflake.
|
|
@@ -39,7 +40,8 @@ class NativeAppPackaging:
|
|
|
39
40
|
if len(app_packages) == 0:
|
|
40
41
|
self.session.sql(
|
|
41
42
|
f"""CREATE APPLICATION PACKAGE {self.package_name}
|
|
42
|
-
DISTRIBUTION={distribution}
|
|
43
|
+
DISTRIBUTION={distribution}
|
|
44
|
+
ENABLE_RELEASE_CHANNELS={str(enable_release_channels).upper()}"""
|
|
43
45
|
).collect()
|
|
44
46
|
if developer_role is not None:
|
|
45
47
|
self.session.sql(
|
{omnata_plugin_devkit-0.10.17a121.dist-info → omnata_plugin_devkit-0.10.18a122.dist-info}/RECORD
RENAMED
|
@@ -40,7 +40,7 @@ omnata_plugin_devkit/jinja_templates/UPDATE_GENERIC_SECRET_OBJECT.sql.jinja,sha2
|
|
|
40
40
|
omnata_plugin_devkit/jinja_templates/UPDATE_GENERIC_SECRET_OBJECT_OLD.sql.jinja,sha256=_5aUbAHSXgcBO4ZXuWD85MoKdbNECqYpiMC1ufIMLYw,716
|
|
41
41
|
omnata_plugin_devkit/jinja_templates/UPDATE_NETWORK_RULE_OBJECT.sql.jinja,sha256=5WrpdpBGX5LMJ-SWAySmfMzEk0dphawOmbdwA1iAOFA,1249
|
|
42
42
|
omnata_plugin_devkit/jinja_templates/manifest.yml.jinja,sha256=UZ6Q2wIx3MimDeDDL--_BtfQwdfJsB7ssC8eS7Sk_nI,603
|
|
43
|
-
omnata_plugin_devkit/native_app_packaging.py,sha256=
|
|
43
|
+
omnata_plugin_devkit/native_app_packaging.py,sha256=RHcUu9AgbgPkb0QHmO-LRdLAiLeiG6D385KbkmL5Vk8,4990
|
|
44
44
|
omnata_plugin_devkit/plugin_registration.py,sha256=1oINmXBuRFFTD4TdAriGjJL-qHh3C_k1Z_EN7eFDI_M,2572
|
|
45
45
|
omnata_plugin_devkit/plugin_template/icon.svg,sha256=xEXOqutQhh8JaKU3xgyx9Weq1KwFNeIkI8OVzyerLz4,596
|
|
46
46
|
omnata_plugin_devkit/plugin_template/plugin.py,sha256=VI2J64tRvrwuUbCHaB7SCO-QMisyeO1qTlamr9me_iM,15465
|
|
@@ -71,7 +71,7 @@ omnata_plugin_devkit/snowcli/cli/templates/environment.yml.jinja,sha256=LRT00o5J
|
|
|
71
71
|
omnata_plugin_devkit/streamlit/plugin_configuration.py,sha256=k89uspeQ_t5_Wbb_aXRL-fvbypXtax_r40oxxqB6fKc,100172
|
|
72
72
|
omnata_plugin_devkit/test_step_definitions.py,sha256=Und60RpAn0YcJn-i1FpzUzVHRPnDB5QqO6YnZm2l6aw,53205
|
|
73
73
|
omnata_plugin_devkit/utils.py,sha256=pFUltWEcb7Wxq0TPUdjvNPZG0AXHVrU-fZ874Q-EgUU,1378
|
|
74
|
-
omnata_plugin_devkit-0.10.
|
|
75
|
-
omnata_plugin_devkit-0.10.
|
|
76
|
-
omnata_plugin_devkit-0.10.
|
|
77
|
-
omnata_plugin_devkit-0.10.
|
|
74
|
+
omnata_plugin_devkit-0.10.18a122.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
|
|
75
|
+
omnata_plugin_devkit-0.10.18a122.dist-info/METADATA,sha256=LgcVaRNFGm36VvP7M12sun4BKXrj9v5kYJxOaHUtvOY,1192
|
|
76
|
+
omnata_plugin_devkit-0.10.18a122.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
77
|
+
omnata_plugin_devkit-0.10.18a122.dist-info/RECORD,,
|
{omnata_plugin_devkit-0.10.17a121.dist-info → omnata_plugin_devkit-0.10.18a122.dist-info}/LICENSE
RENAMED
|
File without changes
|
{omnata_plugin_devkit-0.10.17a121.dist-info → omnata_plugin_devkit-0.10.18a122.dist-info}/WHEEL
RENAMED
|
File without changes
|