pulumi-snowflake 1.2.0a1744439488__py3-none-any.whl → 1.3.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.

Files changed (101) hide show
  1. pulumi_snowflake/_inputs.py +33 -33
  2. pulumi_snowflake/account.py +7 -7
  3. pulumi_snowflake/alert.py +7 -7
  4. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +7 -7
  5. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +7 -7
  6. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +7 -7
  7. pulumi_snowflake/api_integration.py +35 -35
  8. pulumi_snowflake/authentication_policy.py +7 -7
  9. pulumi_snowflake/config/__init__.pyi +7 -0
  10. pulumi_snowflake/config/vars.py +9 -0
  11. pulumi_snowflake/dynamic_table.py +21 -21
  12. pulumi_snowflake/external_function.py +28 -28
  13. pulumi_snowflake/external_table.py +21 -21
  14. pulumi_snowflake/external_volume.py +13 -9
  15. pulumi_snowflake/failover_group.py +7 -7
  16. pulumi_snowflake/function_java.py +14 -14
  17. pulumi_snowflake/function_javascript.py +14 -14
  18. pulumi_snowflake/function_python.py +21 -21
  19. pulumi_snowflake/function_scala.py +14 -14
  20. pulumi_snowflake/function_sql.py +14 -14
  21. pulumi_snowflake/get_alerts.py +6 -2
  22. pulumi_snowflake/get_cortex_search_services.py +6 -2
  23. pulumi_snowflake/get_current_account.py +6 -2
  24. pulumi_snowflake/get_current_role.py +6 -2
  25. pulumi_snowflake/get_database.py +6 -2
  26. pulumi_snowflake/get_database_role.py +6 -2
  27. pulumi_snowflake/get_databases.py +6 -6
  28. pulumi_snowflake/get_dynamic_tables.py +6 -2
  29. pulumi_snowflake/get_external_functions.py +6 -2
  30. pulumi_snowflake/get_external_tables.py +6 -2
  31. pulumi_snowflake/get_failover_groups.py +6 -2
  32. pulumi_snowflake/get_file_formats.py +6 -2
  33. pulumi_snowflake/get_functions.py +6 -2
  34. pulumi_snowflake/get_grants.py +4 -0
  35. pulumi_snowflake/get_masking_policies.py +3 -3
  36. pulumi_snowflake/get_materialized_views.py +6 -2
  37. pulumi_snowflake/get_network_policies.py +3 -3
  38. pulumi_snowflake/get_parameters.py +9 -5
  39. pulumi_snowflake/get_pipes.py +6 -2
  40. pulumi_snowflake/get_procedures.py +6 -2
  41. pulumi_snowflake/get_row_access_policies.py +3 -3
  42. pulumi_snowflake/get_schemas.py +6 -6
  43. pulumi_snowflake/get_secrets.py +7 -3
  44. pulumi_snowflake/get_security_integrations.py +3 -3
  45. pulumi_snowflake/get_sequences.py +6 -2
  46. pulumi_snowflake/get_shares.py +6 -2
  47. pulumi_snowflake/get_stages.py +6 -2
  48. pulumi_snowflake/get_storage_integrations.py +6 -2
  49. pulumi_snowflake/get_streamlits.py +3 -3
  50. pulumi_snowflake/get_streams.py +3 -3
  51. pulumi_snowflake/get_system_generate_scim_access_token.py +6 -2
  52. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -0
  53. pulumi_snowflake/get_system_get_private_link_config.py +6 -2
  54. pulumi_snowflake/get_system_get_snowflake_platform_info.py +6 -2
  55. pulumi_snowflake/get_tables.py +6 -2
  56. pulumi_snowflake/get_tasks.py +3 -3
  57. pulumi_snowflake/get_users.py +6 -6
  58. pulumi_snowflake/get_views.py +3 -3
  59. pulumi_snowflake/get_warehouses.py +6 -6
  60. pulumi_snowflake/grant_privileges_to_account_role.py +28 -28
  61. pulumi_snowflake/grant_privileges_to_database_role.py +21 -21
  62. pulumi_snowflake/legacy_service_user.py +21 -21
  63. pulumi_snowflake/managed_account.py +7 -7
  64. pulumi_snowflake/masking_policy.py +7 -7
  65. pulumi_snowflake/materialized_view.py +14 -14
  66. pulumi_snowflake/network_policy_attachment.py +7 -7
  67. pulumi_snowflake/notification_integration.py +20 -7
  68. pulumi_snowflake/oauth_integration_for_custom_clients.py +35 -35
  69. pulumi_snowflake/oauth_integration_for_partner_applications.py +21 -21
  70. pulumi_snowflake/object_parameter.py +7 -7
  71. pulumi_snowflake/outputs.py +22 -22
  72. pulumi_snowflake/password_policy.py +97 -93
  73. pulumi_snowflake/pipe.py +7 -7
  74. pulumi_snowflake/procedure_java.py +14 -14
  75. pulumi_snowflake/procedure_javascript.py +14 -14
  76. pulumi_snowflake/procedure_python.py +14 -14
  77. pulumi_snowflake/procedure_scala.py +14 -14
  78. pulumi_snowflake/procedure_sql.py +14 -14
  79. pulumi_snowflake/provider.py +26 -0
  80. pulumi_snowflake/pulumi-plugin.json +1 -1
  81. pulumi_snowflake/saml2_integration.py +28 -28
  82. pulumi_snowflake/schema.py +14 -14
  83. pulumi_snowflake/scim_integration.py +7 -7
  84. pulumi_snowflake/sequence.py +21 -21
  85. pulumi_snowflake/service_user.py +14 -14
  86. pulumi_snowflake/storage_integration.py +65 -0
  87. pulumi_snowflake/stream_on_external_table.py +7 -7
  88. pulumi_snowflake/stream_on_table.py +7 -7
  89. pulumi_snowflake/stream_on_view.py +7 -7
  90. pulumi_snowflake/table.py +14 -14
  91. pulumi_snowflake/table_constraint.py +42 -42
  92. pulumi_snowflake/tag_association.py +7 -7
  93. pulumi_snowflake/task.py +7 -7
  94. pulumi_snowflake/user.py +21 -21
  95. pulumi_snowflake/view.py +14 -14
  96. pulumi_snowflake/warehouse.py +28 -28
  97. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0.dist-info}/METADATA +1 -1
  98. pulumi_snowflake-1.3.0.dist-info/RECORD +148 -0
  99. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0.dist-info}/WHEEL +1 -1
  100. pulumi_snowflake-1.2.0a1744439488.dist-info/RECORD +0 -148
  101. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0.dist-info}/top_level.txt +0 -0
