omnata-plugin-devkit 0.10.25a131__py3-none-any.whl → 0.10.25a132__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/plugin_uploader.py +3 -3
- {omnata_plugin_devkit-0.10.25a131.dist-info → omnata_plugin_devkit-0.10.25a132.dist-info}/METADATA +1 -1
- {omnata_plugin_devkit-0.10.25a131.dist-info → omnata_plugin_devkit-0.10.25a132.dist-info}/RECORD +5 -5
- {omnata_plugin_devkit-0.10.25a131.dist-info → omnata_plugin_devkit-0.10.25a132.dist-info}/WHEEL +0 -0
- {omnata_plugin_devkit-0.10.25a131.dist-info → omnata_plugin_devkit-0.10.25a132.dist-info}/licenses/LICENSE +0 -0
|
@@ -398,21 +398,21 @@ class PluginUploader:
|
|
|
398
398
|
select 1;
|
|
399
399
|
END;
|
|
400
400
|
BEGIN
|
|
401
|
-
alter table DATA.OMNATA_REGISTRATION drop column EXTERNAL_ACCESS_INTEGRATION_NAMES;\n
|
|
401
|
+
alter table DATA.OMNATA_REGISTRATION drop column if exists EXTERNAL_ACCESS_INTEGRATION_NAMES;\n
|
|
402
402
|
EXCEPTION
|
|
403
403
|
-- ignore the drop error
|
|
404
404
|
when other then
|
|
405
405
|
select 1;
|
|
406
406
|
END;
|
|
407
407
|
BEGIN
|
|
408
|
-
alter table DATA.OMNATA_REGISTRATION drop column OTHER_SECRETS;\n
|
|
408
|
+
alter table DATA.OMNATA_REGISTRATION drop column if exists OTHER_SECRETS;\n
|
|
409
409
|
EXCEPTION
|
|
410
410
|
-- ignore the drop error
|
|
411
411
|
when other then
|
|
412
412
|
select 1;
|
|
413
413
|
END;
|
|
414
414
|
BEGIN
|
|
415
|
-
alter table DATA.OMNATA_REGISTRATION drop column OAUTH_SECRETS;\n
|
|
415
|
+
alter table DATA.OMNATA_REGISTRATION drop column if exists OAUTH_SECRETS;\n
|
|
416
416
|
EXCEPTION
|
|
417
417
|
-- ignore the drop error
|
|
418
418
|
when other then
|
{omnata_plugin_devkit-0.10.25a131.dist-info → omnata_plugin_devkit-0.10.25a132.dist-info}/RECORD
RENAMED
|
@@ -46,7 +46,7 @@ omnata_plugin_devkit/plugin_template/icon.svg,sha256=xEXOqutQhh8JaKU3xgyx9Weq1Kw
|
|
|
46
46
|
omnata_plugin_devkit/plugin_template/plugin.py,sha256=VI2J64tRvrwuUbCHaB7SCO-QMisyeO1qTlamr9me_iM,15465
|
|
47
47
|
omnata_plugin_devkit/plugin_template/plugin_development.ipynb,sha256=8_rkQnwWKe31MQp2rbM4ySjtET3FlAQcJVW8ix5Bh50,2912
|
|
48
48
|
omnata_plugin_devkit/plugin_template/requirements.txt,sha256=nWMMGhIC_HIZHWTImksSLNU9mIAh0HlQHFVAS0rUKnA,30
|
|
49
|
-
omnata_plugin_devkit/plugin_uploader.py,sha256=
|
|
49
|
+
omnata_plugin_devkit/plugin_uploader.py,sha256=DS04dCQkFzUv892hNft70n97Pc1M3xNZVF88-IrD7ck,42669
|
|
50
50
|
omnata_plugin_devkit/snowcli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
51
|
omnata_plugin_devkit/snowcli/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
52
52
|
omnata_plugin_devkit/snowcli/cli/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -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.25a132.dist-info/METADATA,sha256=RXIQA2bCyMDpN5Ew2ezbP3_fh_p4Fk_LLmFzFpjRwrg,1214
|
|
75
|
+
omnata_plugin_devkit-0.10.25a132.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
76
|
+
omnata_plugin_devkit-0.10.25a132.dist-info/licenses/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
|
|
77
|
+
omnata_plugin_devkit-0.10.25a132.dist-info/RECORD,,
|
{omnata_plugin_devkit-0.10.25a131.dist-info → omnata_plugin_devkit-0.10.25a132.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|