pulumi-snowflake 0.60.0__py3-none-any.whl → 0.60.0a1727221942__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 (132) hide show
  1. pulumi_snowflake/__init__.py +0 -36
  2. pulumi_snowflake/_inputs.py +3548 -19849
  3. pulumi_snowflake/_utilities.py +1 -1
  4. pulumi_snowflake/account.py +0 -5
  5. pulumi_snowflake/account_parameter.py +0 -5
  6. pulumi_snowflake/account_password_policy_attachment.py +0 -5
  7. pulumi_snowflake/account_role.py +0 -5
  8. pulumi_snowflake/alert.py +0 -5
  9. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +0 -5
  10. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +0 -5
  11. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +0 -5
  12. pulumi_snowflake/api_integration.py +0 -5
  13. pulumi_snowflake/config/__init__.pyi +0 -5
  14. pulumi_snowflake/config/outputs.py +0 -5
  15. pulumi_snowflake/config/vars.py +0 -5
  16. pulumi_snowflake/cortex_search_service.py +0 -5
  17. pulumi_snowflake/database.py +0 -5
  18. pulumi_snowflake/database_old.py +0 -5
  19. pulumi_snowflake/database_role.py +0 -5
  20. pulumi_snowflake/dynamic_table.py +0 -5
  21. pulumi_snowflake/email_notification_integration.py +0 -5
  22. pulumi_snowflake/external_function.py +0 -5
  23. pulumi_snowflake/external_oauth_integration.py +0 -5
  24. pulumi_snowflake/external_table.py +0 -5
  25. pulumi_snowflake/failover_group.py +0 -5
  26. pulumi_snowflake/file_format.py +0 -5
  27. pulumi_snowflake/function.py +0 -5
  28. pulumi_snowflake/get_accounts.py +4 -13
  29. pulumi_snowflake/get_alerts.py +4 -17
  30. pulumi_snowflake/get_cortex_search_services.py +4 -19
  31. pulumi_snowflake/get_current_account.py +4 -13
  32. pulumi_snowflake/get_current_role.py +4 -11
  33. pulumi_snowflake/get_database.py +4 -20
  34. pulumi_snowflake/get_database_role.py +4 -16
  35. pulumi_snowflake/get_database_roles.py +4 -17
  36. pulumi_snowflake/get_databases.py +4 -21
  37. pulumi_snowflake/get_dynamic_tables.py +4 -19
  38. pulumi_snowflake/get_external_functions.py +4 -15
  39. pulumi_snowflake/get_external_tables.py +4 -15
  40. pulumi_snowflake/get_failover_groups.py +4 -13
  41. pulumi_snowflake/get_file_formats.py +4 -15
  42. pulumi_snowflake/get_functions.py +4 -15
  43. pulumi_snowflake/get_grants.py +4 -21
  44. pulumi_snowflake/get_masking_policies.py +4 -19
  45. pulumi_snowflake/get_materialized_views.py +4 -15
  46. pulumi_snowflake/get_network_policies.py +4 -15
  47. pulumi_snowflake/get_parameters.py +4 -21
  48. pulumi_snowflake/get_pipes.py +4 -15
  49. pulumi_snowflake/get_procedures.py +4 -15
  50. pulumi_snowflake/get_resource_monitors.py +4 -13
  51. pulumi_snowflake/get_role.py +4 -13
  52. pulumi_snowflake/get_roles.py +4 -15
  53. pulumi_snowflake/get_row_access_policies.py +4 -19
  54. pulumi_snowflake/get_schemas.py +4 -23
  55. pulumi_snowflake/get_security_integrations.py +4 -15
  56. pulumi_snowflake/get_sequences.py +4 -15
  57. pulumi_snowflake/get_shares.py +4 -13
  58. pulumi_snowflake/get_stages.py +4 -15
  59. pulumi_snowflake/get_storage_integrations.py +4 -11
  60. pulumi_snowflake/get_streamlits.py +4 -19
  61. pulumi_snowflake/get_streams.py +4 -15
  62. pulumi_snowflake/get_system_generate_scim_access_token.py +4 -13
  63. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -13
  64. pulumi_snowflake/get_system_get_private_link_config.py +4 -19
  65. pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -12
  66. pulumi_snowflake/get_tables.py +4 -15
  67. pulumi_snowflake/get_tasks.py +4 -15
  68. pulumi_snowflake/get_users.py +4 -21
  69. pulumi_snowflake/get_views.py +4 -21
  70. pulumi_snowflake/get_warehouses.py +4 -17
  71. pulumi_snowflake/grant_account_role.py +0 -5
  72. pulumi_snowflake/grant_application_role.py +0 -5
  73. pulumi_snowflake/grant_database_role.py +0 -5
  74. pulumi_snowflake/grant_ownership.py +0 -5
  75. pulumi_snowflake/grant_privileges_to_account_role.py +0 -5
  76. pulumi_snowflake/grant_privileges_to_database_role.py +0 -5
  77. pulumi_snowflake/grant_privileges_to_share.py +0 -5
  78. pulumi_snowflake/managed_account.py +0 -5
  79. pulumi_snowflake/masking_policy.py +4 -9
  80. pulumi_snowflake/materialized_view.py +0 -5
  81. pulumi_snowflake/network_policy.py +0 -5
  82. pulumi_snowflake/network_policy_attachment.py +0 -5
  83. pulumi_snowflake/network_rule.py +0 -5
  84. pulumi_snowflake/notification_integration.py +0 -5
  85. pulumi_snowflake/oauth_integration.py +0 -5
  86. pulumi_snowflake/oauth_integration_for_custom_clients.py +0 -5
  87. pulumi_snowflake/oauth_integration_for_partner_applications.py +0 -5
  88. pulumi_snowflake/object_parameter.py +0 -5
  89. pulumi_snowflake/outputs.py +2936 -10916
  90. pulumi_snowflake/password_policy.py +0 -5
  91. pulumi_snowflake/pipe.py +0 -5
  92. pulumi_snowflake/procedure.py +0 -5
  93. pulumi_snowflake/provider.py +0 -5
  94. pulumi_snowflake/pulumi-plugin.json +1 -1
  95. pulumi_snowflake/resource_monitor.py +0 -5
  96. pulumi_snowflake/role.py +0 -5
  97. pulumi_snowflake/row_access_policy.py +4 -9
  98. pulumi_snowflake/saml2_integration.py +0 -5
  99. pulumi_snowflake/saml_integration.py +0 -5
  100. pulumi_snowflake/schema.py +0 -5
  101. pulumi_snowflake/scim_integration.py +0 -5
  102. pulumi_snowflake/secondary_database.py +0 -5
  103. pulumi_snowflake/sequence.py +0 -5
  104. pulumi_snowflake/session_parameter.py +0 -5
  105. pulumi_snowflake/share.py +0 -5
  106. pulumi_snowflake/shared_database.py +0 -5
  107. pulumi_snowflake/stage.py +7 -12
  108. pulumi_snowflake/storage_integration.py +0 -5
  109. pulumi_snowflake/stream.py +0 -5
  110. pulumi_snowflake/streamlit.py +0 -5
  111. pulumi_snowflake/table.py +0 -5
  112. pulumi_snowflake/table_column_masking_policy_application.py +0 -5
  113. pulumi_snowflake/table_constraint.py +0 -5
  114. pulumi_snowflake/tag.py +0 -5
  115. pulumi_snowflake/tag_association.py +0 -5
  116. pulumi_snowflake/tag_masking_policy_association.py +0 -5
  117. pulumi_snowflake/task.py +0 -5
  118. pulumi_snowflake/unsafe_execute.py +0 -5
  119. pulumi_snowflake/user.py +2 -7
  120. pulumi_snowflake/user_password_policy_attachment.py +0 -5
  121. pulumi_snowflake/user_public_keys.py +0 -5
  122. pulumi_snowflake/view.py +0 -5
  123. pulumi_snowflake/warehouse.py +0 -5
  124. {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727221942.dist-info}/METADATA +2 -3
  125. pulumi_snowflake-0.60.0a1727221942.dist-info/RECORD +129 -0
  126. pulumi_snowflake/legacy_service_user.py +0 -3666
  127. pulumi_snowflake/service_user.py +0 -3585
  128. pulumi_snowflake/stream_on_external_table.py +0 -597
  129. pulumi_snowflake/stream_on_table.py +0 -631
  130. pulumi_snowflake-0.60.0.dist-info/RECORD +0 -133
  131. {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727221942.dist-info}/WHEEL +0 -0
  132. {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727221942.dist-info}/top_level.txt +0 -0