@@ -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=h6W3OYr0fQmRU-e85_LcAA2HMSmoDiuXb3rokgal54w,45895
5
+ pulumi_snowflake/account_authentication_policy_attachment.py,sha256=GeXBg7-ffJMRdeDVa3nOEalzgzhbKWc0p70IEw4qLUg,7470
6
+ pulumi_snowflake/account_parameter.py,sha256=yV2yAuVvPncRyQ-_vqlbUbY4lGnNQQ-AcLwSZxfkC8E,31900
7
+ pulumi_snowflake/account_password_policy_attachment.py,sha256=Xk4tO84qKWW6YrUA99HUNTDOgCOtUZBG19pwpy6KBNg,7086
8
+ pulumi_snowflake/account_role.py,sha256=AZN7aAhRw-kwZSevo6mXe-7WDUb8F0v34uyMdNDgWeE,11388
9
+ pulumi_snowflake/alert.py,sha256=RypKKmJ2l18WRrz8TVMuuNK_aG__rjNv4ZGf0-VAVd4,25417
10
+ pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py,sha256=7RmeStkC86n29N55AkBMo5T1wuCMMbmfkM18bg43M0Y,43879
11
+ pulumi_snowflake/api_authentication_integration_with_client_credentials.py,sha256=8_qEmx51VyVbB6b88d8BTl-3THEQtjBkutAtnJZywe8,40489
12
+ pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py,sha256=8cQXq37hVtXeFjovUYHaPpEZBFRnIh4rpI2Hv51OKlQ,41315
13
+ pulumi_snowflake/api_integration.py,sha256=wm2XThJIMjdxWYU-5bfTsZHwOVA2sOM2-3NOp5QASUY,42881
14
+ pulumi_snowflake/authentication_policy.py,sha256=aziBvoH53HPXgivyHMCwpHKgh-l85bBoopIeJ9RClhg,43536
15
+ pulumi_snowflake/cortex_search_service.py,sha256=z9xYwcRRdJKz9Jg5n1BE11Zk-RTQhvYYrN1pfyD5iTU,27050
16
+ pulumi_snowflake/database.py,sha256=vIyZhdI9yyvfWVPcajho3YmVG_2-bkF5eFqE5glrHDw,89478
17
+ pulumi_snowflake/database_role.py,sha256=4z_eYH69PwMGiDs5Yuaw73S__s17E1H9-gK5sTmFUNQ,15084
18
+ pulumi_snowflake/dynamic_table.py,sha256=8QLjw_FHEdoEIh3PAnAYJXn__F-VihjXtcoAEoroTuQ,43753
19
+ pulumi_snowflake/email_notification_integration.py,sha256=-ruBbjgAnHNOLL4NZr0H8iTFljqxj-uOS9q7v9ov3T4,13396
20
+ pulumi_snowflake/execute.py,sha256=8Bqig65Jgz9YQlZ4TMLO9QqTlGBPGQ84pqy8NyVvGrc,12416
21
+ pulumi_snowflake/external_function.py,sha256=6mpIeHMoOQ82niHx1NyB6cUw0DRH-mP6RGfHALdmY3U,52083
22
+ pulumi_snowflake/external_oauth_integration.py,sha256=tvZa1EUa8wawElOWu9uahrJAxy8aknRm8cxik0UhkTk,69380
23
+ pulumi_snowflake/external_table.py,sha256=DXGIjB9adKq2EwpYDqBgngHdGUXqNIjPxdQy_YKYQWo,44743
24
+ pulumi_snowflake/external_volume.py,sha256=IuZBoRlqweBF-_IuIUZlSJBTcgdGooFd7iLpaYyw1h4,26899
25
+ pulumi_snowflake/failover_group.py,sha256=i0b3x4ZACsuAI0o2f1nZggJ2xS5BqkRAh_xg4zO36xE,39576
26
+ pulumi_snowflake/file_format.py,sha256=GasToD8JdCqhC0lpOle-8HI_DiAfrBWVIbr7n5Y9TBU,97685
27
+ pulumi_snowflake/function_java.py,sha256=yCOCzI-l-4NDEvfPI3rrmlzIDoGWDaI10vLcNUQBrD8,91649
28
+ pulumi_snowflake/function_javascript.py,sha256=DY0QV3Wt24OfhbTLhiz-m85fVFV6uvL95UG9yaHK4kE,58627
29
+ pulumi_snowflake/function_python.py,sha256=-Qku5JiSWN7KZ13O6fQC7BoEHYQPysqH0m_kpRKuFg8,92305
30
+ pulumi_snowflake/function_scala.py,sha256=gJIn7bflQKwU1A87VqDqrl2ZiU4vWmSt-svVLjfpR0s,90293
31
+ pulumi_snowflake/function_sql.py,sha256=E1FnHmMoq5x4ynqI3KYpnIy8y0hGAm6cOenkkdDU8EQ,54822
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=yr_hmsz2aWOKra95isIY_svDwP4XS0Ec5jY3tOL1dA8,12848
78
+ pulumi_snowflake/grant_application_role.py,sha256=d9O7RowS2bADqi-YObPsRyDWbS2OQ9__eoUxVNKh8Z8,12939
79
+ pulumi_snowflake/grant_database_role.py,sha256=N7aSB5IiigKQUF-WuArJzZXQuRSBAwMagjo6Jb7gw34,16791
80
+ pulumi_snowflake/grant_ownership.py,sha256=a69eXMlcVUgrsmTCCWSFDGZLLdablrdYzP_gwrb8F10,20200
81
+ pulumi_snowflake/grant_privileges_to_account_role.py,sha256=QWslOgf-hQO-4rw7bXz2Gw94uNpZBa_9poHb9SBDUOc,34395
82
+ pulumi_snowflake/grant_privileges_to_database_role.py,sha256=ntDymedHfRHNAC5eY7OqXTknLThxMhESFL27oQJNv40,30486
83
+ pulumi_snowflake/grant_privileges_to_share.py,sha256=_W8WW9f4BoC-IupbWGjcubl7yD7qfFfEHWqPRp7SwYE,28403
84
+ pulumi_snowflake/legacy_service_user.py,sha256=ABuh_lzElenemSygeNsGRS6vDqrumAD3YXOkNpfNXCw,339078
85
+ pulumi_snowflake/managed_account.py,sha256=PyH8vCZN4Xc3mXXgq3FddwmwTggoqlDwKPOGk60lscI,23516
86
+ pulumi_snowflake/masking_policy.py,sha256=iuHWB04DH0hF2-ngrsAiuk_U8d70t8QLDHJFqaDLmxw,37272
87
+ pulumi_snowflake/materialized_view.py,sha256=GQ61kpwar0EW1bNUUyU7SuzmEl2vtQlX7DxbPYfwCOc,25853
88
+ pulumi_snowflake/network_policy.py,sha256=5PXrsZFnB7kiV8_wphGJ9pVH03XyiOSQ530sE5K_9_E,29210
89
+ pulumi_snowflake/network_policy_attachment.py,sha256=S9Sa7ShB7UeDsWAlya6_EjR0IkadjUozRzi-JtMhs90,15891
90
+ pulumi_snowflake/network_rule.py,sha256=R4_y6EqKl_xQXT4w8NlUOiVkprdeiZjAomqrMnFPGrU,24890
91
+ pulumi_snowflake/notification_integration.py,sha256=FyRqCGfRSRj4nkadrAnkRzEzRy4NtQ5LlqfWHWLWfrI,52078
92
+ pulumi_snowflake/oauth_integration_for_custom_clients.py,sha256=q9g11bx3c6aBHMWBaEZZt_0RMEmCpS66ReIUSvlXTYY,66804
93
+ pulumi_snowflake/oauth_integration_for_partner_applications.py,sha256=HM2BONX9VzNUXrdvMUmhxrm5b9FVuvKyx-VSkCy7LwQ,46069
94
+ pulumi_snowflake/object_parameter.py,sha256=7x3qVeoKvfbKFPYA-i146QQxdoDCVDoEoXYSUOncLho,19348
95
+ pulumi_snowflake/outputs.py,sha256=n9iCzqSIX4sm9SGug_bvAxxnIWZCFEI3rqKq_9iBUUg,1874014
96
+ pulumi_snowflake/password_policy.py,sha256=4nZorwcyf0IK83G660UsKWVBae46FiqcSZv-41d1ges,59735
97
+ pulumi_snowflake/pipe.py,sha256=BAtqS0MIykjuVBok7-tBbbHF2qn47sK_2Ft8R5iwdE4,27885
98
+ pulumi_snowflake/primary_connection.py,sha256=_z74PNvzaOkMVh5lF-TKgP99kxTa_ZdGXzJes--6s9w,19670
99
+ pulumi_snowflake/procedure_java.py,sha256=ph0p5pwLeJxFyx-qNKC5GXGQG_BI0Fr81FW8lpiIfXo,106337
100
+ pulumi_snowflake/procedure_javascript.py,sha256=zPtQdnKtFSNr7VEq-_NSEIwQk5zQAolnjjLOxo8mmII,68804
101
+ pulumi_snowflake/procedure_python.py,sha256=hZaDCGAtyqhMBzqXiFVbDyGijPYZiElfBcrXyz8n43A,102477
102
+ pulumi_snowflake/procedure_scala.py,sha256=oz5YnVm9be1WlJ6jt4qWGZ-XM_Arnr89SULO_iH1MvI,106490
103
+ pulumi_snowflake/procedure_sql.py,sha256=UWO-n7ikODC02uPu7bb154lskmAl38eskffpb359W0Y,67509
104
+ pulumi_snowflake/provider.py,sha256=19c9prVL8Al43kego14O4MJbEhH6PwwLVtOkrUZjxpc,78614
105
+ pulumi_snowflake/pulumi-plugin.json,sha256=IPBt0TqG6nl3cd6o7NurLaqnijTxtNaG2htpLuy0lbk,68
106
+ pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
107
+ pulumi_snowflake/resource_monitor.py,sha256=gk5bXXZj6j3lE0gwxBcux5bvUz-FfiA9i-xsN_YhwQ8,43537
108
+ pulumi_snowflake/row_access_policy.py,sha256=33F5dKigwhKfW2rvEJLnePbYGGLBpxA8-SilfvP_hBE,28615
109
+ pulumi_snowflake/saml2_integration.py,sha256=KVYYDuExyklPlxWDFq05h8CuLWzAAhXjDwGa145Nw0s,82313
110
+ pulumi_snowflake/schema.py,sha256=JCHmH9OYzsJbNYndVxG4WQW76zpSoIGSg2qFfrnaJbU,98367
111
+ pulumi_snowflake/scim_integration.py,sha256=-3yikaerKtnSEKMvSgaz7nx5PWazeJh-T97370PBH0g,30889
112
+ pulumi_snowflake/secondary_connection.py,sha256=cco1nyriOkbZINyetzVTtDOdlHBy4gIu-1mW5JzNuLw,18277
113
+ pulumi_snowflake/secondary_database.py,sha256=9hOx-9XTGgfreAiQzKy8sBpMbyRQppBVbWxzNxlkzVs,85492
114
+ pulumi_snowflake/secret_with_authorization_code_grant.py,sha256=lBsShfJu7BntntK3Ifu2eFTeZ2M2Od0DoIgLLkh4fos,30545
115
+ pulumi_snowflake/secret_with_basic_authentication.py,sha256=b_toDo4guhZe1TJuJQgwKHePuh1qKrHzACxc7Pkp-PM,25173
116
+ pulumi_snowflake/secret_with_client_credentials.py,sha256=rw7i2HKEeMYHJVDke2v6qBBMQYnBUQkVR9cVkatvB2g,27927
117
+ pulumi_snowflake/secret_with_generic_string.py,sha256=V7ac4hg8ZHhQtDscEaGlhmUNoACQvOfVLJNgTzLleZU,23024
118
+ pulumi_snowflake/sequence.py,sha256=OBiC9-uW5O_UBAa1yiWtfr2S8r5MtlX3wYeUeqxHc_I,19524
119
+ pulumi_snowflake/service_user.py,sha256=S7CK-LjUpqdhCE4QdlFNpHJJh8w1Nkr97O4kJ1yboA8,332001
120
+ pulumi_snowflake/share.py,sha256=8dQMSSO0abx96bkpIzmUhM5c51EJVr8YjFqFqStIHbc,12732
121
+ pulumi_snowflake/shared_database.py,sha256=WHDM4Ax14YJ38qACIxjBjOOloUtfa2VEohKWZuipYTk,68265
122
+ pulumi_snowflake/stage.py,sha256=S2c4JdEREhNepOTPzXXsjqxA7iQeoUhXAB_W3Q1snzU,42378
123
+ pulumi_snowflake/storage_integration.py,sha256=ATnc6_flO4KM9CFT6RhasAhrNAiAFUxIhpDnxOTSwW0,37946
124
+ pulumi_snowflake/stream_on_directory_table.py,sha256=1J-dQCa0JSC7ULp7zsEfaDBLU0pAMPYKHRxl_6xLA7Q,28301
125
+ pulumi_snowflake/stream_on_external_table.py,sha256=ybCyqxfmbVl9QWZENK7v23u9yUwhqqjBHgvJHN_BIDQ,34360
126
+ pulumi_snowflake/stream_on_table.py,sha256=wsBSieIacIcHY1AAQArR53sai12L7sArdWGyT_pWRxQ,35046
127
+ pulumi_snowflake/stream_on_view.py,sha256=3Kfo4abk7Gbdu04x4IOjBXxInIzhafBfVsf17S3g4CY,34939
128
+ pulumi_snowflake/streamlit.py,sha256=PzNJNAQwFA7fHoQm_SgjkEa2gVFJNtoOxDdpGia7geQ,35720
129
+ pulumi_snowflake/table.py,sha256=D1EqvyTEj872z_9g4pLaFlTlRMTeN1CrUasT3QxEKRY,35140
130
+ pulumi_snowflake/table_column_masking_policy_application.py,sha256=yOFe9ZIM_iYe8m437zrjlkW5Q9oVvcuw5bYDgwCi_8E,11111
131
+ pulumi_snowflake/table_constraint.py,sha256=4A_l9Wa7wn7HosPA-xl67GlVzQtS0t62vyCMDf89tt0,33366
132
+ pulumi_snowflake/tag.py,sha256=wJ6WpZ3B-lomupCs4zZA6_j_gnt30gVSD4-HknEaLZE,23757
133
+ pulumi_snowflake/tag_association.py,sha256=PK9tLpnY_qDY_KVyBtKsujc5jMpA6Rh-S2vvlZR2mlY,19369
134
+ pulumi_snowflake/task.py,sha256=It2QJbfZtEiY7KUVrdQLLZvaDA4AanAhrTt87keK2iA,331131
135
+ pulumi_snowflake/user.py,sha256=3ptDrNEWV0OfQLf_A6Qn3EGyD3Ua7q4oUYxXcF18y4Y,347637
136
+ pulumi_snowflake/user_authentication_policy_attachment.py,sha256=myiNLCbaUIYqcNncLZNkKl_OoLHyEs5wwOVrXDWVtbs,9410
137
+ pulumi_snowflake/user_password_policy_attachment.py,sha256=2h7ZyQVWikU_MzBpa0wD5dl9NuunqA4vyX_q5A_Smkk,9192
138
+ pulumi_snowflake/user_public_keys.py,sha256=ZJUAXvAcHeXKKhJz2qBM0pCbILRsjPfnQkpnQGxiJzg,11846
139
+ pulumi_snowflake/view.py,sha256=eCsQGLm0fnJAAaqPX5jZXC1z0AuDiIraObo6dLE7_MQ,52293
140
+ pulumi_snowflake/warehouse.py,sha256=oK2-DFnC4tZ10i4CFNobrAPo5mHX098HicNrV4xwWKM,64315
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.3.0.dist-info/METADATA,sha256=SgxxVEBOHWWieoPe9My6ZKCbmWmZEQZ2DAGwHkT7Jw4,5032
146
+ pulumi_snowflake-1.3.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
147
+ pulumi_snowflake-1.3.0.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
148
+ pulumi_snowflake-1.3.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (79.0.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=gsFxrO1daVO3vJ_Qn_fNDUCX6ziJI6Ow5zpcYNCMAfY,2247402
3
- pulumi_snowflake/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_snowflake/account.py,sha256=I9SD5aEsgxfXTuVaJAhVvmhhJKdnTNe_Cdrhyjmh8v0,45034
5
- pulumi_snowflake/account_authentication_policy_attachment.py,sha256=GeXBg7-ffJMRdeDVa3nOEalzgzhbKWc0p70IEw4qLUg,7470
6
- pulumi_snowflake/account_parameter.py,sha256=yV2yAuVvPncRyQ-_vqlbUbY4lGnNQQ-AcLwSZxfkC8E,31900
7
- pulumi_snowflake/account_password_policy_attachment.py,sha256=Xk4tO84qKWW6YrUA99HUNTDOgCOtUZBG19pwpy6KBNg,7086
8
- pulumi_snowflake/account_role.py,sha256=AZN7aAhRw-kwZSevo6mXe-7WDUb8F0v34uyMdNDgWeE,11388
9
- pulumi_snowflake/alert.py,sha256=jpmqUvOw5NpNYzguGLx_eFYqgkcIgF2-C6wmES4njBQ,25284
10
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py,sha256=ZcAsvdQxVldx13azMR5iRNUMAbTQjPxgEAP7XxWIdKY,43053
11
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py,sha256=cu4eZqj-0mFltmvyICHCUhsPNabk62JNSlXiaSA_joQ,39663
12
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py,sha256=0VC1e24_aLYcxLOA99JthBjizfO2P8X7IJoSWo9ENDM,40489
13
- pulumi_snowflake/api_integration.py,sha256=EMxYltdtu1zLjXLQDZzEUm3OZV1LQT3WBq_Q1MjKLXI,42363
14
- pulumi_snowflake/authentication_policy.py,sha256=wClOdn2D_LE0NPpPauWHwLet-M24y-Ra6Eeh9f4UoHQ,43382
15
- pulumi_snowflake/cortex_search_service.py,sha256=z9xYwcRRdJKz9Jg5n1BE11Zk-RTQhvYYrN1pfyD5iTU,27050
16
- pulumi_snowflake/database.py,sha256=vIyZhdI9yyvfWVPcajho3YmVG_2-bkF5eFqE5glrHDw,89478
17
- pulumi_snowflake/database_role.py,sha256=4z_eYH69PwMGiDs5Yuaw73S__s17E1H9-gK5sTmFUNQ,15084
18
- pulumi_snowflake/dynamic_table.py,sha256=VRWac54jJciHZF_1W33neZxQLVl3moAmp8Ljr2aFIHM,43333
19
- pulumi_snowflake/email_notification_integration.py,sha256=-ruBbjgAnHNOLL4NZr0H8iTFljqxj-uOS9q7v9ov3T4,13396
20
- pulumi_snowflake/execute.py,sha256=8Bqig65Jgz9YQlZ4TMLO9QqTlGBPGQ84pqy8NyVvGrc,12416
21
- pulumi_snowflake/external_function.py,sha256=nfXw-jBJiGfEelhB6qsp03mCJys8GT_Voe13WavsD1c,51348
22
- pulumi_snowflake/external_oauth_integration.py,sha256=tvZa1EUa8wawElOWu9uahrJAxy8aknRm8cxik0UhkTk,69380
23
- pulumi_snowflake/external_table.py,sha256=TBdaV2-Gpf9jYNQhlthiM8kEr_xrXrhN9QI5ZQ_1qAI,44358
24
- pulumi_snowflake/external_volume.py,sha256=gw66pbQrGufYS2Ffs_FGnnrX3NxY1304DDFaqEEWsCQ,25846
25
- pulumi_snowflake/failover_group.py,sha256=kneweSA3T3oExZgUSONBfItH1olfPUpfJ-sKs-UIZfw,39443
26
- pulumi_snowflake/file_format.py,sha256=GasToD8JdCqhC0lpOle-8HI_DiAfrBWVIbr7n5Y9TBU,97685
27
- pulumi_snowflake/function_java.py,sha256=1BGDroCx7q6EJFz8jyybf17lYOe1LlzwdZ6IWsE0I-A,91397
28
- pulumi_snowflake/function_javascript.py,sha256=8C-stvYvRQtZxUzTmw-JDHAGZsi_eMXTEqCkGlgVmLM,58375
29
- pulumi_snowflake/function_python.py,sha256=_6HcsSeURIXsMatPc3r5t2B5u6cWcrP13OcSuPdKPVI,91192
30
- pulumi_snowflake/function_scala.py,sha256=r1alRF2gxd6F906kg7YEH1jYZHRfXGzUKX9UdONM_QI,90041
31
- pulumi_snowflake/function_sql.py,sha256=F_5oOcD8BPdoTzxWQjmPBA0lsr-j5oDqXebPtvhjrfE,54570
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=ptBZigY6PAqcFSWpBy2qJVTME7ZTBFOOiPZMOqOs31A,7058
35
- pulumi_snowflake/get_connections.py,sha256=BkjG66sCzMTKfDYcPNsjVj8Iwu0jwXtc_CrBAjlnA0U,4619
36
- pulumi_snowflake/get_cortex_search_services.py,sha256=7fCQuBkKeIY6Pgy10yCfls0Qg8JdcRYGZ6Ptxknkh0Q,11521
37
- pulumi_snowflake/get_current_account.py,sha256=MF_Ux_Htrxam2V0MXctMw03wND3-c5kAd0viSklRVlw,5710
38
- pulumi_snowflake/get_current_role.py,sha256=rzj7JWa9sZAVH0WB_QYofb0vxE7kslHO7vKgPYlEmV4,4113
39
- pulumi_snowflake/get_database.py,sha256=fWfiqGznXtuKNyuMhg7VvtOaD3h6d-TZ6mG_vijLfFk,8336
40
- pulumi_snowflake/get_database_role.py,sha256=_7dgYRzE8A1wadkaMAODUFPq_JiYVs4xhhg7DXH4Gu0,6549
41
- pulumi_snowflake/get_database_roles.py,sha256=7iHpNaLMindC0grWaLjJ_7J1OwdPB7kIpfeylXeeXAY,7796
42
- pulumi_snowflake/get_databases.py,sha256=a5pBdgLxu43tgeNONSY_MIUi2Q7tA1v8FuOyGNCKQlc,10674
43
- pulumi_snowflake/get_dynamic_tables.py,sha256=3NQ7OkKXNmvTC3frY5QG67BaKMD2BAu83_-E_tS0ors,9345
44
- pulumi_snowflake/get_external_functions.py,sha256=Bw7WhHeScPGxidJys1YoNgQndvJYGM7OR_QBXxhpwCo,6684
45
- pulumi_snowflake/get_external_tables.py,sha256=UAjk8Zt6HSn0ac_PTixVbjfqH0Sj9CnUp2qdm0yI83U,6500
46
- pulumi_snowflake/get_failover_groups.py,sha256=5neZ-T8filZDyD2t8cXuFSho25Ar64BAPuUq7pNqg1w,5279
47
- pulumi_snowflake/get_file_formats.py,sha256=hGQp0ZoSv1k8Zv5AjSDz47qO97wbz89c9CxIWkaZV6g,6356
48
- pulumi_snowflake/get_functions.py,sha256=fsnMqb1PrgTN4SG2u_ILwAh9fn7sEHRynVzeZz9u1Kg,6214
49
- pulumi_snowflake/get_grants.py,sha256=xIJiVzkP4yg0WVSZpvsOHYoV7-b8_BXCe1ATcJytlII,15111
50
- pulumi_snowflake/get_masking_policies.py,sha256=RHdg2pRkuSoZApLxPUFEVY9BGDy5dA-xo1yO-oeCw1c,9416
51
- pulumi_snowflake/get_materialized_views.py,sha256=jzu3_3Bx7KXFWSosZ654Xs_WuVwUn6Os__ZsaqoaKYE,6592
52
- pulumi_snowflake/get_network_policies.py,sha256=JvqX5dobW1o1w_D0gKjLvWU7gdde_VFkbDSClaUhkYQ,6370
53
- pulumi_snowflake/get_parameters.py,sha256=ZvYcG3P7FNF-EYzpcID5Em8GWNuLaeJlvquXsNJwEg4,12139
54
- pulumi_snowflake/get_pipes.py,sha256=Y2zpBFCkyfN4veyNhomNM4_4SAdsrT8Ru29UckaAv2U,6026
55
- pulumi_snowflake/get_procedures.py,sha256=kK2SVoLAoGCCWdqTRU9D_tXlhiCNBj5hbJrNzFDNxYY,6261
56
- pulumi_snowflake/get_resource_monitors.py,sha256=ilgNINdsfhd1cOvgqLW9DLx5XdaAuwn_fwRi7_8MB3E,4918
57
- pulumi_snowflake/get_row_access_policies.py,sha256=EyNPX9FUklgsATD5-ZAgX-PhWyxI661ACBLYaClZRqU,9630
58
- pulumi_snowflake/get_schemas.py,sha256=DUn9amw7-g0N77MqM24tM60RYO1t8taK85eB20XQJk4,11663
59
- pulumi_snowflake/get_secrets.py,sha256=iCCiZQePAcuQiF1RAGSvSs5Kl1Jw50Q8OfG--wlLv-Q,8500
60
- pulumi_snowflake/get_security_integrations.py,sha256=TLyt3oBgFsn6C-c4DbQ9ZyDkdUBlt76bXN0xmzgVg7k,6707
61
- pulumi_snowflake/get_sequences.py,sha256=91nKdLKTI3FKzpaFlQszl3Pt28hUqPslV7vXwVyoyvw,6214
62
- pulumi_snowflake/get_shares.py,sha256=vgMHnfP16Yw-NXTBNIwAA0J55cQfCpv-ZWm4aRkfnJc,5211
63
- pulumi_snowflake/get_stages.py,sha256=O9Av0cUrbLeta0ze12cwSGYPggdZ8du_1W5Fe2vJqvI,6073
64
- pulumi_snowflake/get_storage_integrations.py,sha256=mX4ag-eQ4xjLC19aeKAMTAc4SP0HRAaPCiWotOKbus4,4783
65
- pulumi_snowflake/get_streamlits.py,sha256=2BSVQ0oztSIdRESpQIyaBfub0sjzaxsMTiPeBx94yJs,8997
66
- pulumi_snowflake/get_streams.py,sha256=bL2yq822CbyTNSqGKLEGYNO9LxBcNR6dLGxHFZcQc24,9844
67
- pulumi_snowflake/get_system_generate_scim_access_token.py,sha256=pnSyRfESXyzgRrIwQNdNnXSbxGZbfkj2Y17joxf6FOI,5953
68
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py,sha256=WtpKL-KRP863kAxiVeuHrBmoje2znoXyVQRiO3UAGd0,5110
69
- pulumi_snowflake/get_system_get_private_link_config.py,sha256=GPgOmhs229-tVkV41LAZLPz3H3MMkm0kLzgjRDVK9f4,13616
70
- pulumi_snowflake/get_system_get_snowflake_platform_info.py,sha256=idhzrqEKnKmUq7GaPS1PLVphouOuaR2PqpuMNMB3Ts0,5259
71
- pulumi_snowflake/get_tables.py,sha256=J4vGgYRcWaVo_fRJLg4u_N8KOicRrS3Jk1-CC_ImElE,6073
72
- pulumi_snowflake/get_tags.py,sha256=6Mmr0ME9Gi5j_6O-SfXuAFiDSumqrm-FfeV6rKvLSRU,5239
73
- pulumi_snowflake/get_tasks.py,sha256=1mvvFaPmjDjgsQ5w8qO43MESQVn2cMlu-3Xq4gORewc,10847
74
- pulumi_snowflake/get_users.py,sha256=X5rP-BV5fynckm1B4HFDc7myqMT-UPs32zL0UjscBdI,11026
75
- pulumi_snowflake/get_views.py,sha256=jMT2OWA1_Y78Y-P4xgM_pPjNZARwjdwX6KumX3lsDTU,9732
76
- pulumi_snowflake/get_warehouses.py,sha256=y5R8d0LsmDysHMjMoKnvJRjqsLsg71_NzuOcZgrl4aI,7609
77
- pulumi_snowflake/grant_account_role.py,sha256=yr_hmsz2aWOKra95isIY_svDwP4XS0Ec5jY3tOL1dA8,12848
78
- pulumi_snowflake/grant_application_role.py,sha256=d9O7RowS2bADqi-YObPsRyDWbS2OQ9__eoUxVNKh8Z8,12939
79
- pulumi_snowflake/grant_database_role.py,sha256=N7aSB5IiigKQUF-WuArJzZXQuRSBAwMagjo6Jb7gw34,16791
80
- pulumi_snowflake/grant_ownership.py,sha256=a69eXMlcVUgrsmTCCWSFDGZLLdablrdYzP_gwrb8F10,20200
81
- pulumi_snowflake/grant_privileges_to_account_role.py,sha256=zCNsY3EtwhglOUrXrNzoDmBYEsKEv3RGR8ON9mCXk8Q,33079
82
- pulumi_snowflake/grant_privileges_to_database_role.py,sha256=Qm-aEN6Q91is2uPJuDL9HybU6K1Fa0yFC_gkQSwwn90,30122
83
- pulumi_snowflake/grant_privileges_to_share.py,sha256=_W8WW9f4BoC-IupbWGjcubl7yD7qfFfEHWqPRp7SwYE,28403
84
- pulumi_snowflake/legacy_service_user.py,sha256=27YLfBJfCgGP7xGqR2BTrZEs7zb7zpre5pg-E5vfszs,337209
85
- pulumi_snowflake/managed_account.py,sha256=_xyy_w3iL08AoSXr6pIVu_IjlhDOwt1v4rNg26UeORk,23376
86
- pulumi_snowflake/masking_policy.py,sha256=tfDsmJe-8sZNUNqNgQP9QF5TAd8BrO9SQXXq_g-VlnA,36411
87
- pulumi_snowflake/materialized_view.py,sha256=6CuwgUI1msxhDfeZ5GlT5ZL5PWuwSUS2NrlwNrGjKuo,25587
88
- pulumi_snowflake/network_policy.py,sha256=5PXrsZFnB7kiV8_wphGJ9pVH03XyiOSQ530sE5K_9_E,29210
89
- pulumi_snowflake/network_policy_attachment.py,sha256=eWe4BNRrldcmHyqgtnpmnrKRMBulgXu2xEnx3EipLww,15758
90
- pulumi_snowflake/network_rule.py,sha256=R4_y6EqKl_xQXT4w8NlUOiVkprdeiZjAomqrMnFPGrU,24890
91
- pulumi_snowflake/notification_integration.py,sha256=hPP9t6JgkpygVmJwMtujiwCpk5CzOvW6VMnWGGKD5kM,51515
92
- pulumi_snowflake/oauth_integration_for_custom_clients.py,sha256=XOv56nvjRj-UNFsQuFtieeAy8veHLcFfwtfvs9JUOJg,62534
93
- pulumi_snowflake/oauth_integration_for_partner_applications.py,sha256=t1e6DpD3Y8tS7lsGG92tXTSgoDdYeMXZbCX8s8ERyPI,43521
94
- pulumi_snowflake/object_parameter.py,sha256=glaIXYcrTgOoiTntQjq4qoczqEjyRj24uv1m-UNtY1A,19215
95
- pulumi_snowflake/outputs.py,sha256=srX7yDURmCVYgPauplknd04-aP25y8OUTCQKioPstcA,1873654
96
- pulumi_snowflake/password_policy.py,sha256=Vejz4lpnzNdAFnfds8y_pCt3YNbnV594qIaL8WGEB7Q,58094
97
- pulumi_snowflake/pipe.py,sha256=f7Oj_wC81G75Ud6sNCUZ__zF2TR5T4SPgtFnIgUISoc,27752
98
- pulumi_snowflake/primary_connection.py,sha256=_z74PNvzaOkMVh5lF-TKgP99kxTa_ZdGXzJes--6s9w,19670
99
- pulumi_snowflake/procedure_java.py,sha256=dv7I0bKJ-G8xTJ2UeFsR0U0SWhF7ji5c78wN-hjHrcU,105224
100
- pulumi_snowflake/procedure_javascript.py,sha256=bpQggyp79CZ1bhuzMv5xtlPWDpsEu6gjw0N-JkW9MTg,67691
101
- pulumi_snowflake/procedure_python.py,sha256=Bfhkccxgzcx1TWstSqk1afm5JOop4Ghc5TOt4aEYVEM,101364
102
- pulumi_snowflake/procedure_scala.py,sha256=p6ZaKBJtM8T5JFPPZK0SnwrJaTRlwaHnvJgdvxEl074,105377
103
- pulumi_snowflake/procedure_sql.py,sha256=7HglSOImcJ-VUpbp4KAeqNWoduy7JVtYjJrBArKunLU,66396
104
- pulumi_snowflake/provider.py,sha256=Y4OUc5vMvdqnzjEe-kmFGU9YsnsteElDkYsnVMzU7TE,76732
105
- pulumi_snowflake/pulumi-plugin.json,sha256=izSlxiuBahG9AiWYIITxqZwlJ3d5kyedO_j4UdO7yG0,85
106
- pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
107
- pulumi_snowflake/resource_monitor.py,sha256=gk5bXXZj6j3lE0gwxBcux5bvUz-FfiA9i-xsN_YhwQ8,43537
108
- pulumi_snowflake/row_access_policy.py,sha256=33F5dKigwhKfW2rvEJLnePbYGGLBpxA8-SilfvP_hBE,28615
109
- pulumi_snowflake/saml2_integration.py,sha256=7mdC10J9TNJwSFOP47sd3tjpAhRpHmFLQrFjaqiK_lE,78869
110
- pulumi_snowflake/schema.py,sha256=j6uZ7xXl-_gnzsTsodNov30NBdS84lTv0MTf96m8lkE,96645
111
- pulumi_snowflake/scim_integration.py,sha256=FZozC14NyjZd6gXhifWMxaGiUpsLfijojryVKyk8BaU,30028
112
- pulumi_snowflake/secondary_connection.py,sha256=cco1nyriOkbZINyetzVTtDOdlHBy4gIu-1mW5JzNuLw,18277
113
- pulumi_snowflake/secondary_database.py,sha256=9hOx-9XTGgfreAiQzKy8sBpMbyRQppBVbWxzNxlkzVs,85492
114
- pulumi_snowflake/secret_with_authorization_code_grant.py,sha256=lBsShfJu7BntntK3Ifu2eFTeZ2M2Od0DoIgLLkh4fos,30545
115
- pulumi_snowflake/secret_with_basic_authentication.py,sha256=b_toDo4guhZe1TJuJQgwKHePuh1qKrHzACxc7Pkp-PM,25173
116
- pulumi_snowflake/secret_with_client_credentials.py,sha256=rw7i2HKEeMYHJVDke2v6qBBMQYnBUQkVR9cVkatvB2g,27927
117
- pulumi_snowflake/secret_with_generic_string.py,sha256=V7ac4hg8ZHhQtDscEaGlhmUNoACQvOfVLJNgTzLleZU,23024
118
- pulumi_snowflake/sequence.py,sha256=3u0HoprgPVYVRn-WIWSqCfnS4VFs1edm0-krG1fNsjs,19188
119
- pulumi_snowflake/service_user.py,sha256=PWOJPBGOCWNIxCe-OTvzcO_lv3sm5CreZS9WdY0VXtA,330993
120
- pulumi_snowflake/share.py,sha256=8dQMSSO0abx96bkpIzmUhM5c51EJVr8YjFqFqStIHbc,12732
121
- pulumi_snowflake/shared_database.py,sha256=WHDM4Ax14YJ38qACIxjBjOOloUtfa2VEohKWZuipYTk,68265
122
- pulumi_snowflake/stage.py,sha256=S2c4JdEREhNepOTPzXXsjqxA7iQeoUhXAB_W3Q1snzU,42378
123
- pulumi_snowflake/storage_integration.py,sha256=styD4nNbszA4OkZ0nIt9feRbszx1JVD_H8gFDqyF43U,35754
124
- pulumi_snowflake/stream_on_directory_table.py,sha256=1J-dQCa0JSC7ULp7zsEfaDBLU0pAMPYKHRxl_6xLA7Q,28301
125
- pulumi_snowflake/stream_on_external_table.py,sha256=OkcZjpCjhZjBXAGPk4lSgSRLuKMUCHYL2UyQPWvzIlY,33499
126
- pulumi_snowflake/stream_on_table.py,sha256=V7zZDa4Vv5aZYHcD9GvJenY3ERooczyA1Rlh6EHJ5S4,34185
127
- pulumi_snowflake/stream_on_view.py,sha256=Xoh50sWSTN_88P9571tBNvA4_OmgME5F3-uG7Tf_Vpg,34078
128
- pulumi_snowflake/streamlit.py,sha256=PzNJNAQwFA7fHoQm_SgjkEa2gVFJNtoOxDdpGia7geQ,35720
129
- pulumi_snowflake/table.py,sha256=hQybWDQ7vxIhM3_lCM7zir8T2tKjOwNSK9uxL_I8sio,34181
130
- pulumi_snowflake/table_column_masking_policy_application.py,sha256=yOFe9ZIM_iYe8m437zrjlkW5Q9oVvcuw5bYDgwCi_8E,11111
131
- pulumi_snowflake/table_constraint.py,sha256=7R3W1zv6YUsb8oX1CQJFDZ-x2TV4B3bDR_XR6fFwL6E,32568
132
- pulumi_snowflake/tag.py,sha256=wJ6WpZ3B-lomupCs4zZA6_j_gnt30gVSD4-HknEaLZE,23757
133
- pulumi_snowflake/tag_association.py,sha256=f98saZESOaBw6vLWJC16tmpDB7Bteu65utBEOSk54E8,19243
134
- pulumi_snowflake/task.py,sha256=NfjllmNpB4Zj8LXOPeM2kqqM_Gmv4MJpt7KeRw1xw1Q,330270
135
- pulumi_snowflake/user.py,sha256=7CbrZ2hr9kLdk7zBADjrlRl3eeG9bkodHZEa07R0hoQ,345768
136
- pulumi_snowflake/user_authentication_policy_attachment.py,sha256=myiNLCbaUIYqcNncLZNkKl_OoLHyEs5wwOVrXDWVtbs,9410
137
- pulumi_snowflake/user_password_policy_attachment.py,sha256=2h7ZyQVWikU_MzBpa0wD5dl9NuunqA4vyX_q5A_Smkk,9192
138
- pulumi_snowflake/user_public_keys.py,sha256=ZJUAXvAcHeXKKhJz2qBM0pCbILRsjPfnQkpnQGxiJzg,11846
139
- pulumi_snowflake/view.py,sha256=C-I180M3F4vIUGCPKySr1tSC4rJ0fZGLKoedm1C7nrg,50571
140
- pulumi_snowflake/warehouse.py,sha256=dEny-119KrGL77OSxij3HEW0iJWhCkQyZxTomFID5XU,60941
141
- pulumi_snowflake/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
142
- pulumi_snowflake/config/__init__.pyi,sha256=YM5ykWbtn8K4outPvDwlB2U8-M8QUT3cWsFHFhScqno,9308
143
- pulumi_snowflake/config/outputs.py,sha256=7jKpqZonjKN6VGHNoHB3iZ9xLIOaViwUF2YiesjyTAo,4192
144
- pulumi_snowflake/config/vars.py,sha256=sy5eI0uBSPQaxkScue6EfnL8Ya-Ti8f-3Fsr-ZJJut8,14339
145
- pulumi_snowflake-1.2.0a1744439488.dist-info/METADATA,sha256=ii20-ms1NGuCSH8AvCQIEQbXGbS66QIVPqRNCnWRSgU,5043
146
- pulumi_snowflake-1.2.0a1744439488.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
147
- pulumi_snowflake-1.2.0a1744439488.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
148
- pulumi_snowflake-1.2.0a1744439488.dist-info/RECORD,,