pulumi-snowflake 2.0.0a1747749228__py3-none-any.whl → 2.0.1a1750822944__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.

Files changed (148) hide show
  1. pulumi_snowflake/__init__.py +1 -1
  2. pulumi_snowflake/_inputs.py +1 -1
  3. pulumi_snowflake/_utilities.py +1 -1
  4. pulumi_snowflake/account.py +1 -1
  5. pulumi_snowflake/account_authentication_policy_attachment.py +1 -1
  6. pulumi_snowflake/account_parameter.py +1 -1
  7. pulumi_snowflake/account_password_policy_attachment.py +1 -1
  8. pulumi_snowflake/account_role.py +1 -1
  9. pulumi_snowflake/alert.py +1 -1
  10. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +1 -1
  11. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +1 -1
  12. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +1 -1
  13. pulumi_snowflake/api_integration.py +1 -1
  14. pulumi_snowflake/authentication_policy.py +1 -1
  15. pulumi_snowflake/config/__init__.py +1 -1
  16. pulumi_snowflake/config/__init__.pyi +1 -1
  17. pulumi_snowflake/config/outputs.py +1 -1
  18. pulumi_snowflake/config/vars.py +1 -1
  19. pulumi_snowflake/cortex_search_service.py +1 -1
  20. pulumi_snowflake/database.py +1 -1
  21. pulumi_snowflake/database_role.py +1 -1
  22. pulumi_snowflake/dynamic_table.py +1 -1
  23. pulumi_snowflake/email_notification_integration.py +1 -1
  24. pulumi_snowflake/execute.py +1 -1
  25. pulumi_snowflake/external_function.py +1 -1
  26. pulumi_snowflake/external_oauth_integration.py +1 -1
  27. pulumi_snowflake/external_table.py +1 -1
  28. pulumi_snowflake/external_volume.py +1 -1
  29. pulumi_snowflake/failover_group.py +1 -1
  30. pulumi_snowflake/file_format.py +1 -1
  31. pulumi_snowflake/function_java.py +1 -1
  32. pulumi_snowflake/function_javascript.py +1 -1
  33. pulumi_snowflake/function_python.py +1 -1
  34. pulumi_snowflake/function_scala.py +1 -1
  35. pulumi_snowflake/function_sql.py +1 -1
  36. pulumi_snowflake/get_account_roles.py +1 -1
  37. pulumi_snowflake/get_accounts.py +1 -1
  38. pulumi_snowflake/get_alerts.py +1 -1
  39. pulumi_snowflake/get_connections.py +1 -1
  40. pulumi_snowflake/get_cortex_search_services.py +1 -1
  41. pulumi_snowflake/get_current_account.py +1 -1
  42. pulumi_snowflake/get_current_role.py +1 -1
  43. pulumi_snowflake/get_database.py +1 -1
  44. pulumi_snowflake/get_database_role.py +1 -1
  45. pulumi_snowflake/get_database_roles.py +1 -1
  46. pulumi_snowflake/get_databases.py +1 -1
  47. pulumi_snowflake/get_dynamic_tables.py +1 -1
  48. pulumi_snowflake/get_external_functions.py +1 -1
  49. pulumi_snowflake/get_external_tables.py +1 -1
  50. pulumi_snowflake/get_failover_groups.py +1 -1
  51. pulumi_snowflake/get_file_formats.py +1 -1
  52. pulumi_snowflake/get_functions.py +1 -1
  53. pulumi_snowflake/get_grants.py +1 -1
  54. pulumi_snowflake/get_masking_policies.py +1 -1
  55. pulumi_snowflake/get_materialized_views.py +1 -1
  56. pulumi_snowflake/get_network_policies.py +1 -1
  57. pulumi_snowflake/get_parameters.py +1 -1
  58. pulumi_snowflake/get_pipes.py +1 -1
  59. pulumi_snowflake/get_procedures.py +1 -1
  60. pulumi_snowflake/get_resource_monitors.py +1 -1
  61. pulumi_snowflake/get_row_access_policies.py +1 -1
  62. pulumi_snowflake/get_schemas.py +1 -1
  63. pulumi_snowflake/get_secrets.py +1 -1
  64. pulumi_snowflake/get_security_integrations.py +1 -1
  65. pulumi_snowflake/get_sequences.py +1 -1
  66. pulumi_snowflake/get_shares.py +1 -1
  67. pulumi_snowflake/get_stages.py +1 -1
  68. pulumi_snowflake/get_storage_integrations.py +1 -1
  69. pulumi_snowflake/get_streamlits.py +1 -1
  70. pulumi_snowflake/get_streams.py +1 -1
  71. pulumi_snowflake/get_system_generate_scim_access_token.py +1 -1
  72. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +1 -1
  73. pulumi_snowflake/get_system_get_private_link_config.py +1 -1
  74. pulumi_snowflake/get_system_get_snowflake_platform_info.py +1 -1
  75. pulumi_snowflake/get_tables.py +1 -1
  76. pulumi_snowflake/get_tags.py +1 -1
  77. pulumi_snowflake/get_tasks.py +1 -1
  78. pulumi_snowflake/get_users.py +1 -1
  79. pulumi_snowflake/get_views.py +1 -1
  80. pulumi_snowflake/get_warehouses.py +1 -1
  81. pulumi_snowflake/grant_account_role.py +1 -1
  82. pulumi_snowflake/grant_application_role.py +1 -1
  83. pulumi_snowflake/grant_database_role.py +1 -1
  84. pulumi_snowflake/grant_ownership.py +1 -1
  85. pulumi_snowflake/grant_privileges_to_account_role.py +1 -1
  86. pulumi_snowflake/grant_privileges_to_database_role.py +1 -1
  87. pulumi_snowflake/grant_privileges_to_share.py +1 -1
  88. pulumi_snowflake/legacy_service_user.py +1 -1
  89. pulumi_snowflake/managed_account.py +1 -1
  90. pulumi_snowflake/masking_policy.py +1 -1
  91. pulumi_snowflake/materialized_view.py +1 -1
  92. pulumi_snowflake/network_policy.py +1 -1
  93. pulumi_snowflake/network_policy_attachment.py +1 -1
  94. pulumi_snowflake/network_rule.py +1 -1
  95. pulumi_snowflake/notification_integration.py +1 -1
  96. pulumi_snowflake/oauth_integration_for_custom_clients.py +1 -1
  97. pulumi_snowflake/oauth_integration_for_partner_applications.py +1 -1
  98. pulumi_snowflake/object_parameter.py +1 -1
  99. pulumi_snowflake/outputs.py +1 -1
  100. pulumi_snowflake/password_policy.py +1 -1
  101. pulumi_snowflake/pipe.py +1 -1
  102. pulumi_snowflake/primary_connection.py +1 -1
  103. pulumi_snowflake/procedure_java.py +1 -1
  104. pulumi_snowflake/procedure_javascript.py +1 -1
  105. pulumi_snowflake/procedure_python.py +1 -1
  106. pulumi_snowflake/procedure_scala.py +1 -1
  107. pulumi_snowflake/procedure_sql.py +1 -1
  108. pulumi_snowflake/provider.py +1 -1
  109. pulumi_snowflake/pulumi-plugin.json +1 -1
  110. pulumi_snowflake/resource_monitor.py +1 -1
  111. pulumi_snowflake/row_access_policy.py +1 -1
  112. pulumi_snowflake/saml2_integration.py +1 -1
  113. pulumi_snowflake/schema.py +1 -1
  114. pulumi_snowflake/scim_integration.py +1 -1
  115. pulumi_snowflake/secondary_connection.py +1 -1
  116. pulumi_snowflake/secondary_database.py +1 -1
  117. pulumi_snowflake/secret_with_authorization_code_grant.py +1 -1
  118. pulumi_snowflake/secret_with_basic_authentication.py +1 -1
  119. pulumi_snowflake/secret_with_client_credentials.py +1 -1
  120. pulumi_snowflake/secret_with_generic_string.py +1 -1
  121. pulumi_snowflake/sequence.py +1 -1
  122. pulumi_snowflake/service_user.py +1 -1
  123. pulumi_snowflake/share.py +1 -1
  124. pulumi_snowflake/shared_database.py +1 -1
  125. pulumi_snowflake/stage.py +1 -1
  126. pulumi_snowflake/storage_integration.py +1 -1
  127. pulumi_snowflake/stream_on_directory_table.py +1 -1
  128. pulumi_snowflake/stream_on_external_table.py +1 -1
  129. pulumi_snowflake/stream_on_table.py +1 -1
  130. pulumi_snowflake/stream_on_view.py +1 -1
  131. pulumi_snowflake/streamlit.py +1 -1
  132. pulumi_snowflake/table.py +1 -1
  133. pulumi_snowflake/table_column_masking_policy_application.py +1 -1
  134. pulumi_snowflake/table_constraint.py +1 -1
  135. pulumi_snowflake/tag.py +1 -1
  136. pulumi_snowflake/tag_association.py +1 -1
  137. pulumi_snowflake/task.py +1 -1
  138. pulumi_snowflake/user.py +1 -1
  139. pulumi_snowflake/user_authentication_policy_attachment.py +1 -1
  140. pulumi_snowflake/user_password_policy_attachment.py +1 -1
  141. pulumi_snowflake/user_public_keys.py +1 -1
  142. pulumi_snowflake/view.py +1 -1
  143. pulumi_snowflake/warehouse.py +1 -1
  144. {pulumi_snowflake-2.0.0a1747749228.dist-info → pulumi_snowflake-2.0.1a1750822944.dist-info}/METADATA +1 -1
  145. pulumi_snowflake-2.0.1a1750822944.dist-info/RECORD +148 -0
  146. {pulumi_snowflake-2.0.0a1747749228.dist-info → pulumi_snowflake-2.0.1a1750822944.dist-info}/WHEEL +1 -1
  147. pulumi_snowflake-2.0.0a1747749228.dist-info/RECORD +0 -148
  148. {pulumi_snowflake-2.0.0a1747749228.dist-info → pulumi_snowflake-2.0.1a1750822944.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,148 @@
1
+ pulumi_snowflake/__init__.py,sha256=j_IDAfjOvgeyaikJypRaxRESJcMVp3RAzxa676IEZ6M,22187
2
+ pulumi_snowflake/_inputs.py,sha256=bn8rXH3BjmNqo6ZXRxexLKdbUrWMwbTa6iFUbqYWIug,2218040
3
+ pulumi_snowflake/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
+ pulumi_snowflake/account.py,sha256=70eVEq6rwSSR4I6UfqqiJ47L8_XL9CSdYsvgemVvlVY,45931
5
+ pulumi_snowflake/account_authentication_policy_attachment.py,sha256=Q2bA1SgysOmuPQQwJPHKGn9Xmg8TQ5r79mDXVixWmZY,7566
6
+ pulumi_snowflake/account_parameter.py,sha256=pAujrxCnDmkaQo8KTfswn8hnPeChCdhhxhsu2MZ7YG8,32192
7
+ pulumi_snowflake/account_password_policy_attachment.py,sha256=DrrBKkUwqKm5Zw1zX8hifBJkgX7bIN3qbnN6f97Ch5w,7170
8
+ pulumi_snowflake/account_role.py,sha256=hsWj9MCwrQXz1Xoy4qvCKevNq7qgxn4OVOMiRVxn-y0,11432
9
+ pulumi_snowflake/alert.py,sha256=_7zN10KTIXsly6i9DXS0XuR1JoIpD346w2HZ_Y8SSSs,25449
10
+ pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py,sha256=lZDhWZN89bYDmHB32g0RjGLz--1sxdw8I5cI75F5pBA,44305
11
+ pulumi_snowflake/api_authentication_integration_with_client_credentials.py,sha256=SXNr5ZRhxGMkR8UfXUpJUu1ornv0n5W9LnuKDxXvdkA,40905
12
+ pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py,sha256=ILlWeh0lyJsP3amg4yqa5GxGfXOuDtxkuVsZTlG0Csc,41715
13
+ pulumi_snowflake/api_integration.py,sha256=6H7HyCy38rVpria2MT-1L7OlodKSi1SmdJO9-CW9J8k,42931
14
+ pulumi_snowflake/authentication_policy.py,sha256=6fVFDgcU_2XgfVJrMSgBaU8fz9Lhe3q5V4XJ-4EwTfU,43598
15
+ pulumi_snowflake/cortex_search_service.py,sha256=6S7KSLsmEeXEaHfZS4tg1bRZwrOuDuKUo3NOfRNzMZA,27110
16
+ pulumi_snowflake/database.py,sha256=OtEYv8rbcn3Dxdo7CH4-QcsBfOdZr-cGLsFn-Tj-r9g,89516
17
+ pulumi_snowflake/database_role.py,sha256=cmJrXYYqdklSZGy9qLET1pBvisyyd8Yi57Kk3sPfcvA,15130
18
+ pulumi_snowflake/dynamic_table.py,sha256=-8Y3S9zJaE5A0zf7ihST2_snaK7Edz784NEgQlc5GD8,43799
19
+ pulumi_snowflake/email_notification_integration.py,sha256=9i3qNYhssNIYAYq-zthRHqn2FTUSmJBumbZfyYZkEYU,13474
20
+ pulumi_snowflake/execute.py,sha256=ozxL8gMOG1SEdFk5RfUYVtrv-R7AneZwXQBYiHqq7VQ,12452
21
+ pulumi_snowflake/external_function.py,sha256=rcBimmjyMFP6o7y_soz2Qvj9fgsL65pu73GSONMazls,52137
22
+ pulumi_snowflake/external_oauth_integration.py,sha256=F2nghHyk3e2eIU8zJRzxmF12vCCDgqRHU0K8sGu-fnw,69450
23
+ pulumi_snowflake/external_table.py,sha256=vBlZAtfwuSQxGuEhW-PrfTTKAuUXypaB1cz_SeHZZbM,44791
24
+ pulumi_snowflake/external_volume.py,sha256=iYICUiqVGijw5yudItXwzfOuC2Gk3ggrpBMPbKSNEsw,26949
25
+ pulumi_snowflake/failover_group.py,sha256=A1bavsOauylz1eJjFHBof75fziFxI84ejx4ARIHo4T0,39624
26
+ pulumi_snowflake/file_format.py,sha256=VzGJ0qVmY_qYRHV0C1IiWe1NOp3kiJLjJxnKjZbds_c,97727
27
+ pulumi_snowflake/function_java.py,sha256=KoTmjjBMcWG0hAfC7n5d8T79soShYJKXvVj-O445-Sw,91695
28
+ pulumi_snowflake/function_javascript.py,sha256=0ihj3b2YcdB6uLFjKTHDs0E_tczw8dV8VnqNGMbk43Q,58685
29
+ pulumi_snowflake/function_python.py,sha256=CwxNUlzonSkJPuVGNzThGfX0557MBeT8GY3u_r5OqYo,92355
30
+ pulumi_snowflake/function_scala.py,sha256=vceBM7asVu1yR0znn7bpjWN9guhMuZo79qvrpaff6gI,90341
31
+ pulumi_snowflake/function_sql.py,sha256=OpqogVVBPOGxuvlwTxMtUKbc9ygBwXBAlMGrD5nn8TU,54866
32
+ pulumi_snowflake/get_account_roles.py,sha256=yDILoqeqLlpr1hcSO1R3OBq0dmz9RXQmUeRGRi8mJvA,5663
33
+ pulumi_snowflake/get_accounts.py,sha256=FgBOphzShc-a1M26XbWOVujoknjWnnesyhtcQAFnPx8,5527
34
+ pulumi_snowflake/get_alerts.py,sha256=E3jQ7ptCftcV0oK7JHWdBh9LDX7PnewpSdsyH0HTugk,7224
35
+ pulumi_snowflake/get_connections.py,sha256=eC4TdUw08YF3kRzvoD33HTHluSbDeZQK1v-WqGV4oq8,4601
36
+ pulumi_snowflake/get_cortex_search_services.py,sha256=CbDGJCihg9Nm8QnI_JLEYfqvytqJUd9QSlhObxa8A0E,11687
37
+ pulumi_snowflake/get_current_account.py,sha256=1rqQ-FmBXE-LLcBWzuBHBssCFvFyHNCdTXO8kBRcpDk,5876
38
+ pulumi_snowflake/get_current_role.py,sha256=pJwcvetlildKNiOGPi_plaILDo5YTk_2wnRtP4D5k-U,4279
39
+ pulumi_snowflake/get_database.py,sha256=k4UjjYAMMPz1L61Kn-lgUrgLf_Y7RSyWvTqL6Y4HrTI,8502
40
+ pulumi_snowflake/get_database_role.py,sha256=zPYTD4iON2mno8d-5jZwcnXxZxtiJk-XwaONKEtLmcE,6715
41
+ pulumi_snowflake/get_database_roles.py,sha256=whlsfCRsN-u8A9Sxh_Wqg1Wn2BeddCUlA5k9W5trh7s,7778
42
+ pulumi_snowflake/get_databases.py,sha256=M3-1R5jpDEKOQUb4LzQ_G114nPv5DNrUPIdWo4r2Mu8,10764
43
+ pulumi_snowflake/get_dynamic_tables.py,sha256=5KSVbigy_XFKjyHMRCbDEywDG-7gLsOcSF_nQ5IAbRg,9511
44
+ pulumi_snowflake/get_external_functions.py,sha256=Yt3zdLCA8QDoNJKQEWp9rPNe1BRbdX6lL1qztM4Zz_I,6850
45
+ pulumi_snowflake/get_external_tables.py,sha256=-lckC8yfj4elsxR0cyAc3qOrth6-uYPIHzf92PXDmv4,6666
46
+ pulumi_snowflake/get_failover_groups.py,sha256=4iy_x94DWUl0naVH2K_BpNdZdS3clwNuKq5bQp39TeM,5445
47
+ pulumi_snowflake/get_file_formats.py,sha256=sNDDYVXkoKRFYSLogMx8crOuNoxfYdXbEwxMnzCwY90,6522
48
+ pulumi_snowflake/get_functions.py,sha256=-y9BRF9ZHzbbL_FQjlc72wVwLdKB37j8wUxebGEoHBw,6380
49
+ pulumi_snowflake/get_grants.py,sha256=4Vcw9CRuToxWZy10iDMbhQztfxPUE0CIEIrHj1Fdj8M,15277
50
+ pulumi_snowflake/get_masking_policies.py,sha256=W223QtweszreIfS1eFjn1OYsJquEwufp5c4riqzKpX4,10506
51
+ pulumi_snowflake/get_materialized_views.py,sha256=fvr0lQ78H6M6w-49fvvE8Bp8HI0ffGmon38m0TkBCqw,6758
52
+ pulumi_snowflake/get_network_policies.py,sha256=xVrzdbVQ41d7J_Ea1ciu2lAyY__7xlM_l06KkZIU8VY,6406
53
+ pulumi_snowflake/get_parameters.py,sha256=vnIdJ4UvdFScKAxbKDdaJc7qQ2FIIfa2eMcE4N9G1vk,12368
54
+ pulumi_snowflake/get_pipes.py,sha256=kd7aa2Z5NQSs6uACvo0IGebLDWJy2U-BUx4AFiqxUdc,6192
55
+ pulumi_snowflake/get_procedures.py,sha256=kDZ1JXg3mGfycQ8j5GMi2nJoTuNqjsQ9XbV1KaYYPFU,6427
56
+ pulumi_snowflake/get_resource_monitors.py,sha256=-nJsZt3T3QkT-SMmXUvWkRPCaYBeQD9BZZgCnjn_CWA,4900
57
+ pulumi_snowflake/get_row_access_policies.py,sha256=nnDnElGGmLvf2UsusnLMZ3Hm6KdLg1EqO6sL1Sn3BiQ,10720
58
+ pulumi_snowflake/get_schemas.py,sha256=y0uGj2_HjBCpOZSOL-EZcGeGJjJxSVcBKd9RBGp4rNY,11753
59
+ pulumi_snowflake/get_secrets.py,sha256=Wob2mlGwu_ioBTD8n0L_F_TK1MDvPjzzavZNZAhFYvQ,8720
60
+ pulumi_snowflake/get_security_integrations.py,sha256=PwRFmOkP7uYd3LGaJrDoiG5QYHJ9HoK6M0rAZq0sQ8E,6071
61
+ pulumi_snowflake/get_sequences.py,sha256=8VOcFCi9JBGnS231l68seKb3Lcy9KEh9fZubGuYxl0c,6380
62
+ pulumi_snowflake/get_shares.py,sha256=VWCx0zSoXQS9vunDPgufqYqy3zzyWEq1KI_3Gbgz0Dg,5377
63
+ pulumi_snowflake/get_stages.py,sha256=lc308b9SZ8Dg5p7IzXwiDOrHzo9AktxNWfTA_LwAE68,6239
64
+ pulumi_snowflake/get_storage_integrations.py,sha256=bDZYq2VkbWcFEj3qijrk7cuSi7BoiNjsB7wrHr5dHfM,4949
65
+ pulumi_snowflake/get_streamlits.py,sha256=JS5Ar5ETuXjjWRVjlrFmtVtahj2HhR9ItcmBgOFPtfc,9033
66
+ pulumi_snowflake/get_streams.py,sha256=cevBzkiWENXgFD464TD6sHfJ8msJEM7NHce_SY84Pzk,9880
67
+ pulumi_snowflake/get_system_generate_scim_access_token.py,sha256=xjQrwAu4gTJza6-5SazN5OPEz5BMA09IoTHwar1pwvw,6119
68
+ pulumi_snowflake/get_system_get_aws_sns_iam_policy.py,sha256=L1ygE5bAKgbNkEQgnzJq-qHboxH7fR3uxa2U7GBjQgk,5276
69
+ pulumi_snowflake/get_system_get_private_link_config.py,sha256=RFt0a0LY6ZcKMEoVFZAsV1snXQVM_xE0Mg18caEgrGI,13782
70
+ pulumi_snowflake/get_system_get_snowflake_platform_info.py,sha256=tA0fWnVUd-ovN2gJy3i93AJ0GIEjsjlX49Uf2kwEjUg,5425
71
+ pulumi_snowflake/get_tables.py,sha256=Aw47bxI_rsHFRQTmX623OznQwXtqT0F9LtWcvqsdX8o,6239
72
+ pulumi_snowflake/get_tags.py,sha256=-DkAJLrzG9m4O1R_9bYD4UP5sYAoQUGyIIg9NvZhip0,5221
73
+ pulumi_snowflake/get_tasks.py,sha256=0zTqyXke0FYaTpPm9FMd-2mgHOMTqbTNykHVUG_Xazg,11757
74
+ pulumi_snowflake/get_users.py,sha256=78VzRk1xDuicENaqsflcnqJ8TQ2hc5sNc4mFZ8zkM-U,9796
75
+ pulumi_snowflake/get_views.py,sha256=eTNYc7TOLoDG0wXDqM9uwOeZer3ASSOdhJI6T2msz2Q,10570
76
+ pulumi_snowflake/get_warehouses.py,sha256=obgXXCyDldXJIdh2Ma0Qb-qg6jWoCe82TCYyiaOAK9E,7699
77
+ pulumi_snowflake/grant_account_role.py,sha256=-gFqJ3roQXzRnMAGfzFUk4pXQvc1La-V-0zstZKESTI,12902
78
+ pulumi_snowflake/grant_application_role.py,sha256=X_x4UKi3MU6exdwvnTbKOGbyZn_IcfxlVH1p8MYBQfg,13001
79
+ pulumi_snowflake/grant_database_role.py,sha256=NDTQo24h-HGzILhqHsvbkpbL6I06YoteK9yHdnxlRkc,16847
80
+ pulumi_snowflake/grant_ownership.py,sha256=FSj99YpISzagJJG_TIT47mntmbKaBDH8urxgLSwXtwo,20250
81
+ pulumi_snowflake/grant_privileges_to_account_role.py,sha256=WHmZ-7BD5m46JrGYTkz3KrXP6RvXjgUIKdukg9gSk0o,34473
82
+ pulumi_snowflake/grant_privileges_to_database_role.py,sha256=6mfycq2Q7BzbYh83JojJmMnXoRYwS1RjFIh2S8rsjsg,30566
83
+ pulumi_snowflake/grant_privileges_to_share.py,sha256=2KoAu27QgLK_rjhFTbIYClLfndryVuKOHGAHCciaObM,28469
84
+ pulumi_snowflake/legacy_service_user.py,sha256=tgROmOmQgazAVjgEIYOEFpMMTCfkKbCQaVLePGLJ7G4,339134
85
+ pulumi_snowflake/managed_account.py,sha256=-xYLQKBUI5jsq_8OmFygxOcZTl_FLiELpWnyYN50mUI,23566
86
+ pulumi_snowflake/masking_policy.py,sha256=No5sW48iwzjL-mb9rvmYlrZJqTTz5pfzrJ7Eozlurx8,37320
87
+ pulumi_snowflake/materialized_view.py,sha256=wiGponcvckTTCiOTm5bG8oT8wH-066CDRwPgK_OzVx8,25907
88
+ pulumi_snowflake/network_policy.py,sha256=0a9TTlYva63-ADwWCoz7EkuRpyNMmsUoSNPrGVDzz2s,29258
89
+ pulumi_snowflake/network_policy_attachment.py,sha256=-45zpJB_xcDaabxdb8rHXbkaC45AsRkGr9VpG28GWxw,15959
90
+ pulumi_snowflake/network_rule.py,sha256=9-KoUTfBKfQC2lBVT69gOEnPIgcawiDYmh2qX_xvHhw,24934
91
+ pulumi_snowflake/notification_integration.py,sha256=TgoBKTYh29i5yQBpIFBWHDOgPe6njt2S8g7oHdmp8Gc,52146
92
+ pulumi_snowflake/oauth_integration_for_custom_clients.py,sha256=_BYXwQAeYW-By8PBMfIBMXzxbpQeVRL83qIkFu8sjPo,67108
93
+ pulumi_snowflake/oauth_integration_for_partner_applications.py,sha256=HCuQCr9wkcv3i8pe2rJ8Blk-Wum-TIcvZCGiHVd8QY8,46385
94
+ pulumi_snowflake/object_parameter.py,sha256=OD-NB9r7KuFBxgR9EbhRRdMRNXC6Pp5iSzyE-5OIZLQ,19400
95
+ pulumi_snowflake/outputs.py,sha256=xf8_neZuPPPfp1UAd3FcOj3HQ_PoBrWEfkPc74z2TEg,1851596
96
+ pulumi_snowflake/password_policy.py,sha256=mIHu5sAgOPUy_oLMOwO3_h9dMrmDJ4yN75_fOE-M_Pg,59785
97
+ pulumi_snowflake/pipe.py,sha256=R90jxAXHF88SoDOUXSiy1BOj0eurK_41TdJxkrlyPS4,27915
98
+ pulumi_snowflake/primary_connection.py,sha256=9CIDcif3eFwCF8bqKZrBSlprgiMnPTfHqJQ178DIbLI,19726
99
+ pulumi_snowflake/procedure_java.py,sha256=5eFqQzWiFOzF9vQJvYfWkfp4l_uO92-4Upt9VfVQ2ns,106385
100
+ pulumi_snowflake/procedure_javascript.py,sha256=vu5X-cH8wn8jrY7zmc0OJD1W4Jn2ZGXBZb3HsdwpojY,68864
101
+ pulumi_snowflake/procedure_python.py,sha256=Yj9K9clP_G2XrM3ItQ-_kGcqYpU8LRhcIksHp8ieWWQ,102529
102
+ pulumi_snowflake/procedure_scala.py,sha256=nmZEZBW4V97V5_bgjVkBphZgH3hDajNeyRVAnh4mYqo,106540
103
+ pulumi_snowflake/procedure_sql.py,sha256=QPhynOAdxeWsXJar-U7vUGshCP-6w51eL8unsIjMEY8,67555
104
+ pulumi_snowflake/provider.py,sha256=I4Ov9BIHCb-7eH5pu4CtgWi1mTuLH0LH2U_MkLau-oc,79653
105
+ pulumi_snowflake/pulumi-plugin.json,sha256=egEh-x0QEAIsAp59c4EjNfi9OxaPZ42JBxcknkxfayI,85
106
+ pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
107
+ pulumi_snowflake/resource_monitor.py,sha256=P87_VZPzYmxEaZCFeVeZ0qGq9-0XLls9Ds1fflrRjO8,43589
108
+ pulumi_snowflake/row_access_policy.py,sha256=92F7YxdTgn40WiCMmeS2bzlS33wwGcTm5HzZTCXwxZg,28667
109
+ pulumi_snowflake/saml2_integration.py,sha256=htBILTLqO_tFBabVgXgJp4kPs7DGHhT87W6ZfEI6mcg,82579
110
+ pulumi_snowflake/schema.py,sha256=z7zI_Da5typ_vnwx4KtElY4FJDUrJWBx84PH4ZKXIOw,98401
111
+ pulumi_snowflake/scim_integration.py,sha256=fPQ_g9Wi19EjlRrmBZqD9EzhF1aMRtAgyj_oEprDORo,30941
112
+ pulumi_snowflake/secondary_connection.py,sha256=ZNaAaJqPLi_HSxXJwxweCdu46zL5ezAkbfQmn2b3k_c,18337
113
+ pulumi_snowflake/secondary_database.py,sha256=vHgGYOpbNpR4XnKiwbvUlam9cbYn0LTASF_zFAfhgkU,85548
114
+ pulumi_snowflake/secret_with_authorization_code_grant.py,sha256=v2T98nR8YOq1aKS1Th1QhIQ3-Gp3SOYK3LJ_jzcDXEU,30631
115
+ pulumi_snowflake/secret_with_basic_authentication.py,sha256=HLjvbGG1IIj1qtC-gEOiarEB5cL9Hkgo9PhEmzQexUE,25253
116
+ pulumi_snowflake/secret_with_client_credentials.py,sha256=ozGl-NPkKH3izsjrT9JtFXzsVqaz1F3EQ_zE3lWKcPE,28003
117
+ pulumi_snowflake/secret_with_generic_string.py,sha256=wdwXVHDdn5bpMZ9pyMvREiqqD5C4sdcNQ9Za9U-bxOs,23092
118
+ pulumi_snowflake/sequence.py,sha256=tBzhE23JEo0wHvz4hr86DRqapAZqF5J1jCxkvXHfDGk,19562
119
+ pulumi_snowflake/service_user.py,sha256=WwfneJsWnqIUUhUZc41lnJO1GtlTZjjP_rW1OV-4ZYM,332045
120
+ pulumi_snowflake/share.py,sha256=OU4YOMobxZUqWxBJNyKnVs5aMn1K6LRbYOhi37caL1I,12764
121
+ pulumi_snowflake/shared_database.py,sha256=kVahk9TpDpCscelwWydeGzpOqi54Dtz55I_uiJ4a94w,68315
122
+ pulumi_snowflake/stage.py,sha256=cY2R-UPIaBQpiGfLcCQTZOccbufh6ey54fqS9mwwTdM,42410
123
+ pulumi_snowflake/storage_integration.py,sha256=nlBsVuJJB7SY_kh6D2e0HSWG7j5S-4t_3NhsW6tkmJc,38159
124
+ pulumi_snowflake/stream_on_directory_table.py,sha256=Hi7LVKWe1CJsI5YfzCLKyiCmx70ZDRgPnd2e-F6Hb-4,28367
125
+ pulumi_snowflake/stream_on_external_table.py,sha256=TyVhKQ2zllO7nnllgT-R0xvbWugX8v9SN_lHustRE-U,34424
126
+ pulumi_snowflake/stream_on_table.py,sha256=RJXtEQZ-OgVj1d9CPPPA3zIs_6j42VE26sH9jEg2iZ4,35094
127
+ pulumi_snowflake/stream_on_view.py,sha256=zadhv7OhRdmqSwunEiSLtsWUycosMK_aq4Z3iOpfqmg,34985
128
+ pulumi_snowflake/streamlit.py,sha256=7ZZMf-SeaYDgIKUi6QoquLuIXa_3ccZdfyv39o4DTYE,35760
129
+ pulumi_snowflake/table.py,sha256=rTGxSh6IJMNxoFoBkzP6aAlnS0CNX1v3j2TPx1QdISg,35172
130
+ pulumi_snowflake/table_column_masking_policy_application.py,sha256=vUwxpHILAb8iMXuosj9gK2OUfJoF3acXBrjf8TIMlao,11203
131
+ pulumi_snowflake/table_constraint.py,sha256=BVYJWL1CR47E7UYnY_d4qELgehN6ZO6OtbZUpHWIDkk,33418
132
+ pulumi_snowflake/tag.py,sha256=v1WrQAM9bZcgLy27HdEddOuZU4PRw73lK3vRxz070RQ,23785
133
+ pulumi_snowflake/tag_association.py,sha256=utBLikQPPRAou2hkuQTL68WQUqUwtmBzCwiAJBjLB-o,19419
134
+ pulumi_snowflake/task.py,sha256=oqxOIU04eafPmAYQPfitbJiy2YZBHt-RSZyJeNLwlPo,331161
135
+ pulumi_snowflake/user.py,sha256=lJHQTPn3tH9exGwg1Q_J-C4JY8h2bJOfYomEDUm0h7k,347667
136
+ pulumi_snowflake/user_authentication_policy_attachment.py,sha256=srQ5S05hg0h_J5CWFvJI2Bbb5AnnQAOkzuaWtwEYmT8,9500
137
+ pulumi_snowflake/user_password_policy_attachment.py,sha256=7hZMmQDfQ0HzLCok0jeCiYmhDB73TDqJQCTJ3lnUbaU,9270
138
+ pulumi_snowflake/user_public_keys.py,sha256=D768p_fpK5ZCmbJqsVP1ep0jttTx3wbsLCSKZ8cDX9Q,11896
139
+ pulumi_snowflake/view.py,sha256=Eh7du9dgo75-IOEajUB8hBO73G1Ujjg51Joyb6Zh4a0,52323
140
+ pulumi_snowflake/warehouse.py,sha256=Y_ClECoFTB-6bEWOBJ8ouLNE65B9hyqX9vFOs3vMDzo,64355
141
+ pulumi_snowflake/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
142
+ pulumi_snowflake/config/__init__.pyi,sha256=nx7MdcNdzqcYcXcvtzg3HQ5dciV0B0jEE7tDToasI44,9597
143
+ pulumi_snowflake/config/outputs.py,sha256=KkyfqVawdc_22mw0pC8IdCBCdV90hYVn2irNjnDBg94,4174
144
+ pulumi_snowflake/config/vars.py,sha256=4sWXCFzpajeNatMEJEptohQWNTBh0MpGZ6zZt-_0qhg,14758
145
+ pulumi_snowflake-2.0.1a1750822944.dist-info/METADATA,sha256=eR7VFTUl_Bf6drcYfKGybXtADzQhLPPwjKyhy2ehJlk,5046
146
+ pulumi_snowflake-2.0.1a1750822944.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
147
+ pulumi_snowflake-2.0.1a1750822944.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
148
+ pulumi_snowflake-2.0.1a1750822944.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,148 +0,0 @@
1
- pulumi_snowflake/__init__.py,sha256=0Lm7YUQbSCEnRf_2N6P8-DbjVikvrc3assC-latFDUQ,22205
2
- pulumi_snowflake/_inputs.py,sha256=uumyrP4kDvRfpo_3GQClKjivDf_9kL53R42EH35h8g8,2218058
3
- pulumi_snowflake/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_snowflake/account.py,sha256=8xjnWrCXP4wv5ZiO3V8kLDMGsBXP3hIWl8YS43qUCVY,45949
5
- pulumi_snowflake/account_authentication_policy_attachment.py,sha256=8xnSfXBIHAZ6c2EAM4yBJMlLQy9VH_2gaEoKwIwXntM,7584
6
- pulumi_snowflake/account_parameter.py,sha256=2APXKDb22KoY6wz8GtrKcXFFuR3OEpNme89sm6aunZ0,32210
7
- pulumi_snowflake/account_password_policy_attachment.py,sha256=VkHfgGx-Ek1tDsRqb0n07G_9dR6w3JucXKoJyd8T-t4,7188
8
- pulumi_snowflake/account_role.py,sha256=F3uH_MF5OUrRqA0kuT0fasmANI15QBC3tvQV1uTkFv0,11450
9
- pulumi_snowflake/alert.py,sha256=vSZMyDZE9dS8XP45cpR6G4d4kElW4rWV95WSo_5r_T4,25467
10
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py,sha256=b277yqzap6n3AVWVcDlnFWgSnt4Mmm3LYUDKcv9B34I,44323
11
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py,sha256=xyettGZliKyGzkFgnereRxD6lTlXJwp93kRdORk7fzw,40923
12
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py,sha256=2PY26L_NzCv25S7yTt9TNWSDszDw7918vrlxF0BysWk,41733
13
- pulumi_snowflake/api_integration.py,sha256=KbG8XzZgLoUK1A5eJd0zoO0CgTJOhr_Hgupt4dfAJJg,42949
14
- pulumi_snowflake/authentication_policy.py,sha256=UlAjd7qcUG6A1_biTlYBzjN2_mqATybLV12NEe9gKgs,43616
15
- pulumi_snowflake/cortex_search_service.py,sha256=W8bHK2RehcJIt_zhwY8zcAWoOstNIKzEhU9U3KGA8wE,27128
16
- pulumi_snowflake/database.py,sha256=f8Ks_3FHYGRGzy0OoAvQoFEgo8RHgssp5ArYOXSnzcY,89534
17
- pulumi_snowflake/database_role.py,sha256=Eb81Kx2E98aB-fPwi6Th8ZGJ8bpBAjHbGHS9v3DLylI,15148
18
- pulumi_snowflake/dynamic_table.py,sha256=41ogGp4VHoKU51ExSyz6nEE0EIl_wXy_0rV3R39qk78,43817
19
- pulumi_snowflake/email_notification_integration.py,sha256=oB7n56M8nRkBeQZT7ZEDR-VsPjCcQr-NEVKIe3vxlt8,13492
20
- pulumi_snowflake/execute.py,sha256=zvW9DuvGrjz_spSnu9JDMdOEGov_MI5b1HkLn73WwwA,12470
21
- pulumi_snowflake/external_function.py,sha256=Nx_e-coDiDg7hppvIJ_H2X2OASsNQVtAnYmvnSXucwg,52155
22
- pulumi_snowflake/external_oauth_integration.py,sha256=O7X7Ati_HjlP6K853bEst3sJZqWf3jD09_FC0cwH6Lc,69468
23
- pulumi_snowflake/external_table.py,sha256=yym24vJJzulyQSNE8RKIckokEp8xw0z10SJPR7pWdI4,44809
24
- pulumi_snowflake/external_volume.py,sha256=sTNknPx_B-ZxIq-h2IfS1-akJ43-hORNV9vJbjD2LmQ,26967
25
- pulumi_snowflake/failover_group.py,sha256=Km9i-J5l-vqSGAqmzizhX1vjkYdpiJjFdqs3LriHa8M,39642
26
- pulumi_snowflake/file_format.py,sha256=MLNg2xMEwB7ka9N619qB7L1PLDmPSI-7fHa1ZkeCvzc,97745
27
- pulumi_snowflake/function_java.py,sha256=jVI3D1qaz-pGHU-jVtUqyJC6vrC2lLL0rW1VOFwJd30,91713
28
- pulumi_snowflake/function_javascript.py,sha256=QzTi05qiNj8cdc9hTCKLboMv0gr4B5r062u8dTQkPxg,58703
29
- pulumi_snowflake/function_python.py,sha256=DkfWYlazSyAtejHOAB9luzcBMF_10lpZEF7WSRMkuI8,92373
30
- pulumi_snowflake/function_scala.py,sha256=y3LtNI6bT8MNoq6P0P5ZB8RqyAfx6lg7eupoB8IkJJw,90359
31
- pulumi_snowflake/function_sql.py,sha256=j6v5OpoTl2m1YsP3jL1kf0qpyXLFKIWozoUiLL3Mf20,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=8QCcUWiw9QM-57MlWnI2Qfc01im5J_VMP6OXhfpAX_g,10524
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=ZXXtAu66JIe5umdlyNVOjPTK33KxV6GT1E_jDKSICjE,10738
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=8CsYFnxDyK1DHLKWVFuYJyDyJhzTDerjIFOioqvUZnI,6089
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=b96CcM2ePFKZSHsG3hxlPUkedNujBLSHtDwnaoEDr-s,11775
74
- pulumi_snowflake/get_users.py,sha256=niHLFjWFaNzGVg7L0ciFw0n3HmKrHRraGPas772YALc,9814
75
- pulumi_snowflake/get_views.py,sha256=TQylXgx0a2_4MIigSAkLpoP7tKZ8ktSo4kP0Xu3SD2I,10588
76
- pulumi_snowflake/get_warehouses.py,sha256=3sONTv26smeZ5PFKLu9fsm8ESYAxORShbwmNF9WfgHU,7717
77
- pulumi_snowflake/grant_account_role.py,sha256=GsxhJd1WiKMPvTt8LX-6jR_6_-HvT_UyA2Vp9bLxkEA,12920
78
- pulumi_snowflake/grant_application_role.py,sha256=gbNawm6wBoT3iET0wh9_l6sxQOnCTYcHXkaorEZn4l8,13019
79
- pulumi_snowflake/grant_database_role.py,sha256=bntQlGkwcLhad1tMKVvwmQYDcR8cwabruzBdt42T098,16865
80
- pulumi_snowflake/grant_ownership.py,sha256=qbOQUhmaS5fcmxwrgFn6VV0nDGoyF4VaaqWDg1G6sSk,20268
81
- pulumi_snowflake/grant_privileges_to_account_role.py,sha256=CSpS9unra6TSsM0DzW64Nz49wWy-LAKp64Idru9LbQ8,34491
82
- pulumi_snowflake/grant_privileges_to_database_role.py,sha256=nVc7krqRlaR0uRJOfJkxxiAW4wvhGU0Km-44hDtXkW0,30584
83
- pulumi_snowflake/grant_privileges_to_share.py,sha256=drexl0NOorWclXaZfbnH8_-uAgsI23HbYrofz9tWWxQ,28487
84
- pulumi_snowflake/legacy_service_user.py,sha256=dVRtjexV4aByTEyGIlOHb6JMz0oY8hzbJc_hclsR-io,339152
85
- pulumi_snowflake/managed_account.py,sha256=pZ8JN3lQc0CrB8xTGxPPyoTtusoaTN7c-gNXuPiVCLU,23584
86
- pulumi_snowflake/masking_policy.py,sha256=nwIZnHM5OOtqIqjx3VkwVc2DZsawLDWYX5tMqR3Sulg,37338
87
- pulumi_snowflake/materialized_view.py,sha256=eDOfsWPs6B3Emfb8kt7fUWUh6dHjUnmpG1iupBJitzk,25925
88
- pulumi_snowflake/network_policy.py,sha256=aeyXXqOdUc094ZfQnSNL1KTh7R6YG5l_mzQnw7TkUqs,29276
89
- pulumi_snowflake/network_policy_attachment.py,sha256=wLcoL3tf7ELCsHxe1srAM6uElwR-6RGVegy6iUe_iHE,15977
90
- pulumi_snowflake/network_rule.py,sha256=9EanA-E-sUSvTHcN6XRZDz3DbZ2e7EHjuR05vBCz71o,24952
91
- pulumi_snowflake/notification_integration.py,sha256=kqG84iAcRJHkHQG8qewyyOCRfwSdmo22jtpZlLb8zVs,52164
92
- pulumi_snowflake/oauth_integration_for_custom_clients.py,sha256=oPqcphaMzkH8y41gRjW6lmiW9XNfqI5OvuuOaC7JWUk,67126
93
- pulumi_snowflake/oauth_integration_for_partner_applications.py,sha256=beaAzhs72uz7b7ZpfHw3dw3qj-pTqdcYMkmSyo-CuQ8,46403
94
- pulumi_snowflake/object_parameter.py,sha256=C079cSsVtlTC9HllOw3lEqfdEnY7qMkcZw-YBHsZzwc,19418
95
- pulumi_snowflake/outputs.py,sha256=HxY0rtPLB_tx0l8YdTMSGn2QW2ohd0h4xWCPlgfOvNU,1851614
96
- pulumi_snowflake/password_policy.py,sha256=cBXHda0CirAdLWK8aoYOwvCwZC9RrF2r64FvLZHZb8c,59803
97
- pulumi_snowflake/pipe.py,sha256=Yxbi89hyiyWTC0e2BcJnvGq99-m15tuDCB6iedQUcLc,27933
98
- pulumi_snowflake/primary_connection.py,sha256=CYVosp9eMrO0inGdvzdtYAewCe924UQ8w9YdqmkgHP8,19744
99
- pulumi_snowflake/procedure_java.py,sha256=XLI5tkPJSjdkoJLsk411IDWTGeKwZ4NRTgPC4D1a57E,106403
100
- pulumi_snowflake/procedure_javascript.py,sha256=UBxGt6I4igqClH22-d3m4aFWIRtxbyBw4sMoxiwKvwU,68882
101
- pulumi_snowflake/procedure_python.py,sha256=IromQoDUIPMHtvSCUFsh3X5Ei4X2vPoKplR5WWCmPLI,102547
102
- pulumi_snowflake/procedure_scala.py,sha256=GCSdlt1KzkX2xu-t3ijAIlA1HClm-O5KXOtqLTJSces,106558
103
- pulumi_snowflake/procedure_sql.py,sha256=2vXn99iZQI5jWezMrf0NoziMdGTyOxxi-TPCnwnmpYY,67573
104
- pulumi_snowflake/provider.py,sha256=Ymla3U15RMRPOGA_iXwU059LTGO0haQp0INY1n1Wufs,79671
105
- pulumi_snowflake/pulumi-plugin.json,sha256=XyYZ9PCyGaxek-g8J54lSKpxAHxLqCpLFkFz2rfdlAg,85
106
- pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
107
- pulumi_snowflake/resource_monitor.py,sha256=bnCbW4nlileQIL3WYwp4gxW3q_rEIQBUM5_OouBvMtg,43607
108
- pulumi_snowflake/row_access_policy.py,sha256=kkPQeGo7XdiMEJeQj_xN91iaeyMbCh_McNoJ_sBwhOU,28685
109
- pulumi_snowflake/saml2_integration.py,sha256=plEL4SsLs4s_BCkphcFkerPo8tNcGvs-ohfSpcZfS5Q,82597
110
- pulumi_snowflake/schema.py,sha256=kRhRM_mvoF1CxaGXksdsZNkircNWnIPvUOm0bx4LVGk,98419
111
- pulumi_snowflake/scim_integration.py,sha256=j40EbSbWRcOiEYLZs-JN35d0jG_Z9KhUV_Azq00xyfE,30959
112
- pulumi_snowflake/secondary_connection.py,sha256=SI9ZvYjY6nsIHL-uJ2294njwTASKeuVkQF0AE7R4boI,18355
113
- pulumi_snowflake/secondary_database.py,sha256=eYMLkdYUJEIw5qcj3ke_TLa8iJVhq9sI3z1M1YsMEgc,85566
114
- pulumi_snowflake/secret_with_authorization_code_grant.py,sha256=KtNviU_IlG6KgJK2tAp2lrMEu6EbDTpevpjGBSqjgUk,30649
115
- pulumi_snowflake/secret_with_basic_authentication.py,sha256=ZXai4vPVTqMyu4n_GOJH93GnymXprwawxvmS7i5oSYw,25271
116
- pulumi_snowflake/secret_with_client_credentials.py,sha256=z1Lnm6g8vBWxWJfhY8ExIJMIqI7oYGHrsJVMeEj5CVo,28021
117
- pulumi_snowflake/secret_with_generic_string.py,sha256=lrIKkoYjnreXy_haV3cswU0OW8arcAtUW8hZFfI2R_A,23110
118
- pulumi_snowflake/sequence.py,sha256=3HATFdutW7C1tFg-_zmgF0c52abYqvpG5mAIUt13HFU,19580
119
- pulumi_snowflake/service_user.py,sha256=mGewzpymlCIS1XOspFuBqOEkpHkKjxtE60Mnkfn22Cc,332063
120
- pulumi_snowflake/share.py,sha256=65gNNV-JQZA2MmdE_EymgrQcP_J0TkRnfG6eII34pGw,12782
121
- pulumi_snowflake/shared_database.py,sha256=6yB2hJmNTzENodPm-4ik254PD-ZX7AXd-SoQm3zWEyM,68333
122
- pulumi_snowflake/stage.py,sha256=OJlhW-Znd5fhl53VN1XiHfP3mdkAwg39zqjEzDL3uts,42428
123
- pulumi_snowflake/storage_integration.py,sha256=egX4t8l2TJWh-8O5dOjQxQLINqMy9WPiS3D8MTl7AhU,38177
124
- pulumi_snowflake/stream_on_directory_table.py,sha256=mTPmB9m4ldwCmNQV4Un2Le9n7Wk-a64SI3vx1DAm-jY,28385
125
- pulumi_snowflake/stream_on_external_table.py,sha256=_q-h2ObjpKsnZMayzvQtq4HINTyJ5UJToSIVNtScrzQ,34442
126
- pulumi_snowflake/stream_on_table.py,sha256=nmDj5TH2wSI2MDAlQ3iEgtyYLmvZ_nzNeto4ZmBaziM,35112
127
- pulumi_snowflake/stream_on_view.py,sha256=3uU5V7IxND5Q3HWS80sDkGaOdQQhZrn1ubl9rnC5Brc,35003
128
- pulumi_snowflake/streamlit.py,sha256=D_rh5OI9-R4hATNz7wRm0Gah8-xQ7nObv9k4N4tUJ4I,35778
129
- pulumi_snowflake/table.py,sha256=DKpWXlY3aYP-0KglRhOULWY69KRru8dCqsCo6ezoa_g,35190
130
- pulumi_snowflake/table_column_masking_policy_application.py,sha256=Oj__ppJIWAAh7DCC7dZUAue1Mdl7WHK01oHqmyWcWbg,11221
131
- pulumi_snowflake/table_constraint.py,sha256=utRCKptaHIIyjpzg_vXGLzu2jwK1BFbwyrJEyy1fIhU,33436
132
- pulumi_snowflake/tag.py,sha256=n-PVQ60ev3IlMGFQDKd8FuruUmL0N3z2Af6AiuaUaSI,23803
133
- pulumi_snowflake/tag_association.py,sha256=XdtlZh02uL7QJnOaNb2UMjhX6F40_8nThPmoWQaAYoo,19437
134
- pulumi_snowflake/task.py,sha256=OPAgLxoC32J_YfbH12AxTd0jmNov1AUzoN9emQkVQT8,331179
135
- pulumi_snowflake/user.py,sha256=izPd4N8yTo-fgyTUlL_dhb8G9tWUA1xHCdKscwVCim4,347685
136
- pulumi_snowflake/user_authentication_policy_attachment.py,sha256=XG9RvjF6zbnPoa17bW0nJUFILMsMlidij4IZehZVB5M,9518
137
- pulumi_snowflake/user_password_policy_attachment.py,sha256=SZII0ZSrjyKFbx_iUNntvzGGirjKSaTJ9ZfLsUBjn90,9288
138
- pulumi_snowflake/user_public_keys.py,sha256=22Ro9_tQsOrW4j0RGPAHsuyZpncOnKOWIZAkbv7fyh8,11914
139
- pulumi_snowflake/view.py,sha256=lJNAjSjw-pjz2OHgrq8uPh2YAvX4thWY7fGy_tMrxbk,52341
140
- pulumi_snowflake/warehouse.py,sha256=fK_Uac9GgZzFjZAhUyI0edu6GK0fe9wMBM8MN-HYm4Q,64373
141
- pulumi_snowflake/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
142
- pulumi_snowflake/config/__init__.pyi,sha256=S2PoZ7cnkgtWZiLfUcthoP2abSLIhYUEi19nqwtSe2Q,9615
143
- pulumi_snowflake/config/outputs.py,sha256=7jKpqZonjKN6VGHNoHB3iZ9xLIOaViwUF2YiesjyTAo,4192
144
- pulumi_snowflake/config/vars.py,sha256=pAyw2wfZ4n_n3UMV8yEFxritRMmeezKnvyc03aLVvT8,14776
145
- pulumi_snowflake-2.0.0a1747749228.dist-info/METADATA,sha256=Y9lFImOzMG1-JdLuUA7-yHFGv0lUvpRLv9XmgpZn060,5046
146
- pulumi_snowflake-2.0.0a1747749228.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
147
- pulumi_snowflake-2.0.0a1747749228.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
148
- pulumi_snowflake-2.0.0a1747749228.dist-info/RECORD,,