@@ -1,133 +0,0 @@
1
- pulumi_snowflake/__init__.py,sha256=BssjKUXw6hzneB_o4YRSe_CD6z0icvcU2O9Ii2g8UM4,18741
2
- pulumi_snowflake/_inputs.py,sha256=JAD46lqjr34fvaD-URxTCTxchMX1a4cgaU58U5Ttfk8,1468282
3
- pulumi_snowflake/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
4
- pulumi_snowflake/account.py,sha256=AVDJ--RjWG-Pv4kw2kVQY0lyB8llAvod6jI4VodaYuQ,47160
5
- pulumi_snowflake/account_parameter.py,sha256=jyy1gnFKoYVn49irrZZZlNlKeg9X58XY1gzWQWDI8Io,8927
6
- pulumi_snowflake/account_password_policy_attachment.py,sha256=BsKxVE6d_37Gpxh_fMa6mI5TClxnMQpnfL9J4uAnozY,6944
7
- pulumi_snowflake/account_role.py,sha256=EcKm8ysaiyheyACfhlPtHqQN7ilVSLLRgMliCaek8V4,11122
8
- pulumi_snowflake/alert.py,sha256=dFZYIlKC1QHPwA--O80IVbFPwKXuMvq6cpbMJpO1x2o,24197
9
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py,sha256=RQkNJQMQnYDm6RI6cTIMkUQfNqRyduZPNp-0MlUutJg,43269
10
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py,sha256=o3SDwERSWXX2bMYcjFOUG2ZcOPo0slZrzEY1Rj-TMvg,40005
11
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py,sha256=bi0cDCmArj_mi3qNVbJy5lrcj7GiPZCr7h_zkE8g2kk,40741
12
- pulumi_snowflake/api_integration.py,sha256=l1PvCrilGDnnLDi78fUs3PFmkaX_3LSbhLI88oWkAFY,40529
13
- pulumi_snowflake/cortex_search_service.py,sha256=cQ3JFgokDMlP22Pmaqmb0UZGyItjicFOHERwcae-Zx4,25774
14
- pulumi_snowflake/database.py,sha256=yqG_HREDo8-UcraPDkStS6mVmNqeDMgz1sih9Ycj1vI,86934
15
- pulumi_snowflake/database_old.py,sha256=laFuzDtQoWo7iojPgITKEw0dQ01_sMIBJpe0p_9uIEE,27997
16
- pulumi_snowflake/database_role.py,sha256=2IHWUDRPIRaMNoD1Ie-ugy1I9sTYHEV2bwxA3tU4SCE,14753
17
- pulumi_snowflake/dynamic_table.py,sha256=_0zfkh5Qr6T42WfzsN1EO0p4HtXQ9HCvrITmgblwj8s,41364
18
- pulumi_snowflake/email_notification_integration.py,sha256=QnwfXgKmW01TYNbKayN2cvX0NfCIhittJ4YgIJ7DViM,12885
19
- pulumi_snowflake/external_function.py,sha256=PLM-30_f0LtAN6BYc7KjWih0nFZtn1v-OdVD2ofon7E,49316
20
- pulumi_snowflake/external_oauth_integration.py,sha256=mG-Zjwamgllnz4VLa0r3a1EBAPg4TTk-QMwwZFwv1d4,66588
21
- pulumi_snowflake/external_table.py,sha256=a_vd4m-gwKoJI6As6az_wlAYdBCJro_EmP_MdZ-3eSs,41563
22
- pulumi_snowflake/failover_group.py,sha256=eKqBhUUIlzocvBDnfUm1KAG0zPUklmcD5Bx_-V6oou0,38482
23
- pulumi_snowflake/file_format.py,sha256=lHZNvtfWdJ4qUgqj5qSR_K-XUqueG2znQcT-NnHIYq0,93070
24
- pulumi_snowflake/function.py,sha256=6AlpMLceE2RAhErpK0wmFGliAV5OoomP3BxK6chao6A,42264
25
- pulumi_snowflake/get_accounts.py,sha256=drV8C9P7oF7hWelJUA0rnEpnBFNYUy6QyACJTjqxJLA,4030
26
- pulumi_snowflake/get_alerts.py,sha256=_IyVwpVU7mFI3qBAZ7sloe7dwg7VUwMl7ALPu5mqUFk,5719
27
- pulumi_snowflake/get_cortex_search_services.py,sha256=KgkLUd4IXnBJOSkWTC0fTynKe0RWWLUJIq--y5KwC_A,10227
28
- pulumi_snowflake/get_current_account.py,sha256=HQXQmEqT1E70rQ_NCXuWjx5ivRGDynh8ocYRN9r7KLk,4479
29
- pulumi_snowflake/get_current_role.py,sha256=Wn-tEIwECv_ArYNBmElEvDscJuo5NeyvgooecWFWEqQ,3052
30
- pulumi_snowflake/get_database.py,sha256=LBbg7IPyTnE8-49o07v0oO3NurspJ-bG8AymClibRdw,7015
31
- pulumi_snowflake/get_database_role.py,sha256=APxr80sQfa7xnpfi4czQwp5rMKP1JjL8NEYLobMlR_Y,5237
32
- pulumi_snowflake/get_database_roles.py,sha256=d_Gc4CC-CvvQs4JOnOns9dEeyxLzHUtvyEWNd6eTPwU,8436
33
- pulumi_snowflake/get_databases.py,sha256=APR3iF7gHxUXK4ADuzb68jvQHRoKKhpdFPfoSd_7Mug,11224
34
- pulumi_snowflake/get_dynamic_tables.py,sha256=U6lYXdMOVxLOpo1w3r8g2Gywhwy3WcFZeUfH9MEIzx4,8246
35
- pulumi_snowflake/get_external_functions.py,sha256=AEGfLck9SIbuSsK9T0iAC6eCetTQ-ckGkrJsZf3BaIc,5390
36
- pulumi_snowflake/get_external_tables.py,sha256=lBwav7CuHKlbsK6U3JRYPwRwplW84gTqlkRJ9zMXsyU,5206
37
- pulumi_snowflake/get_failover_groups.py,sha256=mzl8NbL1vtGw7zGoZYvjvExb03lg0-tnLZtI3cq1CGQ,4180
38
- pulumi_snowflake/get_file_formats.py,sha256=hv9mVRcHZxFp7J3aIQbOIwMYRqxx8D8KR8OiP0wjFfU,5062
39
- pulumi_snowflake/get_functions.py,sha256=j1Zn7BhWdt8yAOk94IsWQqy9aR9kGMAVpSclAYwyf6w,4920
40
- pulumi_snowflake/get_grants.py,sha256=ZkGqHXAqROG9rEtBsLStnooYuZYvDb-X8-1RDwumGyE,15045
41
- pulumi_snowflake/get_masking_policies.py,sha256=RaAkBITXMHzGqz8SUMcjS3NJ8v4zPTLnF4AigbIEYWo,10056
42
- pulumi_snowflake/get_materialized_views.py,sha256=RTsrQfY0--cdVrEaXZvw48HEH2LY2kjfmOed_A1Pi-Q,5298
43
- pulumi_snowflake/get_network_policies.py,sha256=qd7QDeOh8ZjnifqCIWIq25kxRFt__CZTaU6eIc4jnKg,7010
44
- pulumi_snowflake/get_parameters.py,sha256=bQ3iQpNRKjXjdFbZ25iyfIXP-CquROGgfp2PI3WhPdI,10710
45
- pulumi_snowflake/get_pipes.py,sha256=BWXyXz3G-kDrmzVCEgYz4zH-XJwQhscI8Q9KSWef724,4732
46
- pulumi_snowflake/get_procedures.py,sha256=B3tswSe6p3p-oTVxo2YTK3DNO4G2_dm4FeVbGsLbWiY,4967
47
- pulumi_snowflake/get_resource_monitors.py,sha256=DJ9TDLXRjge6BthTCOS3esjN6JZ5OTV9BdK0O34dASo,5603
48
- pulumi_snowflake/get_role.py,sha256=ksfqZO5UDxzTU5O60UIhty55zxaDa9G8RB-4O1AzChs,3973
49
- pulumi_snowflake/get_roles.py,sha256=E0WKAFf-JI7B2TVIfCymXQtwcViDR3_gAsk8g0hvFQc,5965
50
- pulumi_snowflake/get_row_access_policies.py,sha256=iRXdT5mwf0SxHUiogLOIk0sDPe2tqBbEmMSQN1AMRcA,10270
51
- pulumi_snowflake/get_schemas.py,sha256=CkaS9r6fgjCi-HdTuvpTNXLFKRZbdnwHIOVsKP14T_A,11925
52
- pulumi_snowflake/get_security_integrations.py,sha256=sIAT1CtSZh5YgwbjmSSpk_nrY0qKHTqa5uQffupSSn4,7347
53
- pulumi_snowflake/get_sequences.py,sha256=t5oVHXgaWcxy1-E8s3Zrfdjsw-RNnC9GArheYXRHXFs,4920
54
- pulumi_snowflake/get_shares.py,sha256=YOG1xpv4Byx_eKg3AV3NPoCRDUWpjxJOg9-Xn4MdIKw,3962
55
- pulumi_snowflake/get_stages.py,sha256=mwRm1LPaY05wOaBE4pqBVHvHhBmFOyPtbtWqaBuoxK0,4779
56
- pulumi_snowflake/get_storage_integrations.py,sha256=d2RrwpmXizsNX8n_JAjOKDUL5wtoTu39RUPnejtPjec,3579
57
- pulumi_snowflake/get_streamlits.py,sha256=sJxb_6GQKbNn2a2KOcenNuxItBf3DLJ2z6w0uyUGZTw,9637
58
- pulumi_snowflake/get_streams.py,sha256=VQILOESiE26ZlBloltqsfKg_X2uNCozpIOX2X5YiCIE,4826
59
- pulumi_snowflake/get_system_generate_scim_access_token.py,sha256=tQssNNgQf-_3TsAtt-0wRlQh5eaGcKbyKNAkhh47Xwc,4695
60
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py,sha256=h3BdeP44-qeOAHgB6WuSKCqNgR_DRDwGNUiXVFo-nD4,4990
61
- pulumi_snowflake/get_system_get_private_link_config.py,sha256=HteDPCysQG6n8I7FJcQ13RqS2UV91Agtdcc3BUsYnYk,12331
62
- pulumi_snowflake/get_system_get_snowflake_platform_info.py,sha256=5Fg3tkawVBDBGnscNAzztrxAOoH54PtbVxBlAPDgPYo,4189
63
- pulumi_snowflake/get_tables.py,sha256=IlDGQ4HMBdmzMRnKEbDEGHpI3G5k_FSKHt2EFFlZxSk,4779
64
- pulumi_snowflake/get_tasks.py,sha256=zl_s1JxCUDnM0OkvGNHV1EC-EMyRcey0BS4KCZrkerA,4732
65
- pulumi_snowflake/get_users.py,sha256=ctrEYtC4oPvVxvMUfm8p1vU46dS9S7EC3IV7-bB_PhU,11468
66
- pulumi_snowflake/get_views.py,sha256=HUE1N7RqOBi-D9BdAmHVRYbPLPcwS2e9emsKUSmtUxI,10327
67
- pulumi_snowflake/get_warehouses.py,sha256=uBvZXCkza_sju0yh1e7vVc2TJdWUS9gEobUMNMSaXl0,8204
68
- pulumi_snowflake/grant_account_role.py,sha256=eN-Xzy35SmfbcC_bzDTvXyPN7SGgdBuYbV-VFUpqlTg,11362
69
- pulumi_snowflake/grant_application_role.py,sha256=psmHg7a1zOek2YMjEIO29TQGQbLaKg4gAeva6ACe_Ak,12145
70
- pulumi_snowflake/grant_database_role.py,sha256=2GA_WTlpX3RkNY0tVz3zyqZf9nGAxBQwVkzuFDQ9b_A,14801
71
- pulumi_snowflake/grant_ownership.py,sha256=VEPy3cYvn_PiYBVAzU5edn7rrcxbcUfcl5EDDURCkxQ,18278
72
- pulumi_snowflake/grant_privileges_to_account_role.py,sha256=uQU08kHsLkKjM_iAJNgIi18n_vP1TFHLBUPp329x-H0,31009
73
- pulumi_snowflake/grant_privileges_to_database_role.py,sha256=XR0KxL1euijwxcriHvWqIcL3ysXgfoHQKQLnPTMo0z4,28034
74
- pulumi_snowflake/grant_privileges_to_share.py,sha256=c6smCSpNtEAFkTY-6-AdFWThYEcxe5T84KXV4GoyTIY,24925
75
- pulumi_snowflake/legacy_service_user.py,sha256=Oan29HsnTfSl3NZ_r5a_XX0iz1Kt3Vnsf5iIy0reuzs,326912
76
- pulumi_snowflake/managed_account.py,sha256=kIqqXm5nYCw-AgaXM1jhEL4wUQVfadzYoc4m3VaEPb4,22352
77
- pulumi_snowflake/masking_policy.py,sha256=vXs24jH6ffq5mKtJQiKAbpKY0QcBXW_EcXQyQrbwWjA,35639
78
- pulumi_snowflake/materialized_view.py,sha256=y1TFBXlXVVMBeSIcgileuptX3oX9VgS-hfkCCellnPE,24500
79
- pulumi_snowflake/network_policy.py,sha256=BnPLeOhnBWJ1gs4wtVqhycmw6v8rVbnxFyl8hcKuOas,27672
80
- pulumi_snowflake/network_policy_attachment.py,sha256=4JQY3WsgKwIC_9k9izZX60In-dniPmu0P6N7WAe2fbg,15364
81
- pulumi_snowflake/network_rule.py,sha256=bvyfGis-UjvH2oMMP-96k_ABWTU9Jd7AB_Mm81nPN-A,23929
82
- pulumi_snowflake/notification_integration.py,sha256=onf6ayHu0Ns6Ibmlr7BoQ__2Clc-EMnSIAXokecVgbs,49366
83
- pulumi_snowflake/oauth_integration.py,sha256=LvL2jjSYPwF3ilaxpPX8q8J9yU6rxXbRCYYMlqalWzA,31539
84
- pulumi_snowflake/oauth_integration_for_custom_clients.py,sha256=P4XZGOowBPm3g4s8ZVNqp_isUfGhKwE0RLh8po4850g,56015
85
- pulumi_snowflake/oauth_integration_for_partner_applications.py,sha256=KG1Fi47z29mRaWZ93MtFOWVDKYWXNWKsTYoeBC9_cj4,36607
86
- pulumi_snowflake/object_parameter.py,sha256=KiQuEvG6NrH-NFmAg_FnmmX5ZBBD6lVB7v6sCJUrXiA,18715
87
- pulumi_snowflake/outputs.py,sha256=3VeK5gCRLipCKwEE_nSgNSQ4KRvUszJjumtfaUnGNUE,1233730
88
- pulumi_snowflake/password_policy.py,sha256=Vh54yzM_4WtVKMrLQU6uAPznTrcYB58hJk1ug199rXE,53905
89
- pulumi_snowflake/pipe.py,sha256=TUydVIVUwkIuDeCxpwVziLj5nOCsqcIejZ-JybN94qg,26413
90
- pulumi_snowflake/procedure.py,sha256=Dg8cjvxO3iLp6g9ND2lQpkhGI14O42xlZMsGsR4ZMds,45794
91
- pulumi_snowflake/provider.py,sha256=SrzQ-XvnUzMgDqFJXOmCKOZ8yAEadiAukMdXUEP4eY0,85454
92
- pulumi_snowflake/pulumi-plugin.json,sha256=9HGgRP2vw5tYciHDTFBsek65q6fkrpmgBwqo_JlrwFQ,69
93
- pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
94
- pulumi_snowflake/resource_monitor.py,sha256=ZAYYFguvUfRV7QC0ReOHOhcE3gHbLcUDPOF2c_4qnjI,42101
95
- pulumi_snowflake/role.py,sha256=6XbCskGmmGtB7Yr8U9uZNkqFbxCPKtGey3CVCEpSUhQ,10891
96
- pulumi_snowflake/row_access_policy.py,sha256=i8LWudc25urMsjlKWjPgCizSHCGXlvPrG4KA8Gwgbc4,28095
97
- pulumi_snowflake/saml2_integration.py,sha256=u0mKSWh4VWhgvbN8XG5OsS6owRgHueW6Fmk-Qxx89ss,76679
98
- pulumi_snowflake/saml_integration.py,sha256=25snUHI4FQzzHnhKVqnbXGvuEC0oOs812tGx7Vud3v0,62645
99
- pulumi_snowflake/schema.py,sha256=iTC2DamZu-X6Y1W7bg-1r-VdPVrw3-on089U1H0w0Yk,92492
100
- pulumi_snowflake/scim_integration.py,sha256=nTbLnwIHXicNFXrovxfGwTHPNydkK9kykJGjzbNqa38,28734
101
- pulumi_snowflake/secondary_database.py,sha256=LvzAa9vYCpELorXG3366ScmRwpfzFuXFMIoh87DElJ8,82584
102
- pulumi_snowflake/sequence.py,sha256=3uch8fN22pyburdAvyvHjktLgiVoFqqw0pXX1sD4q1Q,18290
103
- pulumi_snowflake/service_user.py,sha256=G-dAHCezsD5vcARCptHw3hQE3RCqdp9xwelbdSVuEdY,321186
104
- pulumi_snowflake/session_parameter.py,sha256=jmzbbo5i4UtLyijM4aiOJ6KDCt7Qgxznn51UtECrIo4,12933
105
- pulumi_snowflake/share.py,sha256=PmUfEZZuLv_Ls6o8cH3qwA7TkJXYYmsEggqgF22VLGM,12275
106
- pulumi_snowflake/shared_database.py,sha256=hG7QRWFWDbFdMOyg-6qc-UE_9RKRWDzB-hidYVXazcg,65735
107
- pulumi_snowflake/stage.py,sha256=vbGPND3vgFK81mOs_C894EmzrPbDj_CtX7w02bpPan4,38015
108
- pulumi_snowflake/storage_integration.py,sha256=vb1ofhP6LU-J6t2_qBAB7rPqqF6MlpPU7M16fKx2pO0,33141
109
- pulumi_snowflake/stream.py,sha256=5E1OJaOaiArwfqWH21tcNq_xj5EXWP8YTw5WToOC6zI,26825
110
- pulumi_snowflake/stream_on_external_table.py,sha256=rRGNK6Is8oxukgqaiIf1t65WE4OJwW1CnfkA-bjAM7s,32513
111
- pulumi_snowflake/stream_on_table.py,sha256=nt7GF6JvA6wSDUU3jgVgq2Lt1-m1j4FNrjezt3i-D9w,33109
112
- pulumi_snowflake/streamlit.py,sha256=2qCRo345W5x69yGfPogDRNXfsVTj9sKO4AkcvnThjoQ,31013
113
- pulumi_snowflake/table.py,sha256=ytScReoDsOfI3X2JR1rm2FtLPxnGDAzqj-T9EHAzxsc,33157
114
- pulumi_snowflake/table_column_masking_policy_application.py,sha256=He2six0YqZ5AHAb3lnHIpDNn3QhdNIPPzl82tK29Dhk,10717
115
- pulumi_snowflake/table_constraint.py,sha256=clloXd2bSwHxVuSRj3DPl44Yj3B5qaMYV5JcYEuG7H4,31166
116
- pulumi_snowflake/tag.py,sha256=jE2cNJCXna0ZwpIv7piAM4tnJVDF_J0z-0VTiCbnIJ8,15397
117
- pulumi_snowflake/tag_association.py,sha256=rTCgpQtof9E8SPOLjg_KMgu0G25hRsmuPFLoILPUDmg,22093
118
- pulumi_snowflake/tag_masking_policy_association.py,sha256=E1LrfN7lLlRUqf8j9JL0tjLYiZXgkI3KviA13N6BM1s,9865
119
- pulumi_snowflake/task.py,sha256=2wYzEEw6rfhBzqJe87eWxS2dC2E4XxyeLJfzr38rSTw,47908
120
- pulumi_snowflake/unsafe_execute.py,sha256=6Gp1SrnXsnlri07rkSm9PtE1Ys_5mR2w64wCO5X3pNA,11926
121
- pulumi_snowflake/user.py,sha256=u-QnGCXlA387TZXixP6HumbWFhUBFFcxOWDvLjVvCj0,334913
122
- pulumi_snowflake/user_password_policy_attachment.py,sha256=FwvBU8U-_KdpgbplKi3Q3s_Pulh1paOfOvqUvyhB5oQ,8924
123
- pulumi_snowflake/user_public_keys.py,sha256=hsyt78EP4kHs5SK7rLCPsWIHXI64N0D-KUdGUnO_sxY,11452
124
- pulumi_snowflake/view.py,sha256=394gynbpC5gPl7vkf7GeoZRuXtze6IsdEKVSW4uzMcY,49148
125
- pulumi_snowflake/warehouse.py,sha256=se2NXj9yS6klXgp7Acgr0niPUTwPwhioJz21rQgoCfA,58531
126
- pulumi_snowflake/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
127
- pulumi_snowflake/config/__init__.pyi,sha256=aa0VMLLskk9aIMRoknu4efzyLcxw_17GLRHF800qGjI,10042
128
- pulumi_snowflake/config/outputs.py,sha256=iAJ-lzy_gkkdNr_znbdiKbAphOhXY3G9NGJHcHMk8rU,4041
129
- pulumi_snowflake/config/vars.py,sha256=G39jUlPVuNob1qJuIhVliLG8PlRZGx_IFjLPZ2KWHA0,15936
130
- pulumi_snowflake-0.60.0.dist-info/METADATA,sha256=bBLCzwBomEukDB9s_5eqErOUjpsMMppC25snVe8SdlI,5038
131
- pulumi_snowflake-0.60.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
132
- pulumi_snowflake-0.60.0.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
133
- pulumi_snowflake-0.60.0.dist-info/RECORD,,