pulumi-snowflake 0.60.0a1728108685__py3-none-any.whl → 0.60.0a1728636583__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/_inputs.py +3891 -10
- pulumi_snowflake/_utilities.py +1 -1
- pulumi_snowflake/account.py +5 -0
- pulumi_snowflake/account_parameter.py +5 -0
- pulumi_snowflake/account_password_policy_attachment.py +5 -0
- pulumi_snowflake/account_role.py +5 -0
- pulumi_snowflake/alert.py +5 -0
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +5 -0
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +5 -0
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +5 -0
- pulumi_snowflake/api_integration.py +5 -0
- pulumi_snowflake/config/__init__.pyi +5 -0
- pulumi_snowflake/config/outputs.py +5 -0
- pulumi_snowflake/config/vars.py +5 -0
- pulumi_snowflake/cortex_search_service.py +5 -0
- pulumi_snowflake/database.py +5 -0
- pulumi_snowflake/database_old.py +5 -0
- pulumi_snowflake/database_role.py +5 -0
- pulumi_snowflake/dynamic_table.py +5 -0
- pulumi_snowflake/email_notification_integration.py +5 -0
- pulumi_snowflake/external_function.py +5 -0
- pulumi_snowflake/external_oauth_integration.py +5 -0
- pulumi_snowflake/external_table.py +5 -0
- pulumi_snowflake/failover_group.py +5 -0
- pulumi_snowflake/file_format.py +5 -0
- pulumi_snowflake/function.py +5 -0
- pulumi_snowflake/get_accounts.py +13 -4
- pulumi_snowflake/get_alerts.py +17 -4
- pulumi_snowflake/get_cortex_search_services.py +19 -4
- pulumi_snowflake/get_current_account.py +13 -4
- pulumi_snowflake/get_current_role.py +11 -4
- pulumi_snowflake/get_database.py +20 -4
- pulumi_snowflake/get_database_role.py +16 -4
- pulumi_snowflake/get_database_roles.py +17 -4
- pulumi_snowflake/get_databases.py +21 -4
- pulumi_snowflake/get_dynamic_tables.py +19 -4
- pulumi_snowflake/get_external_functions.py +15 -4
- pulumi_snowflake/get_external_tables.py +15 -4
- pulumi_snowflake/get_failover_groups.py +13 -4
- pulumi_snowflake/get_file_formats.py +15 -4
- pulumi_snowflake/get_functions.py +15 -4
- pulumi_snowflake/get_grants.py +21 -4
- pulumi_snowflake/get_masking_policies.py +19 -4
- pulumi_snowflake/get_materialized_views.py +15 -4
- pulumi_snowflake/get_network_policies.py +15 -4
- pulumi_snowflake/get_parameters.py +21 -4
- pulumi_snowflake/get_pipes.py +15 -4
- pulumi_snowflake/get_procedures.py +15 -4
- pulumi_snowflake/get_resource_monitors.py +13 -4
- pulumi_snowflake/get_role.py +13 -4
- pulumi_snowflake/get_roles.py +15 -4
- pulumi_snowflake/get_row_access_policies.py +19 -4
- pulumi_snowflake/get_schemas.py +23 -4
- pulumi_snowflake/get_security_integrations.py +15 -4
- pulumi_snowflake/get_sequences.py +15 -4
- pulumi_snowflake/get_shares.py +13 -4
- pulumi_snowflake/get_stages.py +15 -4
- pulumi_snowflake/get_storage_integrations.py +11 -4
- pulumi_snowflake/get_streamlits.py +19 -4
- pulumi_snowflake/get_streams.py +15 -4
- pulumi_snowflake/get_system_generate_scim_access_token.py +13 -4
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +13 -4
- pulumi_snowflake/get_system_get_private_link_config.py +19 -4
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +12 -4
- pulumi_snowflake/get_tables.py +15 -4
- pulumi_snowflake/get_tasks.py +15 -4
- pulumi_snowflake/get_users.py +21 -4
- pulumi_snowflake/get_views.py +21 -4
- pulumi_snowflake/get_warehouses.py +17 -4
- pulumi_snowflake/grant_account_role.py +5 -0
- pulumi_snowflake/grant_application_role.py +5 -0
- pulumi_snowflake/grant_database_role.py +5 -0
- pulumi_snowflake/grant_ownership.py +5 -0
- pulumi_snowflake/grant_privileges_to_account_role.py +5 -0
- pulumi_snowflake/grant_privileges_to_database_role.py +5 -0
- pulumi_snowflake/grant_privileges_to_share.py +5 -0
- pulumi_snowflake/managed_account.py +5 -0
- pulumi_snowflake/masking_policy.py +5 -0
- pulumi_snowflake/materialized_view.py +5 -0
- pulumi_snowflake/network_policy.py +5 -0
- pulumi_snowflake/network_policy_attachment.py +5 -0
- pulumi_snowflake/network_rule.py +5 -0
- pulumi_snowflake/notification_integration.py +5 -0
- pulumi_snowflake/oauth_integration.py +5 -0
- pulumi_snowflake/oauth_integration_for_custom_clients.py +5 -0
- pulumi_snowflake/oauth_integration_for_partner_applications.py +5 -0
- pulumi_snowflake/object_parameter.py +5 -0
- pulumi_snowflake/outputs.py +5 -0
- pulumi_snowflake/password_policy.py +5 -0
- pulumi_snowflake/pipe.py +5 -0
- pulumi_snowflake/procedure.py +5 -0
- pulumi_snowflake/provider.py +5 -0
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +5 -0
- pulumi_snowflake/role.py +5 -0
- pulumi_snowflake/row_access_policy.py +5 -0
- pulumi_snowflake/saml2_integration.py +5 -0
- pulumi_snowflake/saml_integration.py +5 -0
- pulumi_snowflake/schema.py +5 -0
- pulumi_snowflake/scim_integration.py +5 -0
- pulumi_snowflake/secondary_database.py +5 -0
- pulumi_snowflake/sequence.py +5 -0
- pulumi_snowflake/session_parameter.py +5 -0
- pulumi_snowflake/share.py +5 -0
- pulumi_snowflake/shared_database.py +5 -0
- pulumi_snowflake/stage.py +5 -0
- pulumi_snowflake/storage_integration.py +5 -0
- pulumi_snowflake/stream.py +5 -0
- pulumi_snowflake/streamlit.py +5 -0
- pulumi_snowflake/table.py +5 -0
- pulumi_snowflake/table_column_masking_policy_application.py +5 -0
- pulumi_snowflake/table_constraint.py +5 -0
- pulumi_snowflake/tag.py +5 -0
- pulumi_snowflake/tag_association.py +5 -0
- pulumi_snowflake/tag_masking_policy_association.py +5 -0
- pulumi_snowflake/task.py +5 -0
- pulumi_snowflake/unsafe_execute.py +5 -0
- pulumi_snowflake/user.py +5 -0
- pulumi_snowflake/user_password_policy_attachment.py +5 -0
- pulumi_snowflake/user_public_keys.py +5 -0
- pulumi_snowflake/view.py +5 -0
- pulumi_snowflake/warehouse.py +5 -0
- {pulumi_snowflake-0.60.0a1728108685.dist-info → pulumi_snowflake-0.60.0a1728636583.dist-info}/METADATA +3 -2
- pulumi_snowflake-0.60.0a1728636583.dist-info/RECORD +129 -0
- pulumi_snowflake-0.60.0a1728108685.dist-info/RECORD +0 -129
- {pulumi_snowflake-0.60.0a1728108685.dist-info → pulumi_snowflake-0.60.0a1728636583.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-0.60.0a1728108685.dist-info → pulumi_snowflake-0.60.0a1728636583.dist-info}/top_level.txt +0 -0
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
pulumi_snowflake/__init__.py,sha256=jLhHlQ_zLRRsNuX3MUUJZ6Zeo6ajiEG6dI7bTYnbqms,17867
|
|
2
|
-
pulumi_snowflake/_inputs.py,sha256=RJU1ioSMYRpwe2yUrJcdVqtXZ1jb2gLAK8FLHR-iwMM,782287
|
|
3
|
-
pulumi_snowflake/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
|
|
4
|
-
pulumi_snowflake/account.py,sha256=jH3DxskMHSTxox8DfeVZ3fmSH1gfu4KPz9bYEJMxCLQ,46986
|
|
5
|
-
pulumi_snowflake/account_parameter.py,sha256=NLCma6MdpBgH29t-flNQfwUQ_nUy4OMVo3c9s_YUs_0,8753
|
|
6
|
-
pulumi_snowflake/account_password_policy_attachment.py,sha256=HM1StOWHSWobxaFTfQEyW8i0cegg_jdJ8vAO5s6kfGc,6770
|
|
7
|
-
pulumi_snowflake/account_role.py,sha256=TYf571kn63Rzz038FbGliu7YEQ5N0NFA-LViyMAbjJk,10948
|
|
8
|
-
pulumi_snowflake/alert.py,sha256=JDlRxzDGUDLUppEBjS0McLj1Wew6SA-LMXFzQMk_1QI,24023
|
|
9
|
-
pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py,sha256=wZcnFYOuJlmwUzfw1esGy6kICMYykZOamn5y9hj-dWE,43095
|
|
10
|
-
pulumi_snowflake/api_authentication_integration_with_client_credentials.py,sha256=BLpscA1uJgS5RuZT--DTvDjSIwH4cCybyv6fnVdZ2Sk,39831
|
|
11
|
-
pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py,sha256=yEKk8zu7bn2SV4RqG1qo8qZR3bZqTac9fw17TWGSxZg,40567
|
|
12
|
-
pulumi_snowflake/api_integration.py,sha256=QbKQ0WM7bhQTIlsDDAZWFg3onUlqM3q7UJ9CEOFQUFs,40355
|
|
13
|
-
pulumi_snowflake/cortex_search_service.py,sha256=4xAZW8bnU0ICOtsAQXKrZ5HLDbk5y_EBAcY9wlFR1K4,25600
|
|
14
|
-
pulumi_snowflake/database.py,sha256=yZgpshJBp-gqUcuEmah8UX3oPu819Tv05LC9gwKIIVY,86760
|
|
15
|
-
pulumi_snowflake/database_old.py,sha256=QQPuv_9NTHMrHdvgztu41ysX-oL3a9AAANPdZ2m7WgA,27823
|
|
16
|
-
pulumi_snowflake/database_role.py,sha256=Bp1JIbnfm8Gpn5oyUnnJiAslQJUhrNOkqSsWiFK2NWo,14579
|
|
17
|
-
pulumi_snowflake/dynamic_table.py,sha256=wS-LAszKT6j8XjgUmmX_imVpmKvRPkT1-TrfeicjO4A,41190
|
|
18
|
-
pulumi_snowflake/email_notification_integration.py,sha256=vHtSBw8MnZuABXNwh0qBW9FqMXKMsQhnN-6vJfOyHQg,12711
|
|
19
|
-
pulumi_snowflake/external_function.py,sha256=0b0SKpZj9FnL82iJu0pfNKNH9eNSJWHge-zjlDfJuNI,49142
|
|
20
|
-
pulumi_snowflake/external_oauth_integration.py,sha256=bAcVYc5yBlaK7P_XIbBHRBrtbelcHwxXEhczkA9fkbg,66414
|
|
21
|
-
pulumi_snowflake/external_table.py,sha256=4tA5fCRgrtSkgZlVlY0m2qwecd8vpHMvg4ZpRouGuOs,41389
|
|
22
|
-
pulumi_snowflake/failover_group.py,sha256=e9ZrQgK3Ous-Zi_H-ZHZBQOtaqX1MYKgIG0HtFya0B8,38308
|
|
23
|
-
pulumi_snowflake/file_format.py,sha256=SNYbLUxLR5IT0BblAognqU8lApTCRv471ruQM_UyUe0,92896
|
|
24
|
-
pulumi_snowflake/function.py,sha256=gHYAeC9MXQhBMkju-zoRQvid6zU0pqtPcFLw3v7hlBQ,42090
|
|
25
|
-
pulumi_snowflake/get_accounts.py,sha256=1XaZzHCyz4veYUDjZ-urRSFR0WCEPCGpAneC8B_F7gk,3423
|
|
26
|
-
pulumi_snowflake/get_alerts.py,sha256=IOYjHzz6mofcwCs9US7STsx9kKz1pleAer2IR1iQEbg,4948
|
|
27
|
-
pulumi_snowflake/get_cortex_search_services.py,sha256=kWy5WqbZl2AuHw2kBLg3nuyNVIWmXWah_LqIYcllgTQ,9319
|
|
28
|
-
pulumi_snowflake/get_current_account.py,sha256=ekQYpY3r7i7TXxCTtMo8B9MdLVQEfgURVxt0zs7glC4,3848
|
|
29
|
-
pulumi_snowflake/get_current_role.py,sha256=8qctYLhiMpij40a-sTPUpxno0OBzyTpp4pp1v0Dm3OM,2532
|
|
30
|
-
pulumi_snowflake/get_database.py,sha256=-OCZl50Fyaz8OSDes2wLsaf9dsk927UHIlFuut5ACSw,6025
|
|
31
|
-
pulumi_snowflake/get_database_role.py,sha256=VgJGlvm4SNuYWpoaClTLlyIS8dszGaX2WZgUpASbdFE,4493
|
|
32
|
-
pulumi_snowflake/get_database_roles.py,sha256=Dar_Pgu9X5yTEqHo-yipz76_86uBNtAg41N5x8tirYw,7634
|
|
33
|
-
pulumi_snowflake/get_databases.py,sha256=eTr97oMUtON16CGdOSRr6NDzc4nw9KGMXXPEpBFhPV4,10215
|
|
34
|
-
pulumi_snowflake/get_dynamic_tables.py,sha256=n9IPEtqJ6IYk37eS-pXY_KP2F174TUzlaeBJjI7UCFA,7388
|
|
35
|
-
pulumi_snowflake/get_external_functions.py,sha256=-UoeIjSURHaxT-3F70gfowF1Xmy8TkbaKLNFpxYdEYo,4650
|
|
36
|
-
pulumi_snowflake/get_external_tables.py,sha256=MeoscZ7LbpY-Fj9zaQoXz-4VsQBSxhpyPiMiAn201hg,4481
|
|
37
|
-
pulumi_snowflake/get_failover_groups.py,sha256=3_2DcfbgcxQ3vPE-2uE18f_41j1p3nYruuB11nmrVIw,3531
|
|
38
|
-
pulumi_snowflake/get_file_formats.py,sha256=nM16keOSoW2kFh4te0gpAE-xIc3VwyzrW2tx76jDukI,4352
|
|
39
|
-
pulumi_snowflake/get_functions.py,sha256=A8jzOryl_PloHXf8EIKEt1NCIP3oQSyAV8XMdVIwKKY,4221
|
|
40
|
-
pulumi_snowflake/get_grants.py,sha256=o8S62PUU6mNrmdSqft7_iXTlOgaY-MNq46UyExQUr3E,14011
|
|
41
|
-
pulumi_snowflake/get_masking_policies.py,sha256=07KWL7xr_TCzV4-E67sB-G7fTDkB0k_vWj5r1GLRpo4,9166
|
|
42
|
-
pulumi_snowflake/get_materialized_views.py,sha256=SzrOyytKFC1L1Bxtf_k8PI0wXfP_zkvrAfRHdYJIovQ,4558
|
|
43
|
-
pulumi_snowflake/get_network_policies.py,sha256=7E5UrgcVlA202R1j141IjEjTOfgvgMLWgk50mDEQ6ns,6269
|
|
44
|
-
pulumi_snowflake/get_parameters.py,sha256=sziM3-TIrQKQutCRQddpm6ql82SaE5lie55lm1dNAOw,9700
|
|
45
|
-
pulumi_snowflake/get_pipes.py,sha256=S8EURVcZJze6r7br5sdFFEcxmf358EK3ept7Sft5CFE,4053
|
|
46
|
-
pulumi_snowflake/get_procedures.py,sha256=1DZvj-MhgKOW3BGB6EQVtofsGAha8Rg7Sh2P1jsDars,4263
|
|
47
|
-
pulumi_snowflake/get_resource_monitors.py,sha256=d3KAYmmrpfLfDJ2htdKYA2JrYfVNRBzb1MEqAmLkblE,4967
|
|
48
|
-
pulumi_snowflake/get_role.py,sha256=BvCk_WCi6C8GvQc9q4nlWprYwVt9pI1pHUYieW_2JRs,3392
|
|
49
|
-
pulumi_snowflake/get_roles.py,sha256=I48pxk_QaE14ls-FghgbZm-vagZ3TDzlqoGX764KMrs,5295
|
|
50
|
-
pulumi_snowflake/get_row_access_policies.py,sha256=arcyDYp1e45YIF4j6jNCIFzCsTErp590xsqWrn4jGow,9369
|
|
51
|
-
pulumi_snowflake/get_schemas.py,sha256=lZ4UCri1rHq65Zex7CXQ_GUcXyDCWOtETXa8tmNVpYU,10856
|
|
52
|
-
pulumi_snowflake/get_security_integrations.py,sha256=U9PAfYXQ9LflMrL0CiEnn-yhef9uEJbLM_iwMZQLERQ,6581
|
|
53
|
-
pulumi_snowflake/get_sequences.py,sha256=xp_duxQQTXk5R6MW7bhoqX9dEk7bATY1fk5F8vcuOoM,4221
|
|
54
|
-
pulumi_snowflake/get_shares.py,sha256=xOrMChS5bTQ8vIETDAtJt1Ar7VDjSo3fpqQldXyfRLU,3365
|
|
55
|
-
pulumi_snowflake/get_stages.py,sha256=0aDVuqtlisNUHBA1z81PgpUrYSNmfIUp3CrNTPG9vt0,4095
|
|
56
|
-
pulumi_snowflake/get_storage_integrations.py,sha256=B96Ikapf8A8FcFYRivOwOooBjbyj7wsZnul0C7kHJK4,3003
|
|
57
|
-
pulumi_snowflake/get_streamlits.py,sha256=V0EM8OhxuuLG5R-Y_KRBgwEUcAo0df94kd3HHchmtGA,8773
|
|
58
|
-
pulumi_snowflake/get_streams.py,sha256=lKhjr5ZI0ImQjl-zJPjVwzZNwPJDmZws4znbyQYynY8,4137
|
|
59
|
-
pulumi_snowflake/get_system_generate_scim_access_token.py,sha256=qDnAfUXWuNeg4CkP0Rt8SZliQsE9kAyMYlB8U3cikvg,3986
|
|
60
|
-
pulumi_snowflake/get_system_get_aws_sns_iam_policy.py,sha256=fm4NJGPdm5RehwqL0glf-HfiAf_71JxLNmNJaXQSNrI,4269
|
|
61
|
-
pulumi_snowflake/get_system_get_private_link_config.py,sha256=WaaVjQAKPaoOFig494UkEiVFaoOkfBlJHwGCaln9yQY,11211
|
|
62
|
-
pulumi_snowflake/get_system_get_snowflake_platform_info.py,sha256=QLFK-mEZVXbTSfKzQOi83VE_fn5H5K8YAMJaQsQY8Rg,3520
|
|
63
|
-
pulumi_snowflake/get_tables.py,sha256=AG1baNGUWbRj4ow9g7OY6dGqkL-eUvgDtCOydrHvN9Y,4095
|
|
64
|
-
pulumi_snowflake/get_tasks.py,sha256=lzEuSYuJHfOeGhkVeFH2MdR612BWq5Ywc14P6tawsjo,4053
|
|
65
|
-
pulumi_snowflake/get_users.py,sha256=UQ6g-zIgFjWO4YmN7O2zOFfzUZEAsw0ncZSbentfubM,10479
|
|
66
|
-
pulumi_snowflake/get_views.py,sha256=djn0boWFGYz78j7nKMy4Dv0U6Hp3_eJe5qTA_n7mHI4,9386
|
|
67
|
-
pulumi_snowflake/get_warehouses.py,sha256=6KFeQL76lEbl-Oyutye0JlES_IkNCpjCt5d7Oryq2hU,7371
|
|
68
|
-
pulumi_snowflake/grant_account_role.py,sha256=lxR9N7ObN22MK1BITBAA31xwMzZRU6hHKuGNON3CBPw,11188
|
|
69
|
-
pulumi_snowflake/grant_application_role.py,sha256=UNm21GWjYep4EKt_oiLhHeP_HR4vMNeS7_Z0KEoLVXo,11971
|
|
70
|
-
pulumi_snowflake/grant_database_role.py,sha256=wE1ZcvcgpFf4KlOvGVX55E8nI8bMvKzZzqWt7GiNVu8,14627
|
|
71
|
-
pulumi_snowflake/grant_ownership.py,sha256=BI6V1NDGeXAZLLXtgKG54J_o0tHhHGzLQOEBE-ZIlpY,18104
|
|
72
|
-
pulumi_snowflake/grant_privileges_to_account_role.py,sha256=M1MzrwoYOWtSWrFYukLSedbx43v7WiFHxjVbDC8lhnI,30835
|
|
73
|
-
pulumi_snowflake/grant_privileges_to_database_role.py,sha256=BbcAkNXx9S2XwRQQRb4f5tBigVP9no7e0dFFjb3Uc7o,27860
|
|
74
|
-
pulumi_snowflake/grant_privileges_to_share.py,sha256=AeHSy5_z0cjg6H8YF2rCNyUjiClG10wtsXvYH3zejzk,24751
|
|
75
|
-
pulumi_snowflake/managed_account.py,sha256=opk6VJuTiojT3g2rOhj9eOxG0OTmYe9Mqshfsfostsw,22178
|
|
76
|
-
pulumi_snowflake/masking_policy.py,sha256=gIa6fDauIYQUuDf2KLHU76EXOwz9sVd178ffJfATB0M,35457
|
|
77
|
-
pulumi_snowflake/materialized_view.py,sha256=np5uyds74dxI91To7fC8ZR6lh2rV9a_92DGO9WHeyAc,24326
|
|
78
|
-
pulumi_snowflake/network_policy.py,sha256=3xcb9r1Cx2r9QaGkr2RKydQ5iu1pwSUcjxnXuMIsZ1A,27498
|
|
79
|
-
pulumi_snowflake/network_policy_attachment.py,sha256=2fuljncw1CSP7DxpomHZ4PUdB0JcDjnkjt9dHcQeeXw,15190
|
|
80
|
-
pulumi_snowflake/network_rule.py,sha256=cM8JhtLMfeUBtvcJk2u_Y4ibcqfWmSPGiRrSbBenFEo,23755
|
|
81
|
-
pulumi_snowflake/notification_integration.py,sha256=OrGW3CGSI7nqkMRy6-gf_n7jt_VrR_pmyILC2jfhIrw,49192
|
|
82
|
-
pulumi_snowflake/oauth_integration.py,sha256=vQzP4Sl6mS6ZTqMX7tT-Uq_XcyjuhbXnJtDZYbXq38A,31365
|
|
83
|
-
pulumi_snowflake/oauth_integration_for_custom_clients.py,sha256=oIcLrB53zyWGaNdTBoPkGWMt-yq2zeNpdRqflwk0RCI,55841
|
|
84
|
-
pulumi_snowflake/oauth_integration_for_partner_applications.py,sha256=5QMmnM3Jplc8TyRoHd8zA8QG6g4Wt0J6P3hRTg9YFFk,36433
|
|
85
|
-
pulumi_snowflake/object_parameter.py,sha256=lEUHFXGrS2NNn4Md9-LIQMbB9wMle_DsIycm7mgYFNc,18541
|
|
86
|
-
pulumi_snowflake/outputs.py,sha256=UI3OR4IThdJP8MIbrHRCaFR_Wb3bRLbY5g90Kbf9XiA,946560
|
|
87
|
-
pulumi_snowflake/password_policy.py,sha256=sTR0Y7OnaA5rlltAwOw1D0XXHdD9PvvLI_Z69I2f4RU,53731
|
|
88
|
-
pulumi_snowflake/pipe.py,sha256=BWpaXzBs1SGB6gNZeimXBYecT0vxCR2zp_gnEJhjeSE,26239
|
|
89
|
-
pulumi_snowflake/procedure.py,sha256=XNUBvg9bF0dxBccqnQNnFAjl3MNSF1xGPc9sAfFJChY,45620
|
|
90
|
-
pulumi_snowflake/provider.py,sha256=PEyKukbl3zEttQSVtkbM_RY9u8Ro14hPbNYCTwCvOaw,85280
|
|
91
|
-
pulumi_snowflake/pulumi-plugin.json,sha256=iMRorJpG2Bt4IAlIZ9hDdD0eHas6_9Qfj_MrxigfIQg,86
|
|
92
|
-
pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
93
|
-
pulumi_snowflake/resource_monitor.py,sha256=Akd-swwiWg4lV4Bcoq5pKccYSd05yrLFLqIVxxOH2JE,41927
|
|
94
|
-
pulumi_snowflake/role.py,sha256=M5uy8EnOre_YL_BF_whhEDQQ1BREC8v8-yCVrVpB7cI,10717
|
|
95
|
-
pulumi_snowflake/row_access_policy.py,sha256=W97b9CuCF9dtkiyNSzaTrQwQa4kJDjpOwearV6JwI5s,27913
|
|
96
|
-
pulumi_snowflake/saml2_integration.py,sha256=jwNfpIX3Kj-xFZMEfS-09lyr77dD_QyMP3PEJJeTSkQ,76505
|
|
97
|
-
pulumi_snowflake/saml_integration.py,sha256=330aNgwiOsNj1x16vU4myGhA9zkaMJyvpIjaAmxgfDU,62471
|
|
98
|
-
pulumi_snowflake/schema.py,sha256=DA-UaAxx-jkiSpQ8b-ukhAfoMD17m82sONA4aNBVEgI,92318
|
|
99
|
-
pulumi_snowflake/scim_integration.py,sha256=qRDbB7QXc4R_lYTpwyBMQz0WhKuFiYkqSKmgKxUKeeQ,28560
|
|
100
|
-
pulumi_snowflake/secondary_database.py,sha256=_-2IFUkkg_RyoLBE6DB5Kevg1n3uAYwkszWS5LwTm-o,82410
|
|
101
|
-
pulumi_snowflake/sequence.py,sha256=n8WG8gT9KOm6sAC3WNxlN3ql0wPhxkLUHHv_uQN_9kQ,18116
|
|
102
|
-
pulumi_snowflake/session_parameter.py,sha256=0JuhSs8KLw8l8NEStrDREv463tIQTkSGtPkceI7Krtk,12759
|
|
103
|
-
pulumi_snowflake/share.py,sha256=wSV7ohLk_PKagh81hy_dXfSD1A8zS_acv2ZjlHh7z4w,12101
|
|
104
|
-
pulumi_snowflake/shared_database.py,sha256=Y5mLBBpQDuRz1BN2Kc25mxYsiDZjjZP2Y01xQ55eHk0,65561
|
|
105
|
-
pulumi_snowflake/stage.py,sha256=5gxnMtsYsPeD7CCXM7Iq7xkVOzntIaBt65aP2lNjtJU,36476
|
|
106
|
-
pulumi_snowflake/storage_integration.py,sha256=nSxX43Ab2GQ865Hw8uKtn1U4Log07YFojktQZT3qUcM,32967
|
|
107
|
-
pulumi_snowflake/stream.py,sha256=jN73wRK7Jl2u9hs2s1gmCw1-m86zj1dK4DHpwOZmFFk,26651
|
|
108
|
-
pulumi_snowflake/streamlit.py,sha256=esm8YJmRunwBMoLXDgyyqyWLH2WDq9ZCRQ8hGh9dFlE,30839
|
|
109
|
-
pulumi_snowflake/table.py,sha256=j3RVoWgDbwAywaEGNsejamYufyHSo5bLBEkEukU2GLw,32983
|
|
110
|
-
pulumi_snowflake/table_column_masking_policy_application.py,sha256=yxUKWGQ9FYMM5DFeERgjx8pfsIsHwu0Ld6ixxybe4vk,10543
|
|
111
|
-
pulumi_snowflake/table_constraint.py,sha256=nBNlzmwVet-jBd6vLS1DXmRKNbI7VkyULZBS9AX_pPg,30992
|
|
112
|
-
pulumi_snowflake/tag.py,sha256=ajzU6m8usKe3V37VN50BrdbaPJWA_yjrGELJ9CuyYk8,15223
|
|
113
|
-
pulumi_snowflake/tag_association.py,sha256=84bORYJMgG4xQXW1nG7bf4hi5oRrJ5GwffZqnoliL_8,21919
|
|
114
|
-
pulumi_snowflake/tag_masking_policy_association.py,sha256=MkGYO_A8nuiBfca2EdwK0rkcmBoI49TdYZUL36p_u3k,9691
|
|
115
|
-
pulumi_snowflake/task.py,sha256=prgW83QdoC8WwRTZtjcAvuncz7p34BEpxDcVJ5dJQcU,47734
|
|
116
|
-
pulumi_snowflake/unsafe_execute.py,sha256=PMd-Kt53tvGOsWPTOTExeSRvtDaT-t3uwZpydOTXjGo,11752
|
|
117
|
-
pulumi_snowflake/user.py,sha256=kVJI3Fe_jrS-Hc29LtBVIFxTRRt0fRC3ah6oqRour9I,334725
|
|
118
|
-
pulumi_snowflake/user_password_policy_attachment.py,sha256=SMTbHU2Qqy915fVV7Z9HTt9NjyTFYlgSDzPBi4t2x8w,8750
|
|
119
|
-
pulumi_snowflake/user_public_keys.py,sha256=Z8QaNFXe8bGM0pzxRwM3bPSlGvqXVOxejQLDbhQm5Ck,11278
|
|
120
|
-
pulumi_snowflake/view.py,sha256=lTNhpEQiTBCKxk330Gtm0L0q_Bqc2nnfbp9umiq8b04,48974
|
|
121
|
-
pulumi_snowflake/warehouse.py,sha256=KrL-ARQuruzfEfw5XOp2ILIYbcoIzbjTQeQLeYCN8hI,58357
|
|
122
|
-
pulumi_snowflake/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
123
|
-
pulumi_snowflake/config/__init__.pyi,sha256=wA0KR9Mzb7OhcEV0M_FSljX8L_jCHB4hMilHnLcVwTo,9868
|
|
124
|
-
pulumi_snowflake/config/outputs.py,sha256=zm82Qv8RbeJ_iKb90mfdQeQBHOwjYRC8zHHII-DHiNs,3867
|
|
125
|
-
pulumi_snowflake/config/vars.py,sha256=D3v_7m-rX66OwF6n2t32KU1cRLebk5_u6vSbTuL9o-Y,15762
|
|
126
|
-
pulumi_snowflake-0.60.0a1728108685.dist-info/METADATA,sha256=gayoA-zUp09muqzHE9kuOozKDrB1lh_l4aGGf3TwfUc,4981
|
|
127
|
-
pulumi_snowflake-0.60.0a1728108685.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
128
|
-
pulumi_snowflake-0.60.0a1728108685.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
|
|
129
|
-
pulumi_snowflake-0.60.0a1728108685.dist-info/RECORD,,
|
{pulumi_snowflake-0.60.0a1728108685.dist-info → pulumi_snowflake-0.60.0a1728636583.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|