pulumi-snowflake 1.4.0a1745476760__py3-none-any.whl → 1.4.0a1746081577__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/account.py +3 -0
- pulumi_snowflake/account_authentication_policy_attachment.py +3 -0
- pulumi_snowflake/account_parameter.py +3 -0
- pulumi_snowflake/account_password_policy_attachment.py +3 -0
- pulumi_snowflake/account_role.py +3 -0
- pulumi_snowflake/alert.py +3 -0
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +3 -0
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +3 -0
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +3 -0
- pulumi_snowflake/api_integration.py +3 -0
- pulumi_snowflake/authentication_policy.py +3 -0
- pulumi_snowflake/cortex_search_service.py +3 -0
- pulumi_snowflake/database.py +3 -0
- pulumi_snowflake/database_role.py +3 -0
- pulumi_snowflake/dynamic_table.py +3 -0
- pulumi_snowflake/email_notification_integration.py +3 -0
- pulumi_snowflake/execute.py +3 -0
- pulumi_snowflake/external_function.py +3 -0
- pulumi_snowflake/external_oauth_integration.py +3 -0
- pulumi_snowflake/external_table.py +3 -0
- pulumi_snowflake/external_volume.py +3 -0
- pulumi_snowflake/failover_group.py +3 -0
- pulumi_snowflake/file_format.py +3 -0
- pulumi_snowflake/function_java.py +3 -0
- pulumi_snowflake/function_javascript.py +3 -0
- pulumi_snowflake/function_python.py +3 -0
- pulumi_snowflake/function_scala.py +3 -0
- pulumi_snowflake/function_sql.py +3 -0
- pulumi_snowflake/grant_account_role.py +3 -0
- pulumi_snowflake/grant_application_role.py +3 -0
- pulumi_snowflake/grant_database_role.py +3 -0
- pulumi_snowflake/grant_ownership.py +3 -0
- pulumi_snowflake/grant_privileges_to_account_role.py +3 -0
- pulumi_snowflake/grant_privileges_to_database_role.py +3 -0
- pulumi_snowflake/grant_privileges_to_share.py +3 -0
- pulumi_snowflake/legacy_service_user.py +3 -0
- pulumi_snowflake/managed_account.py +3 -0
- pulumi_snowflake/masking_policy.py +3 -0
- pulumi_snowflake/materialized_view.py +3 -0
- pulumi_snowflake/network_policy.py +3 -0
- pulumi_snowflake/network_policy_attachment.py +3 -0
- pulumi_snowflake/network_rule.py +3 -0
- pulumi_snowflake/notification_integration.py +3 -0
- pulumi_snowflake/oauth_integration_for_custom_clients.py +3 -0
- pulumi_snowflake/oauth_integration_for_partner_applications.py +3 -0
- pulumi_snowflake/object_parameter.py +3 -0
- pulumi_snowflake/password_policy.py +3 -0
- pulumi_snowflake/pipe.py +3 -0
- pulumi_snowflake/primary_connection.py +3 -0
- pulumi_snowflake/procedure_java.py +3 -0
- pulumi_snowflake/procedure_javascript.py +3 -0
- pulumi_snowflake/procedure_python.py +3 -0
- pulumi_snowflake/procedure_scala.py +3 -0
- pulumi_snowflake/procedure_sql.py +3 -0
- pulumi_snowflake/provider.py +3 -0
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +3 -0
- pulumi_snowflake/row_access_policy.py +3 -0
- pulumi_snowflake/saml2_integration.py +3 -0
- pulumi_snowflake/schema.py +3 -0
- pulumi_snowflake/scim_integration.py +3 -0
- pulumi_snowflake/secondary_connection.py +3 -0
- pulumi_snowflake/secondary_database.py +3 -0
- pulumi_snowflake/secret_with_authorization_code_grant.py +3 -0
- pulumi_snowflake/secret_with_basic_authentication.py +3 -0
- pulumi_snowflake/secret_with_client_credentials.py +3 -0
- pulumi_snowflake/secret_with_generic_string.py +3 -0
- pulumi_snowflake/sequence.py +3 -0
- pulumi_snowflake/service_user.py +3 -0
- pulumi_snowflake/share.py +3 -0
- pulumi_snowflake/shared_database.py +3 -0
- pulumi_snowflake/stage.py +3 -0
- pulumi_snowflake/storage_integration.py +3 -0
- pulumi_snowflake/stream_on_directory_table.py +3 -0
- pulumi_snowflake/stream_on_external_table.py +3 -0
- pulumi_snowflake/stream_on_table.py +3 -0
- pulumi_snowflake/stream_on_view.py +3 -0
- pulumi_snowflake/streamlit.py +3 -0
- pulumi_snowflake/table.py +3 -0
- pulumi_snowflake/table_column_masking_policy_application.py +3 -0
- pulumi_snowflake/table_constraint.py +3 -0
- pulumi_snowflake/tag.py +3 -0
- pulumi_snowflake/tag_association.py +3 -0
- pulumi_snowflake/task.py +3 -0
- pulumi_snowflake/user.py +3 -0
- pulumi_snowflake/user_authentication_policy_attachment.py +3 -0
- pulumi_snowflake/user_password_policy_attachment.py +3 -0
- pulumi_snowflake/user_public_keys.py +3 -0
- pulumi_snowflake/view.py +3 -0
- pulumi_snowflake/warehouse.py +3 -0
- {pulumi_snowflake-1.4.0a1745476760.dist-info → pulumi_snowflake-1.4.0a1746081577.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.4.0a1746081577.dist-info/RECORD +148 -0
- {pulumi_snowflake-1.4.0a1745476760.dist-info → pulumi_snowflake-1.4.0a1746081577.dist-info}/WHEEL +1 -1
- pulumi_snowflake-1.4.0a1745476760.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.4.0a1745476760.dist-info → pulumi_snowflake-1.4.0a1746081577.dist-info}/top_level.txt +0 -0
pulumi_snowflake/schema.py
CHANGED
|
@@ -311,6 +311,9 @@ class _SecretWithAuthorizationCodeGrantState:
|
|
|
311
311
|
|
|
312
312
|
|
|
313
313
|
class SecretWithAuthorizationCodeGrant(pulumi.CustomResource):
|
|
314
|
+
|
|
315
|
+
pulumi_type = "snowflake:index/secretWithAuthorizationCodeGrant:SecretWithAuthorizationCodeGrant"
|
|
316
|
+
|
|
314
317
|
@overload
|
|
315
318
|
def __init__(__self__,
|
|
316
319
|
resource_name: str,
|
|
@@ -280,6 +280,9 @@ class _SecretWithBasicAuthenticationState:
|
|
|
280
280
|
|
|
281
281
|
|
|
282
282
|
class SecretWithBasicAuthentication(pulumi.CustomResource):
|
|
283
|
+
|
|
284
|
+
pulumi_type = "snowflake:index/secretWithBasicAuthentication:SecretWithBasicAuthentication"
|
|
285
|
+
|
|
283
286
|
@overload
|
|
284
287
|
def __init__(__self__,
|
|
285
288
|
resource_name: str,
|
|
@@ -288,6 +288,9 @@ class _SecretWithClientCredentialsState:
|
|
|
288
288
|
|
|
289
289
|
|
|
290
290
|
class SecretWithClientCredentials(pulumi.CustomResource):
|
|
291
|
+
|
|
292
|
+
pulumi_type = "snowflake:index/secretWithClientCredentials:SecretWithClientCredentials"
|
|
293
|
+
|
|
291
294
|
@overload
|
|
292
295
|
def __init__(__self__,
|
|
293
296
|
resource_name: str,
|
|
@@ -249,6 +249,9 @@ class _SecretWithGenericStringState:
|
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
class SecretWithGenericString(pulumi.CustomResource):
|
|
252
|
+
|
|
253
|
+
pulumi_type = "snowflake:index/secretWithGenericString:SecretWithGenericString"
|
|
254
|
+
|
|
252
255
|
@overload
|
|
253
256
|
def __init__(__self__,
|
|
254
257
|
resource_name: str,
|
pulumi_snowflake/sequence.py
CHANGED
pulumi_snowflake/service_user.py
CHANGED
pulumi_snowflake/share.py
CHANGED
pulumi_snowflake/stage.py
CHANGED
|
@@ -293,6 +293,9 @@ class _StreamOnDirectoryTableState:
|
|
|
293
293
|
|
|
294
294
|
|
|
295
295
|
class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
296
|
+
|
|
297
|
+
pulumi_type = "snowflake:index/streamOnDirectoryTable:StreamOnDirectoryTable"
|
|
298
|
+
|
|
296
299
|
@overload
|
|
297
300
|
def __init__(__self__,
|
|
298
301
|
resource_name: str,
|
|
@@ -373,6 +373,9 @@ class _StreamOnExternalTableState:
|
|
|
373
373
|
|
|
374
374
|
|
|
375
375
|
class StreamOnExternalTable(pulumi.CustomResource):
|
|
376
|
+
|
|
377
|
+
pulumi_type = "snowflake:index/streamOnExternalTable:StreamOnExternalTable"
|
|
378
|
+
|
|
376
379
|
@overload
|
|
377
380
|
def __init__(__self__,
|
|
378
381
|
resource_name: str,
|
pulumi_snowflake/streamlit.py
CHANGED
pulumi_snowflake/table.py
CHANGED
|
@@ -127,6 +127,9 @@ class _TableColumnMaskingPolicyApplicationState:
|
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
class TableColumnMaskingPolicyApplication(pulumi.CustomResource):
|
|
130
|
+
|
|
131
|
+
pulumi_type = "snowflake:index/tableColumnMaskingPolicyApplication:TableColumnMaskingPolicyApplication"
|
|
132
|
+
|
|
130
133
|
@overload
|
|
131
134
|
def __init__(__self__,
|
|
132
135
|
resource_name: str,
|
pulumi_snowflake/tag.py
CHANGED
pulumi_snowflake/task.py
CHANGED
pulumi_snowflake/user.py
CHANGED
|
@@ -96,6 +96,9 @@ class _UserAuthenticationPolicyAttachmentState:
|
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
class UserAuthenticationPolicyAttachment(pulumi.CustomResource):
|
|
99
|
+
|
|
100
|
+
pulumi_type = "snowflake:index/userAuthenticationPolicyAttachment:UserAuthenticationPolicyAttachment"
|
|
101
|
+
|
|
99
102
|
@overload
|
|
100
103
|
def __init__(__self__,
|
|
101
104
|
resource_name: str,
|
|
@@ -96,6 +96,9 @@ class _UserPasswordPolicyAttachmentState:
|
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
class UserPasswordPolicyAttachment(pulumi.CustomResource):
|
|
99
|
+
|
|
100
|
+
pulumi_type = "snowflake:index/userPasswordPolicyAttachment:UserPasswordPolicyAttachment"
|
|
101
|
+
|
|
99
102
|
@overload
|
|
100
103
|
def __init__(__self__,
|
|
101
104
|
resource_name: str,
|
pulumi_snowflake/view.py
CHANGED
pulumi_snowflake/warehouse.py
CHANGED
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
pulumi_snowflake/__init__.py,sha256=0Lm7YUQbSCEnRf_2N6P8-DbjVikvrc3assC-latFDUQ,22205
|
|
2
|
+
pulumi_snowflake/_inputs.py,sha256=zELS67s4lFgtt4cwOuvStW_9JSdsA9c3EYJwbNMpNpE,2247942
|
|
3
|
+
pulumi_snowflake/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
|
4
|
+
pulumi_snowflake/account.py,sha256=ANMHvEFJnJhaaVDMOC87rRtDBh-BqW1uRuKDU2ertUI,45949
|
|
5
|
+
pulumi_snowflake/account_authentication_policy_attachment.py,sha256=TIJVnQP9z_xaY8DOsHyCEy3x3e0dqvO-q8FwXlxhvjc,7584
|
|
6
|
+
pulumi_snowflake/account_parameter.py,sha256=z5Ppy6rtXOfAzBodTqb5pc-IfHnUib-92Du8-Uc_-CM,31972
|
|
7
|
+
pulumi_snowflake/account_password_policy_attachment.py,sha256=b_LnDo3OQ_vN--DJ2HcajNNCKYbD3LY4sn-7VzsDSmM,7188
|
|
8
|
+
pulumi_snowflake/account_role.py,sha256=Vl9q_TCXhYGmpcrT3WqnhPPXyvc4_B6dyPLBqJnYWaE,11450
|
|
9
|
+
pulumi_snowflake/alert.py,sha256=uF7scj0mZubamazFkWQ63W3fmQwuFCYb-xa6f93f41k,25467
|
|
10
|
+
pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py,sha256=SFLFEeFyJtXZvkFumhY5y7JdhkL-b39dP3KHoFHSRlM,44027
|
|
11
|
+
pulumi_snowflake/api_authentication_integration_with_client_credentials.py,sha256=4P5-UT5d7hOhz7GMbA_Bxkf6HCd70oTKTxlQ9HaRqxU,40627
|
|
12
|
+
pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py,sha256=uNsGSVdfoPDmd7eNZeroGXaZdi898Z3vLIe3VHSwd6M,41437
|
|
13
|
+
pulumi_snowflake/api_integration.py,sha256=gToxmG0N5UkqvQjSnueUc2z4wLJ7la6u7r0xOX9rs2s,42949
|
|
14
|
+
pulumi_snowflake/authentication_policy.py,sha256=jWdGYe1pb-anzGZuMNyJMQUombpp5DEPRoBPrxeGxag,43616
|
|
15
|
+
pulumi_snowflake/cortex_search_service.py,sha256=j14zAoTUTg5uI0hiw5fSvq_S-fwKIUrtSubW6AI6GAY,27128
|
|
16
|
+
pulumi_snowflake/database.py,sha256=PxqMlW5A_17wg7cljkQZYLGNIk9OYP05d0pigT_59Us,89534
|
|
17
|
+
pulumi_snowflake/database_role.py,sha256=gKfe3Z551xi4Cjg6nWtSUTIDZxd-htE7K0D33bP_FX8,15148
|
|
18
|
+
pulumi_snowflake/dynamic_table.py,sha256=OgQBVKbdMBkp1ElAxMqabtaaqeahpjX5or-DKuB9b5Q,43817
|
|
19
|
+
pulumi_snowflake/email_notification_integration.py,sha256=waEfV_3TMZketsfWqoTaOMdL8XWZnzh11GnfKQXEFO8,13492
|
|
20
|
+
pulumi_snowflake/execute.py,sha256=MRd_yxSvf7fcSae5Lk1Bw7zGF8VZoM5r3F10Kchu_j0,12470
|
|
21
|
+
pulumi_snowflake/external_function.py,sha256=-iBL1S9w9IVPEEuqhASZErPOBGRizbniRxgoUdduYWI,52155
|
|
22
|
+
pulumi_snowflake/external_oauth_integration.py,sha256=mJsmN8FshnQzbDuNT4za6A_VMF7NmQ6ERWWAAcoPg_g,69468
|
|
23
|
+
pulumi_snowflake/external_table.py,sha256=1WqLj73UtxToAyjdA1h-DvsEk_jYB_4s1IhgfCOa9sU,44809
|
|
24
|
+
pulumi_snowflake/external_volume.py,sha256=5WpDNt_DmQcQTAMtOSoaNB_Ov1y8tFj_pUf3kBVbxeI,26967
|
|
25
|
+
pulumi_snowflake/failover_group.py,sha256=w9fAsa1Eg0d0W3AiBnd22NP-hD8FYYvPoZWohVFG-V4,39642
|
|
26
|
+
pulumi_snowflake/file_format.py,sha256=lFWY4-lwuhZQE6MOoKOFKibzDt0ZNjOGkc3foGWedCU,97745
|
|
27
|
+
pulumi_snowflake/function_java.py,sha256=QVyuCzm4mLXeNnfQHLCs_GFI9DlpP6ZK3Yi8IJN846w,91713
|
|
28
|
+
pulumi_snowflake/function_javascript.py,sha256=gbRub5Qb8i3C-zrnxfJdKT1OofeaM6NHGmDNFDsl4U8,58703
|
|
29
|
+
pulumi_snowflake/function_python.py,sha256=Sl1IEeKwDHEBQMx9esk8EcG6tcnRJCGqyoORRD9z40w,92373
|
|
30
|
+
pulumi_snowflake/function_scala.py,sha256=caCUc39w9FUQi9LIgfK8IXGToVBXsZSvse7knLrl0yM,90359
|
|
31
|
+
pulumi_snowflake/function_sql.py,sha256=nBYi8sPrTHptBNUZAHDFHEEKpgS3OECct-_nBWdgMh8,54884
|
|
32
|
+
pulumi_snowflake/get_account_roles.py,sha256=5hNuor3QmkFSU3UqiSahIB1BJXrDb5eBInIlpUFoZz8,5681
|
|
33
|
+
pulumi_snowflake/get_accounts.py,sha256=loy4fPHm8Of1UjR-rgbiTWmvmvwQfbnSWN3mP6LgbIw,5545
|
|
34
|
+
pulumi_snowflake/get_alerts.py,sha256=NRX-720HEJgpOk3OFPMgnJYcsWV48YTF_t-4Q6P4rS8,7242
|
|
35
|
+
pulumi_snowflake/get_connections.py,sha256=BkjG66sCzMTKfDYcPNsjVj8Iwu0jwXtc_CrBAjlnA0U,4619
|
|
36
|
+
pulumi_snowflake/get_cortex_search_services.py,sha256=WTptFEbamshQCgYyEBk_DPzfCVOhzCLKnogPbYncRsU,11705
|
|
37
|
+
pulumi_snowflake/get_current_account.py,sha256=6jGbfUvaGcsJ3mU55rQsUwxGkH9vbGYi4EavmMVwrbE,5894
|
|
38
|
+
pulumi_snowflake/get_current_role.py,sha256=CTFBreAyauywjEtkjMxV0nWnQSuqlMItpdO_yqG1z5s,4297
|
|
39
|
+
pulumi_snowflake/get_database.py,sha256=JLpMXDe7C4H2aY15g-ubJ6BXDc2kubBshhattMVeriU,8520
|
|
40
|
+
pulumi_snowflake/get_database_role.py,sha256=BdUjTv5rAfnNDJvWv8FAY3GUB-UHYZJkBLyz7AN3bWQ,6733
|
|
41
|
+
pulumi_snowflake/get_database_roles.py,sha256=7iHpNaLMindC0grWaLjJ_7J1OwdPB7kIpfeylXeeXAY,7796
|
|
42
|
+
pulumi_snowflake/get_databases.py,sha256=2Okc2oFHok2gWi9mz4w2A_lL-2VzJePXZt5rVfENyZg,10782
|
|
43
|
+
pulumi_snowflake/get_dynamic_tables.py,sha256=_EfHLBhKGbWYjwNDVIyRAhDf4QZ0XDLBKA0ADlBAmEc,9529
|
|
44
|
+
pulumi_snowflake/get_external_functions.py,sha256=fu48QbJ_QKkkwHQrMUbO3V-iNdn_7c42QDCNuXu7sk0,6868
|
|
45
|
+
pulumi_snowflake/get_external_tables.py,sha256=cTuEiTKgWyw-jniumzKIPewq9sknaLjfNxd9VLUiq7o,6684
|
|
46
|
+
pulumi_snowflake/get_failover_groups.py,sha256=eQ9wYvmJEvU8uxNiCXsdkrx_2QhMue3NXj6tv1mv8h0,5463
|
|
47
|
+
pulumi_snowflake/get_file_formats.py,sha256=tTweMVC5_zAU4bPFqnLN76vyW3MI-MfFErl16K3nCJ0,6540
|
|
48
|
+
pulumi_snowflake/get_functions.py,sha256=IzXRKEKWMNTJIMDf2pJY3OD_1gWwz7r7IQ18Ak_yTxo,6398
|
|
49
|
+
pulumi_snowflake/get_grants.py,sha256=hopzNyDq3aAht1u1Dqc6khflxdkslMlBRyNjREyEDyo,15295
|
|
50
|
+
pulumi_snowflake/get_masking_policies.py,sha256=m0cKVhgD_0_JJUj_uKqnR0tHhKspDDjaNYhSCMGQnEc,9470
|
|
51
|
+
pulumi_snowflake/get_materialized_views.py,sha256=X7-je_AaJkdT553Tx6eXdLHr6vcoBBZao79brhzboF4,6776
|
|
52
|
+
pulumi_snowflake/get_network_policies.py,sha256=hTDyahM_YHYu2teBYqQkLNKg9dEJLdsXAClSK5f2JmE,6424
|
|
53
|
+
pulumi_snowflake/get_parameters.py,sha256=AxNqvM8zVY7N9caE7lrtLwoZharzCGZ6wRa8UGHC1kk,12386
|
|
54
|
+
pulumi_snowflake/get_pipes.py,sha256=mum-FScI-uJwVsD9YwUAML50wULfHocyYlUk2rrFDTg,6210
|
|
55
|
+
pulumi_snowflake/get_procedures.py,sha256=-l0pajG3rW_SBNNOLCV41TQgwVvbut5natYTsT2WWKg,6445
|
|
56
|
+
pulumi_snowflake/get_resource_monitors.py,sha256=ilgNINdsfhd1cOvgqLW9DLx5XdaAuwn_fwRi7_8MB3E,4918
|
|
57
|
+
pulumi_snowflake/get_row_access_policies.py,sha256=T09zDIMbiHRLkIAS8gHEScMlBGwxZ5PG_65Yrv6BkhY,9684
|
|
58
|
+
pulumi_snowflake/get_schemas.py,sha256=Ans-lKweDd330yergEv7iqSEZW3Gh6XkMSVdLiVXexA,11771
|
|
59
|
+
pulumi_snowflake/get_secrets.py,sha256=VhD26VyNbsG0Tly-DNddWVLzlMPct7C6k-hFSZv1pak,8738
|
|
60
|
+
pulumi_snowflake/get_security_integrations.py,sha256=x-UTyOIVEPWDDu8P8njJRBO26q45WDDsnXkAmaOQOpo,6761
|
|
61
|
+
pulumi_snowflake/get_sequences.py,sha256=OWlUL07zTB-InXMcqD-8qVSDbfmP0-6Q1Lpbw9-l5wA,6398
|
|
62
|
+
pulumi_snowflake/get_shares.py,sha256=c6-De-vOuV-Jq9uQlt3iOL-Kwf9oTuTU9LgtMCdP1Ms,5395
|
|
63
|
+
pulumi_snowflake/get_stages.py,sha256=PrAip_Z3Q1YdKD-ohtQgkLX7caOCqR9pB2pAENVD9aw,6257
|
|
64
|
+
pulumi_snowflake/get_storage_integrations.py,sha256=njOTR2jh-k6AUpAoLEs-AvVqCvn7ttR9pTDSHpKGPvo,4967
|
|
65
|
+
pulumi_snowflake/get_streamlits.py,sha256=NS7dyscsgioN4MuKzUhCq5CCqNAIsEQ9EcnBr67ZH4Q,9051
|
|
66
|
+
pulumi_snowflake/get_streams.py,sha256=GA5LzouBhR_Fjo0GhT1hIMsPDBugnKRAlXCb4rNSBQE,9898
|
|
67
|
+
pulumi_snowflake/get_system_generate_scim_access_token.py,sha256=CbeiHK6EnND2I3VnfSnkIxUE2eqNMF24e_HPOf25-ec,6137
|
|
68
|
+
pulumi_snowflake/get_system_get_aws_sns_iam_policy.py,sha256=OylIIvrt2VIQTdaveekvj-DlAMQWX6mZXLRcx4XQtDA,5294
|
|
69
|
+
pulumi_snowflake/get_system_get_private_link_config.py,sha256=cnABOGSSUdG2_nFOV1goetczr1HRGhlCqnHig_sy1bw,13800
|
|
70
|
+
pulumi_snowflake/get_system_get_snowflake_platform_info.py,sha256=4KROm8oqx94vtY3_qCRB2vPveLJKD58kVMB67w-z5Ss,5443
|
|
71
|
+
pulumi_snowflake/get_tables.py,sha256=YkzdTm5YeJP2aUiPmhDyCyFgwgUA8J0uXFnlGWuvcWc,6257
|
|
72
|
+
pulumi_snowflake/get_tags.py,sha256=6Mmr0ME9Gi5j_6O-SfXuAFiDSumqrm-FfeV6rKvLSRU,5239
|
|
73
|
+
pulumi_snowflake/get_tasks.py,sha256=DTdKh96tWq0udpYSUI0X_heC8aFHThYmNZ0nM2T6vaE,10901
|
|
74
|
+
pulumi_snowflake/get_users.py,sha256=bWhgzOJtDyz1XqFXofkGKdIwNI-C6XKRSkBz90a2984,11134
|
|
75
|
+
pulumi_snowflake/get_views.py,sha256=5C3eVTjEcFXW1LcH4mbZceDMW-fgXANb7Hh60uYWyHY,9786
|
|
76
|
+
pulumi_snowflake/get_warehouses.py,sha256=3sONTv26smeZ5PFKLu9fsm8ESYAxORShbwmNF9WfgHU,7717
|
|
77
|
+
pulumi_snowflake/grant_account_role.py,sha256=YUk_sqn0JbwwxLWcbzxOl8npGCW8cFD4UlJAQs4oT5M,12920
|
|
78
|
+
pulumi_snowflake/grant_application_role.py,sha256=AvCBMW5aetILFtNLmMuOgfcDWUfp-O9NU8LAU8GAlVs,13019
|
|
79
|
+
pulumi_snowflake/grant_database_role.py,sha256=qccOcDwF3h-AD-Ce1J6mLYCe932fUNIwh3FMkzWmJ0w,16865
|
|
80
|
+
pulumi_snowflake/grant_ownership.py,sha256=DjESQQ3LgZ-FjL7wtOGmMgH2YpVdAI1BiX_2jvwC8Es,20268
|
|
81
|
+
pulumi_snowflake/grant_privileges_to_account_role.py,sha256=0OluaiqOVni7dSrJbfNBz8JcUhViMaCNJtPn5BuIuDI,34491
|
|
82
|
+
pulumi_snowflake/grant_privileges_to_database_role.py,sha256=Q4Bj4LQ9WzXirHoga6ebb5zVcpq-wz2iyv7LLCd2u3A,30584
|
|
83
|
+
pulumi_snowflake/grant_privileges_to_share.py,sha256=OfiLNm8kQws2C9Zp4fEPwX9ETTvDZQs3_PddosWaKoQ,28487
|
|
84
|
+
pulumi_snowflake/legacy_service_user.py,sha256=D51aJySbBgzs1xKGPiolcbH6iNvSj-3BpxadLpOCG_4,339152
|
|
85
|
+
pulumi_snowflake/managed_account.py,sha256=OJ2J82VIF1s4x-wFqIQr2VLAeUgmvUtuan5ggdxcIDQ,23584
|
|
86
|
+
pulumi_snowflake/masking_policy.py,sha256=R2OniAou6v_rhcZhnDjisAZ5oLqUQZabGT0EAhLiQsc,37338
|
|
87
|
+
pulumi_snowflake/materialized_view.py,sha256=77c4upvrltHQqNWMT3gJl_2ARm8cq-O5lU4eg0lApkg,25925
|
|
88
|
+
pulumi_snowflake/network_policy.py,sha256=6C5vuj6u9LqCj1kXRCR1wiM35_6rKD5Q0m157PhnaCQ,29276
|
|
89
|
+
pulumi_snowflake/network_policy_attachment.py,sha256=g3Xgm1199afHQsZqlJWOdd0oGogWMGn8hfWz2Nh36YI,15977
|
|
90
|
+
pulumi_snowflake/network_rule.py,sha256=haaWEgfXg9eF6VPLE3T93rMa6rn11kGN-FuaxJT-cOk,24952
|
|
91
|
+
pulumi_snowflake/notification_integration.py,sha256=bM4xa9AfuKtWwC479puaOtxz5A-y4f1yRn73Cqgmx0E,52164
|
|
92
|
+
pulumi_snowflake/oauth_integration_for_custom_clients.py,sha256=kOa3LO3DGht-nHKUGhzXhWgUAPANa97bRS0YDK9LgnE,66908
|
|
93
|
+
pulumi_snowflake/oauth_integration_for_partner_applications.py,sha256=QwQT5z6TXddUEo-XOEEOsFt--GySBfvFUZI7UWnCMoA,46185
|
|
94
|
+
pulumi_snowflake/object_parameter.py,sha256=CNCCQhY6I7FP9SVogWkoCK0Utlj3VKKgqtqX4U2lCqc,19418
|
|
95
|
+
pulumi_snowflake/outputs.py,sha256=n9iCzqSIX4sm9SGug_bvAxxnIWZCFEI3rqKq_9iBUUg,1874014
|
|
96
|
+
pulumi_snowflake/password_policy.py,sha256=vXFvb7BnDbm109G376yaY7sGa7k4cAY9Tp9LE4ZQgW0,59803
|
|
97
|
+
pulumi_snowflake/pipe.py,sha256=-DiyU_yz7iz3SrHgsJkk-lRx77Cb6xCzdbA5XiWHzz0,27933
|
|
98
|
+
pulumi_snowflake/primary_connection.py,sha256=nTJbVNfVkcbPxp9YcVe8AU4C6xlr98mP5ja66BCcy74,19744
|
|
99
|
+
pulumi_snowflake/procedure_java.py,sha256=u06yHrt5pIa_u3BGcv1XyEAwhrB6RoNDN5l5H0sVTUU,106403
|
|
100
|
+
pulumi_snowflake/procedure_javascript.py,sha256=lepMYeh069Ls9hfQZkqmctB8yZHbf21qJPprtLeME2k,68882
|
|
101
|
+
pulumi_snowflake/procedure_python.py,sha256=AUS3tBvl6MWKZDedir0cgr9io1b4BWkmmztJ0R5Hruw,102547
|
|
102
|
+
pulumi_snowflake/procedure_scala.py,sha256=Wf21nzKXSY2reP31_LIPFfz5l53KUyTaU0aJakUgQ1A,106558
|
|
103
|
+
pulumi_snowflake/procedure_sql.py,sha256=zvtiy9xQpBKEGdVgMCFaeX8iR5g9tP5QEpgvdEK9xSE,67573
|
|
104
|
+
pulumi_snowflake/provider.py,sha256=ZaM3Q4JLJO8ls8uR6jHsGNwMSe8wC05GjO2GP-597cA,78663
|
|
105
|
+
pulumi_snowflake/pulumi-plugin.json,sha256=H0K_zktHcGYW4FDPAp1n4baenTWLxhcFcLPjZURZGrE,85
|
|
106
|
+
pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
107
|
+
pulumi_snowflake/resource_monitor.py,sha256=HN_X7odpK0z-am380kwGq8P5PpO7AKRNyErZW3sbMK0,43607
|
|
108
|
+
pulumi_snowflake/row_access_policy.py,sha256=4h8-rXpGW4BQdfRPbpAgOcDqYUeaFlR4WbDQualhnRU,28685
|
|
109
|
+
pulumi_snowflake/saml2_integration.py,sha256=uiPsCD-CcfFoO724N7O-DJ0-PZIMK-481XPsHfd8k-I,82385
|
|
110
|
+
pulumi_snowflake/schema.py,sha256=1CP7zX8oUdt2WfNGZj7npzTkIAFhnQqwAENat8v3VL4,98419
|
|
111
|
+
pulumi_snowflake/scim_integration.py,sha256=lvOrWogu4yepM0AKFF6QnxQ2Md-PWeBbqGkx-n4ubg8,30959
|
|
112
|
+
pulumi_snowflake/secondary_connection.py,sha256=baucvho7CRxOa7DGg7jVVyJ4095kjCpHb6GKud2spUg,18355
|
|
113
|
+
pulumi_snowflake/secondary_database.py,sha256=jnaM-zVvdhoC6i-Dd8L76ETmm56-eY6LJpiVkM_7ErM,85566
|
|
114
|
+
pulumi_snowflake/secret_with_authorization_code_grant.py,sha256=vqOBRV59xX-8tN7mjz6rE6g9yot84VjzJL5nw1ulCBM,30649
|
|
115
|
+
pulumi_snowflake/secret_with_basic_authentication.py,sha256=tmaEn2Jj0-Rh14nHDgm-Fm-oVCrR11zvZjpf9nT8BTE,25271
|
|
116
|
+
pulumi_snowflake/secret_with_client_credentials.py,sha256=tHbARmXXAOX9hCT7z9NbyhOBjZSD8YfFjW8Oriz6M3Y,28021
|
|
117
|
+
pulumi_snowflake/secret_with_generic_string.py,sha256=yF3bu0Ud0Z-FhsksGbzKiSzS86NcJSNLVVIU6gWV0AA,23110
|
|
118
|
+
pulumi_snowflake/sequence.py,sha256=W5G4c4Kbww6yqJ_PR4CeLdqSGjpDhnBqPohhKh7lW_Q,19580
|
|
119
|
+
pulumi_snowflake/service_user.py,sha256=72W1b3uuG_tv3DoCtc7RYBqmP-8Fkqoy4GXcRhjPVA8,332063
|
|
120
|
+
pulumi_snowflake/share.py,sha256=qwQcCl4EK9gaeZWD0Tn0T0R-Ql_mfmMUpz4DxGFt_T8,12782
|
|
121
|
+
pulumi_snowflake/shared_database.py,sha256=EcHJYVrE_DHzVs9iS2o-F4fvrj35PDSPZDtvqegPkLI,68333
|
|
122
|
+
pulumi_snowflake/stage.py,sha256=dDe4xct573WVIP8w7NnFkvjdrlKKw7S6hXWHDQ4U-yA,42428
|
|
123
|
+
pulumi_snowflake/storage_integration.py,sha256=xzYE2n78-wIFb7nEJMOQixlw6Sy-SuSf7X8WhMGgo9U,38022
|
|
124
|
+
pulumi_snowflake/stream_on_directory_table.py,sha256=9FvfEPoWtEHfh_O7LXYOSGgwSvghbwb_xYntpQjxikM,28385
|
|
125
|
+
pulumi_snowflake/stream_on_external_table.py,sha256=QGCRs_b9b249jVJH2tJhA5H7QoMNc6ag7F9sLw-nG_g,34442
|
|
126
|
+
pulumi_snowflake/stream_on_table.py,sha256=0H_JaoMvdWvum2dtMdVswbsCuXBLy7puIDlj13hOMaY,35112
|
|
127
|
+
pulumi_snowflake/stream_on_view.py,sha256=x_nVZIH26edFu3GpMXIdsaCMPHG0AK8D2suFNJJOwTc,35003
|
|
128
|
+
pulumi_snowflake/streamlit.py,sha256=6F9mnf3TG3Aant4LSSsSlG5DYzyAOPp0pibEsJB3PsA,35778
|
|
129
|
+
pulumi_snowflake/table.py,sha256=1p3w1r_WzZoZg0LkvnI1kp6ncD1xAFz9rPh2ZrWwWvY,35190
|
|
130
|
+
pulumi_snowflake/table_column_masking_policy_application.py,sha256=skCtO1zHaTNjsq3YPYnc5fgQauSLKeBDtcQEzmpugCY,11221
|
|
131
|
+
pulumi_snowflake/table_constraint.py,sha256=IzfvwsB_OVRCR2wKr_YFHgIZZQ-budj51NoMh2Te87M,33436
|
|
132
|
+
pulumi_snowflake/tag.py,sha256=U3aKqLxRlTm57M-8avRTINw0DBEt2K3PPRGS0T9Nifc,23803
|
|
133
|
+
pulumi_snowflake/tag_association.py,sha256=rKdLpg44Mmv0Jk4xfZP10H1LXVabG8U3mZX_GHDi0E0,19437
|
|
134
|
+
pulumi_snowflake/task.py,sha256=chfrfyydEoAYZ8CtZ3LZupvz8ZXZmlf-unuJDJ6MZqI,331179
|
|
135
|
+
pulumi_snowflake/user.py,sha256=tx8GVi9PArV3DSVigGAuTjPfTx2dMX_oiMP8_wegmzo,347685
|
|
136
|
+
pulumi_snowflake/user_authentication_policy_attachment.py,sha256=_b1RTVmfhwIHL-39xQLk9tXeaqBzKfUpmF23BlDMQXo,9518
|
|
137
|
+
pulumi_snowflake/user_password_policy_attachment.py,sha256=WKAOOeZbgxVTiW_yBBZ5PpYSso_7MOJI_Bl1RBir4z0,9288
|
|
138
|
+
pulumi_snowflake/user_public_keys.py,sha256=JOrnZzHdtdQZPVsdWAuOK7sbl951TS5_6szSeCBjkZM,11914
|
|
139
|
+
pulumi_snowflake/view.py,sha256=czVAmJJXtKogmiYOayqbow4O4JYcWLHpsqJtV0K5mrk,52341
|
|
140
|
+
pulumi_snowflake/warehouse.py,sha256=3O0nFjh1N51C-PrV23CMq8SZ8-3LUiNGwSPqfaYsNE4,64373
|
|
141
|
+
pulumi_snowflake/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
|
|
142
|
+
pulumi_snowflake/config/__init__.pyi,sha256=3giRIWAKlFjscDmhi3I5Crpu-lm826ohTpPm3qvLOH0,9591
|
|
143
|
+
pulumi_snowflake/config/outputs.py,sha256=7jKpqZonjKN6VGHNoHB3iZ9xLIOaViwUF2YiesjyTAo,4192
|
|
144
|
+
pulumi_snowflake/config/vars.py,sha256=AyAB6DyciHLdQaLlDCdF_ha_kXnq3XhMoRWP_qvGZ-I,14752
|
|
145
|
+
pulumi_snowflake-1.4.0a1746081577.dist-info/METADATA,sha256=5T35oEhYeqWuKFZxSOf5N-66apOT2hoDO5iM3gBt01Y,5043
|
|
146
|
+
pulumi_snowflake-1.4.0a1746081577.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
|
147
|
+
pulumi_snowflake-1.4.0a1746081577.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
|
|
148
|
+
pulumi_snowflake-1.4.0a1746081577.dist-info/RECORD,,
|