pulumi-snowflake 2.3.0a1753398370__py3-none-any.whl → 2.4.0__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.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- pulumi_snowflake/__init__.py +28 -0
- pulumi_snowflake/_inputs.py +2164 -214
- pulumi_snowflake/config/__init__.pyi +3 -2
- pulumi_snowflake/config/vars.py +3 -2
- pulumi_snowflake/current_account.py +16 -16
- pulumi_snowflake/current_organization_account.py +5863 -0
- pulumi_snowflake/get_user_programmatic_access_tokens.py +113 -0
- pulumi_snowflake/listing.py +440 -0
- pulumi_snowflake/outputs.py +1476 -0
- pulumi_snowflake/provider.py +12 -8
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/storage_integration.py +51 -2
- pulumi_snowflake/user_programmatic_access_token.py +598 -0
- {pulumi_snowflake-2.3.0a1753398370.dist-info → pulumi_snowflake-2.4.0.dist-info}/METADATA +1 -1
- {pulumi_snowflake-2.3.0a1753398370.dist-info → pulumi_snowflake-2.4.0.dist-info}/RECORD +17 -13
- {pulumi_snowflake-2.3.0a1753398370.dist-info → pulumi_snowflake-2.4.0.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-2.3.0a1753398370.dist-info → pulumi_snowflake-2.4.0.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
pulumi_snowflake/__init__.py,sha256=
|
|
2
|
-
pulumi_snowflake/_inputs.py,sha256=
|
|
1
|
+
pulumi_snowflake/__init__.py,sha256=VvRhpCNzTVIUG6vlTsznpeo9kgEmmelel8d-pVVSaZc,24297
|
|
2
|
+
pulumi_snowflake/_inputs.py,sha256=PmvT8XkY-AJiB6fLSbXIZ6unyw68archZlmtcWqe9t4,2514526
|
|
3
3
|
pulumi_snowflake/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
4
4
|
pulumi_snowflake/account.py,sha256=KN46WRC181S-cIqdKIelhX9Xtfu3AGmNhwCwwRYUCys,49588
|
|
5
5
|
pulumi_snowflake/account_authentication_policy_attachment.py,sha256=Jr1Kinx5vmNGO13OA4sragSuPMpQ92UUwoeFKqVfEYQ,7611
|
|
@@ -14,7 +14,8 @@ pulumi_snowflake/api_integration.py,sha256=v_tnF_bWV6jaOhd51rFx62-aHPiqA5CXsDSrL
|
|
|
14
14
|
pulumi_snowflake/authentication_policy.py,sha256=AWGAXbR-FB84abqo7wpLk2bPMCYgCbOCuHOSrthPMm4,44062
|
|
15
15
|
pulumi_snowflake/compute_pool.py,sha256=kYSuovFJPYjXR9-H7zAMqHVV0ZQr_Ww2YjTUeJae80U,37909
|
|
16
16
|
pulumi_snowflake/cortex_search_service.py,sha256=BzjfbksIGtMBw2m-qPZ1HCXjwyiLmKD1f0dst81CXC8,31976
|
|
17
|
-
pulumi_snowflake/current_account.py,sha256=
|
|
17
|
+
pulumi_snowflake/current_account.py,sha256=_9ww8zHzFQgN625iScuRqEARRKuMQ8LdQgXWD6oSkCI,644003
|
|
18
|
+
pulumi_snowflake/current_organization_account.py,sha256=YL-Crh_UGLRbkEOJuOQnVb-oQ1wz4xnF_N7_Q1h6OIM,641867
|
|
18
19
|
pulumi_snowflake/database.py,sha256=CpHx2mkZudTl1JRlqi6j59sdu-jfacB-9oXkfwt-8lQ,90608
|
|
19
20
|
pulumi_snowflake/database_role.py,sha256=m-BIx8G74Ec5IF-MfVYrN_fxdBrw3Syr99UabW8mNnY,15310
|
|
20
21
|
pulumi_snowflake/dynamic_table.py,sha256=OgyciubcQlfTNGu3fMHWyRaIYlhu7fTkI79iqKWnq9Y,44577
|
|
@@ -77,6 +78,7 @@ pulumi_snowflake/get_system_get_snowflake_platform_info.py,sha256=DhxACgm2K17ZYg
|
|
|
77
78
|
pulumi_snowflake/get_tables.py,sha256=vRxzCmo_9TR7OG9OYh9O9y8FUYrLQx2TjMEm-OiZ32I,11049
|
|
78
79
|
pulumi_snowflake/get_tags.py,sha256=AXzrwS5fDYAUdD80gsLbO0LRmuZ8fVW-SBq87Z908yA,5268
|
|
79
80
|
pulumi_snowflake/get_tasks.py,sha256=DLMvE8lyqij29gs-9JDm7u01KZ_efWozxna6dr35ZSM,11862
|
|
81
|
+
pulumi_snowflake/get_user_programmatic_access_tokens.py,sha256=nOc483Ir6NkKcRk-V9uORX-QBEj2_CjmuTQ5_vfCm-I,6647
|
|
80
82
|
pulumi_snowflake/get_users.py,sha256=cZsqbAx0DLGI_TN0wYX0yzWbgvg-krJ_vcCIOYcHW_w,9891
|
|
81
83
|
pulumi_snowflake/get_views.py,sha256=5bxolU6hGSiDon-N_ysqAkqcMzF17elhW3lOeQZ7dJ0,10660
|
|
82
84
|
pulumi_snowflake/get_warehouses.py,sha256=zS2C8Ihfki041xf9XfgOtU7NT5LdKRx85yTDrzeGoog,7766
|
|
@@ -91,6 +93,7 @@ pulumi_snowflake/grant_privileges_to_share.py,sha256=xAlN7nvuAKghNkeD5e8BZtmml8M
|
|
|
91
93
|
pulumi_snowflake/image_repository.py,sha256=f7pyfHj3s0NCu2XWyKnMZ3mOEWIFaEkWS2WwEGDSv-Q,18388
|
|
92
94
|
pulumi_snowflake/job_service.py,sha256=JO9_idaR89ws4zfB1haaKj89u3QhbEW3GXDCIcFCSFY,43993
|
|
93
95
|
pulumi_snowflake/legacy_service_user.py,sha256=Db5CRzWIKMAEhoayasimljT59a-_Znt4ecKXAGhlLe4,342473
|
|
96
|
+
pulumi_snowflake/listing.py,sha256=hgXdp5BLX4XoY9bTwrLAcj4odpVQcixzmd0Ce_NcJGA,21690
|
|
94
97
|
pulumi_snowflake/managed_account.py,sha256=wEoFSScdaUtgnWuWyYaVMt7mRTFBd0KmoGAetYt3FeA,23949
|
|
95
98
|
pulumi_snowflake/masking_policy.py,sha256=tY0rDeilnpe3Ibf9Eu3vhng9dGHstNdM2B6SvOQcr7w,37726
|
|
96
99
|
pulumi_snowflake/materialized_view.py,sha256=AnBHDdafJv1oLY7HWuWGzJNresbNmL9dJUSE6T7Zda8,26317
|
|
@@ -101,7 +104,7 @@ pulumi_snowflake/notification_integration.py,sha256=E5cZkhvev9zsGtymX_y0UytC-xvR
|
|
|
101
104
|
pulumi_snowflake/oauth_integration_for_custom_clients.py,sha256=rEhwOGQONepoJGKqW0ANLKGhlsArSx9P1Ei22ruxb5o,67848
|
|
102
105
|
pulumi_snowflake/oauth_integration_for_partner_applications.py,sha256=Is83_5gtfgINFhswY__n0FJQ5wvQLcyVtxFObLEeOzs,46869
|
|
103
106
|
pulumi_snowflake/object_parameter.py,sha256=G9YrqXejEjvLMn-mx7tUjqtTkjz7fv182DH6je46NEs,19607
|
|
104
|
-
pulumi_snowflake/outputs.py,sha256=
|
|
107
|
+
pulumi_snowflake/outputs.py,sha256=hv_Ltp_3v9VajuerIlI2RvkpIa94PMzu3A36nDOZL1w,2131454
|
|
105
108
|
pulumi_snowflake/password_policy.py,sha256=UJYR8E11cr5Xz_Z4CFku7_kG3OVFw43YiqbRGJJOIU8,60561
|
|
106
109
|
pulumi_snowflake/pipe.py,sha256=-A7N_y7mRyC2xbhmeLlczapXAnIeJjJW05qhfXPu9us,28393
|
|
107
110
|
pulumi_snowflake/primary_connection.py,sha256=ZXK3hasUj-KtQiwK5oxp5FdxxPgJyd-rYDqiGeUzvrc,19931
|
|
@@ -110,8 +113,8 @@ pulumi_snowflake/procedure_javascript.py,sha256=drgTg8Q1DMsC_bMzf0lqQn9WOlgRhHH3
|
|
|
110
113
|
pulumi_snowflake/procedure_python.py,sha256=9g8LjPQHbmAZbZy4lm959J6vA0Ul_wDQD1u4bWVbKVY,103506
|
|
111
114
|
pulumi_snowflake/procedure_scala.py,sha256=c_Ww6RK7mvmLscUUAVsG9VdArGXGhbFKYRaBaVI5f2A,107547
|
|
112
115
|
pulumi_snowflake/procedure_sql.py,sha256=3bnuUcXMYgs80Amn1d6cFGC2mZLGSI-YW78QHBsGVGs,68252
|
|
113
|
-
pulumi_snowflake/provider.py,sha256=
|
|
114
|
-
pulumi_snowflake/pulumi-plugin.json,sha256=
|
|
116
|
+
pulumi_snowflake/provider.py,sha256=ZYM8SoYOQzvZ1zKosMiwfbazAt9VfamVz_NhG0DjwqE,82449
|
|
117
|
+
pulumi_snowflake/pulumi-plugin.json,sha256=lrWk_CrQozyCkpvb56bz-dowCjlFmF5hXcKc2vyI3LA,68
|
|
115
118
|
pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
116
119
|
pulumi_snowflake/resource_monitor.py,sha256=AJsCxuI7Fmhq-4G4UnCzUo7pzC59Uz6hXnWLwQlLhvY,44033
|
|
117
120
|
pulumi_snowflake/row_access_policy.py,sha256=P4yNKevffDDxH2mJ5TmuSZHTe0uFnmkLspCq5okbz4c,28985
|
|
@@ -130,7 +133,7 @@ pulumi_snowflake/service_user.py,sha256=wMeu3qHsy49WAsOSLkAd7s16vkaoTQQuEfOKDuTX
|
|
|
130
133
|
pulumi_snowflake/share.py,sha256=cn680ZyuN9zHhzR95RMcyPvKJVKkkG7jLZIgPKkZMs8,12924
|
|
131
134
|
pulumi_snowflake/shared_database.py,sha256=ftR9foHESLvkaBrYBjuc0ekdwnYBezpnJ-iyGU1qiyw,69245
|
|
132
135
|
pulumi_snowflake/stage.py,sha256=oIFBQrljkJtCpprmoKh_-uvrMPN4Q-zHmSjpsQ10Wa0,43040
|
|
133
|
-
pulumi_snowflake/storage_integration.py,sha256=
|
|
136
|
+
pulumi_snowflake/storage_integration.py,sha256=wX_zgZokT4zea_izFazFLcKabUHroR7crAwYB2owTyA,41924
|
|
134
137
|
pulumi_snowflake/stream_on_directory_table.py,sha256=snbiHLXHZ5519I72csVsFdNKgNPc6jlBdpU3SSYKQlQ,28747
|
|
135
138
|
pulumi_snowflake/stream_on_external_table.py,sha256=iIuMx-wjbuwabOXjARhTNsbLaWRmD7af4EXic8N23-w,34908
|
|
136
139
|
pulumi_snowflake/stream_on_table.py,sha256=qhGJ8VHWFk2lgFhG6ZApKCTPa5dWh9dT33ViB-dmlo4,35618
|
|
@@ -145,14 +148,15 @@ pulumi_snowflake/task.py,sha256=j4NSf1da2jobil8oQdau-asAUPrvnsCxUv1s_b2skEo,3343
|
|
|
145
148
|
pulumi_snowflake/user.py,sha256=ak5-ZW02v0jz5iGzP7U2IHqhAljPOlWssgOq5APVRq8,351218
|
|
146
149
|
pulumi_snowflake/user_authentication_policy_attachment.py,sha256=pphZzsX953WFoLfBVl0_iD4yHr8ArURRpyVEhRHDRwQ,9589
|
|
147
150
|
pulumi_snowflake/user_password_policy_attachment.py,sha256=IjvA2gl0dS8sih69J8YvaY1eKBCWaAE0YfMHUALSjMY,9359
|
|
151
|
+
pulumi_snowflake/user_programmatic_access_token.py,sha256=m-cjnmylABsryFeomNFL3bPBDbt0JoN-BoEuGdX-S34,39406
|
|
148
152
|
pulumi_snowflake/user_public_keys.py,sha256=YLJac9Gddadhd6aNPEHFa5JvR2bCouFghfqKwvwq2Zk,12029
|
|
149
153
|
pulumi_snowflake/view.py,sha256=JvXVY3aNoKHKolPMvjl2RCXRihgXPfa55drTJKgBnI8,52969
|
|
150
154
|
pulumi_snowflake/warehouse.py,sha256=ifCiafD2KTjJ8sAaHujl7XIcw0eVvN74bNXywiksw4g,65127
|
|
151
155
|
pulumi_snowflake/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
|
|
152
|
-
pulumi_snowflake/config/__init__.pyi,sha256=
|
|
156
|
+
pulumi_snowflake/config/__init__.pyi,sha256=8xT08HV2blk6XhcqwM6y1toWQeKDY32ugyis2wznBUA,10006
|
|
153
157
|
pulumi_snowflake/config/outputs.py,sha256=dobKlWS5UlTr1Wrtg-V_e4peAN_Om_QMF6Lcncn6nM0,4240
|
|
154
|
-
pulumi_snowflake/config/vars.py,sha256=
|
|
155
|
-
pulumi_snowflake-2.
|
|
156
|
-
pulumi_snowflake-2.
|
|
157
|
-
pulumi_snowflake-2.
|
|
158
|
-
pulumi_snowflake-2.
|
|
158
|
+
pulumi_snowflake/config/vars.py,sha256=2Ro-VgcnKl9SBeRzV9vGvY-n0FprqU_ahYhXDa5n6BQ,15619
|
|
159
|
+
pulumi_snowflake-2.4.0.dist-info/METADATA,sha256=oY71Lsni7s_C4cypknd6lcfY6cu-zKvRIHicCeMcWvE,5035
|
|
160
|
+
pulumi_snowflake-2.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
161
|
+
pulumi_snowflake-2.4.0.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
|
|
162
|
+
pulumi_snowflake-2.4.0.dist-info/RECORD,,
|
|
File without changes
|
{pulumi_snowflake-2.3.0a1753398370.dist-info → pulumi_snowflake-2.4.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|