pulumi-snowflake 1.3.0a1745379559__py3-none-any.whl → 1.4.0a1745952560__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 (95) hide show
  1. pulumi_snowflake/account.py +3 -0
  2. pulumi_snowflake/account_authentication_policy_attachment.py +3 -0
  3. pulumi_snowflake/account_parameter.py +3 -0
  4. pulumi_snowflake/account_password_policy_attachment.py +3 -0
  5. pulumi_snowflake/account_role.py +3 -0
  6. pulumi_snowflake/alert.py +3 -0
  7. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +3 -0
  8. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +3 -0
  9. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +3 -0
  10. pulumi_snowflake/api_integration.py +3 -0
  11. pulumi_snowflake/authentication_policy.py +3 -0
  12. pulumi_snowflake/cortex_search_service.py +3 -0
  13. pulumi_snowflake/database.py +3 -0
  14. pulumi_snowflake/database_role.py +3 -0
  15. pulumi_snowflake/dynamic_table.py +3 -0
  16. pulumi_snowflake/email_notification_integration.py +3 -0
  17. pulumi_snowflake/execute.py +3 -0
  18. pulumi_snowflake/external_function.py +3 -0
  19. pulumi_snowflake/external_oauth_integration.py +3 -0
  20. pulumi_snowflake/external_table.py +3 -0
  21. pulumi_snowflake/external_volume.py +3 -0
  22. pulumi_snowflake/failover_group.py +3 -0
  23. pulumi_snowflake/file_format.py +3 -0
  24. pulumi_snowflake/function_java.py +3 -0
  25. pulumi_snowflake/function_javascript.py +3 -0
  26. pulumi_snowflake/function_python.py +3 -0
  27. pulumi_snowflake/function_scala.py +3 -0
  28. pulumi_snowflake/function_sql.py +3 -0
  29. pulumi_snowflake/grant_account_role.py +3 -0
  30. pulumi_snowflake/grant_application_role.py +3 -0
  31. pulumi_snowflake/grant_database_role.py +3 -0
  32. pulumi_snowflake/grant_ownership.py +3 -0
  33. pulumi_snowflake/grant_privileges_to_account_role.py +3 -0
  34. pulumi_snowflake/grant_privileges_to_database_role.py +3 -0
  35. pulumi_snowflake/grant_privileges_to_share.py +3 -0
  36. pulumi_snowflake/legacy_service_user.py +3 -0
  37. pulumi_snowflake/managed_account.py +3 -0
  38. pulumi_snowflake/masking_policy.py +3 -0
  39. pulumi_snowflake/materialized_view.py +3 -0
  40. pulumi_snowflake/network_policy.py +3 -0
  41. pulumi_snowflake/network_policy_attachment.py +3 -0
  42. pulumi_snowflake/network_rule.py +3 -0
  43. pulumi_snowflake/notification_integration.py +3 -0
  44. pulumi_snowflake/oauth_integration_for_custom_clients.py +3 -0
  45. pulumi_snowflake/oauth_integration_for_partner_applications.py +3 -0
  46. pulumi_snowflake/object_parameter.py +3 -0
  47. pulumi_snowflake/password_policy.py +3 -0
  48. pulumi_snowflake/pipe.py +3 -0
  49. pulumi_snowflake/primary_connection.py +3 -0
  50. pulumi_snowflake/procedure_java.py +3 -0
  51. pulumi_snowflake/procedure_javascript.py +3 -0
  52. pulumi_snowflake/procedure_python.py +3 -0
  53. pulumi_snowflake/procedure_scala.py +3 -0
  54. pulumi_snowflake/procedure_sql.py +3 -0
  55. pulumi_snowflake/provider.py +3 -0
  56. pulumi_snowflake/pulumi-plugin.json +1 -1
  57. pulumi_snowflake/resource_monitor.py +3 -0
  58. pulumi_snowflake/row_access_policy.py +3 -0
  59. pulumi_snowflake/saml2_integration.py +3 -0
  60. pulumi_snowflake/schema.py +3 -0
  61. pulumi_snowflake/scim_integration.py +3 -0
  62. pulumi_snowflake/secondary_connection.py +3 -0
  63. pulumi_snowflake/secondary_database.py +3 -0
  64. pulumi_snowflake/secret_with_authorization_code_grant.py +3 -0
  65. pulumi_snowflake/secret_with_basic_authentication.py +3 -0
  66. pulumi_snowflake/secret_with_client_credentials.py +3 -0
  67. pulumi_snowflake/secret_with_generic_string.py +3 -0
  68. pulumi_snowflake/sequence.py +3 -0
  69. pulumi_snowflake/service_user.py +3 -0
  70. pulumi_snowflake/share.py +3 -0
  71. pulumi_snowflake/shared_database.py +3 -0
  72. pulumi_snowflake/stage.py +3 -0
  73. pulumi_snowflake/storage_integration.py +3 -0
  74. pulumi_snowflake/stream_on_directory_table.py +3 -0
  75. pulumi_snowflake/stream_on_external_table.py +3 -0
  76. pulumi_snowflake/stream_on_table.py +3 -0
  77. pulumi_snowflake/stream_on_view.py +3 -0
  78. pulumi_snowflake/streamlit.py +3 -0
  79. pulumi_snowflake/table.py +3 -0
  80. pulumi_snowflake/table_column_masking_policy_application.py +3 -0
  81. pulumi_snowflake/table_constraint.py +3 -0
  82. pulumi_snowflake/tag.py +3 -0
  83. pulumi_snowflake/tag_association.py +3 -0
  84. pulumi_snowflake/task.py +3 -0
  85. pulumi_snowflake/user.py +3 -0
  86. pulumi_snowflake/user_authentication_policy_attachment.py +3 -0
  87. pulumi_snowflake/user_password_policy_attachment.py +3 -0
  88. pulumi_snowflake/user_public_keys.py +3 -0
  89. pulumi_snowflake/view.py +3 -0
  90. pulumi_snowflake/warehouse.py +3 -0
  91. {pulumi_snowflake-1.3.0a1745379559.dist-info → pulumi_snowflake-1.4.0a1745952560.dist-info}/METADATA +1 -1
  92. pulumi_snowflake-1.4.0a1745952560.dist-info/RECORD +148 -0
  93. {pulumi_snowflake-1.3.0a1745379559.dist-info → pulumi_snowflake-1.4.0a1745952560.dist-info}/WHEEL +1 -1
  94. pulumi_snowflake-1.3.0a1745379559.dist-info/RECORD +0 -148
  95. {pulumi_snowflake-1.3.0a1745379559.dist-info → pulumi_snowflake-1.4.0a1745952560.dist-info}/top_level.txt +0 -0
@@ -803,6 +803,9 @@ class _SchemaState:
803
803
 
804
804
 
805
805
  class Schema(pulumi.CustomResource):
806
+
807
+ pulumi_type = "snowflake:index/schema:Schema"
808
+
806
809
  @overload
807
810
  def __init__(__self__,
808
811
  resource_name: str,
@@ -305,6 +305,9 @@ class _ScimIntegrationState:
305
305
 
306
306
 
307
307
  class ScimIntegration(pulumi.CustomResource):
308
+
309
+ pulumi_type = "snowflake:index/scimIntegration:ScimIntegration"
310
+
308
311
  @overload
309
312
  def __init__(__self__,
310
313
  resource_name: str,
@@ -179,6 +179,9 @@ class _SecondaryConnectionState:
179
179
 
180
180
 
181
181
  class SecondaryConnection(pulumi.CustomResource):
182
+
183
+ pulumi_type = "snowflake:index/secondaryConnection:SecondaryConnection"
184
+
182
185
  @overload
183
186
  def __init__(__self__,
184
187
  resource_name: str,
@@ -689,6 +689,9 @@ class _SecondaryDatabaseState:
689
689
 
690
690
 
691
691
  class SecondaryDatabase(pulumi.CustomResource):
692
+
693
+ pulumi_type = "snowflake:index/secondaryDatabase:SecondaryDatabase"
694
+
692
695
  @overload
693
696
  def __init__(__self__,
694
697
  resource_name: str,
@@ -311,6 +311,9 @@ class _SecretWithAuthorizationCodeGrantState:
311
311
 
312
312
 
313
313
  class SecretWithAuthorizationCodeGrant(pulumi.CustomResource):
314
+
315
+ pulumi_type = "snowflake:index/secretWithAuthorizationCodeGrant:SecretWithAuthorizationCodeGrant"
316
+
314
317
  @overload
315
318
  def __init__(__self__,
316
319
  resource_name: str,
@@ -280,6 +280,9 @@ class _SecretWithBasicAuthenticationState:
280
280
 
281
281
 
282
282
  class SecretWithBasicAuthentication(pulumi.CustomResource):
283
+
284
+ pulumi_type = "snowflake:index/secretWithBasicAuthentication:SecretWithBasicAuthentication"
285
+
283
286
  @overload
284
287
  def __init__(__self__,
285
288
  resource_name: str,
@@ -288,6 +288,9 @@ class _SecretWithClientCredentialsState:
288
288
 
289
289
 
290
290
  class SecretWithClientCredentials(pulumi.CustomResource):
291
+
292
+ pulumi_type = "snowflake:index/secretWithClientCredentials:SecretWithClientCredentials"
293
+
291
294
  @overload
292
295
  def __init__(__self__,
293
296
  resource_name: str,
@@ -249,6 +249,9 @@ class _SecretWithGenericStringState:
249
249
 
250
250
 
251
251
  class SecretWithGenericString(pulumi.CustomResource):
252
+
253
+ pulumi_type = "snowflake:index/secretWithGenericString:SecretWithGenericString"
254
+
252
255
  @overload
253
256
  def __init__(__self__,
254
257
  resource_name: str,
@@ -256,6 +256,9 @@ class _SequenceState:
256
256
 
257
257
 
258
258
  class Sequence(pulumi.CustomResource):
259
+
260
+ pulumi_type = "snowflake:index/sequence:Sequence"
261
+
259
262
  @overload
260
263
  def __init__(__self__,
261
264
  resource_name: str,
@@ -2388,6 +2388,9 @@ class _ServiceUserState:
2388
2388
 
2389
2389
 
2390
2390
  class ServiceUser(pulumi.CustomResource):
2391
+
2392
+ pulumi_type = "snowflake:index/serviceUser:ServiceUser"
2393
+
2391
2394
  @overload
2392
2395
  def __init__(__self__,
2393
2396
  resource_name: str,
pulumi_snowflake/share.py CHANGED
@@ -146,6 +146,9 @@ class _ShareState:
146
146
 
147
147
 
148
148
  class Share(pulumi.CustomResource):
149
+
150
+ pulumi_type = "snowflake:index/share:Share"
151
+
149
152
  @overload
150
153
  def __init__(__self__,
151
154
  resource_name: str,
@@ -593,6 +593,9 @@ class _SharedDatabaseState:
593
593
 
594
594
 
595
595
  class SharedDatabase(pulumi.CustomResource):
596
+
597
+ pulumi_type = "snowflake:index/sharedDatabase:SharedDatabase"
598
+
596
599
  @overload
597
600
  def __init__(__self__,
598
601
  resource_name: str,
pulumi_snowflake/stage.py CHANGED
@@ -506,6 +506,9 @@ class _StageState:
506
506
 
507
507
 
508
508
  class Stage(pulumi.CustomResource):
509
+
510
+ pulumi_type = "snowflake:index/stage:Stage"
511
+
509
512
  @overload
510
513
  def __init__(__self__,
511
514
  resource_name: str,
@@ -456,6 +456,9 @@ class _StorageIntegrationState:
456
456
 
457
457
 
458
458
  class StorageIntegration(pulumi.CustomResource):
459
+
460
+ pulumi_type = "snowflake:index/storageIntegration:StorageIntegration"
461
+
459
462
  @overload
460
463
  def __init__(__self__,
461
464
  resource_name: str,
@@ -293,6 +293,9 @@ class _StreamOnDirectoryTableState:
293
293
 
294
294
 
295
295
  class StreamOnDirectoryTable(pulumi.CustomResource):
296
+
297
+ pulumi_type = "snowflake:index/streamOnDirectoryTable:StreamOnDirectoryTable"
298
+
296
299
  @overload
297
300
  def __init__(__self__,
298
301
  resource_name: str,
@@ -373,6 +373,9 @@ class _StreamOnExternalTableState:
373
373
 
374
374
 
375
375
  class StreamOnExternalTable(pulumi.CustomResource):
376
+
377
+ pulumi_type = "snowflake:index/streamOnExternalTable:StreamOnExternalTable"
378
+
376
379
  @overload
377
380
  def __init__(__self__,
378
381
  resource_name: str,
@@ -397,6 +397,9 @@ class _StreamOnTableState:
397
397
 
398
398
 
399
399
  class StreamOnTable(pulumi.CustomResource):
400
+
401
+ pulumi_type = "snowflake:index/streamOnTable:StreamOnTable"
402
+
400
403
  @overload
401
404
  def __init__(__self__,
402
405
  resource_name: str,
@@ -397,6 +397,9 @@ class _StreamOnViewState:
397
397
 
398
398
 
399
399
  class StreamOnView(pulumi.CustomResource):
400
+
401
+ pulumi_type = "snowflake:index/streamOnView:StreamOnView"
402
+
400
403
  @overload
401
404
  def __init__(__self__,
402
405
  resource_name: str,
@@ -400,6 +400,9 @@ class _StreamlitState:
400
400
 
401
401
 
402
402
  class Streamlit(pulumi.CustomResource):
403
+
404
+ pulumi_type = "snowflake:index/streamlit:Streamlit"
405
+
403
406
  @overload
404
407
  def __init__(__self__,
405
408
  resource_name: str,
pulumi_snowflake/table.py CHANGED
@@ -401,6 +401,9 @@ class _TableState:
401
401
 
402
402
 
403
403
  class Table(pulumi.CustomResource):
404
+
405
+ pulumi_type = "snowflake:index/table:Table"
406
+
404
407
  @overload
405
408
  def __init__(__self__,
406
409
  resource_name: str,
@@ -127,6 +127,9 @@ class _TableColumnMaskingPolicyApplicationState:
127
127
 
128
128
 
129
129
  class TableColumnMaskingPolicyApplication(pulumi.CustomResource):
130
+
131
+ pulumi_type = "snowflake:index/tableColumnMaskingPolicyApplication:TableColumnMaskingPolicyApplication"
132
+
130
133
  @overload
131
134
  def __init__(__self__,
132
135
  resource_name: str,
@@ -425,6 +425,9 @@ class _TableConstraintState:
425
425
 
426
426
 
427
427
  class TableConstraint(pulumi.CustomResource):
428
+
429
+ pulumi_type = "snowflake:index/tableConstraint:TableConstraint"
430
+
428
431
  @overload
429
432
  def __init__(__self__,
430
433
  resource_name: str,
pulumi_snowflake/tag.py CHANGED
@@ -258,6 +258,9 @@ class _TagState:
258
258
 
259
259
 
260
260
  class Tag(pulumi.CustomResource):
261
+
262
+ pulumi_type = "snowflake:index/tag:Tag"
263
+
261
264
  @overload
262
265
  def __init__(__self__,
263
266
  resource_name: str,
@@ -190,6 +190,9 @@ class _TagAssociationState:
190
190
 
191
191
 
192
192
  class TagAssociation(pulumi.CustomResource):
193
+
194
+ pulumi_type = "snowflake:index/tagAssociation:TagAssociation"
195
+
193
196
  @overload
194
197
  def __init__(__self__,
195
198
  resource_name: str,
pulumi_snowflake/task.py CHANGED
@@ -2384,6 +2384,9 @@ class _TaskState:
2384
2384
 
2385
2385
 
2386
2386
  class Task(pulumi.CustomResource):
2387
+
2388
+ pulumi_type = "snowflake:index/task:Task"
2389
+
2387
2390
  @overload
2388
2391
  def __init__(__self__,
2389
2392
  resource_name: str,
pulumi_snowflake/user.py CHANGED
@@ -2588,6 +2588,9 @@ class _UserState:
2588
2588
 
2589
2589
 
2590
2590
  class User(pulumi.CustomResource):
2591
+
2592
+ pulumi_type = "snowflake:index/user:User"
2593
+
2591
2594
  @overload
2592
2595
  def __init__(__self__,
2593
2596
  resource_name: str,
@@ -96,6 +96,9 @@ class _UserAuthenticationPolicyAttachmentState:
96
96
 
97
97
 
98
98
  class UserAuthenticationPolicyAttachment(pulumi.CustomResource):
99
+
100
+ pulumi_type = "snowflake:index/userAuthenticationPolicyAttachment:UserAuthenticationPolicyAttachment"
101
+
99
102
  @overload
100
103
  def __init__(__self__,
101
104
  resource_name: str,
@@ -96,6 +96,9 @@ class _UserPasswordPolicyAttachmentState:
96
96
 
97
97
 
98
98
  class UserPasswordPolicyAttachment(pulumi.CustomResource):
99
+
100
+ pulumi_type = "snowflake:index/userPasswordPolicyAttachment:UserPasswordPolicyAttachment"
101
+
99
102
  @overload
100
103
  def __init__(__self__,
101
104
  resource_name: str,
@@ -130,6 +130,9 @@ class _UserPublicKeysState:
130
130
 
131
131
 
132
132
  class UserPublicKeys(pulumi.CustomResource):
133
+
134
+ pulumi_type = "snowflake:index/userPublicKeys:UserPublicKeys"
135
+
133
136
  @overload
134
137
  def __init__(__self__,
135
138
  resource_name: str,
pulumi_snowflake/view.py CHANGED
@@ -537,6 +537,9 @@ class _ViewState:
537
537
 
538
538
 
539
539
  class View(pulumi.CustomResource):
540
+
541
+ pulumi_type = "snowflake:index/view:View"
542
+
540
543
  @overload
541
544
  def __init__(__self__,
542
545
  resource_name: str,
@@ -596,6 +596,9 @@ class _WarehouseState:
596
596
 
597
597
 
598
598
  class Warehouse(pulumi.CustomResource):
599
+
600
+ pulumi_type = "snowflake:index/warehouse:Warehouse"
601
+
599
602
  @overload
600
603
  def __init__(__self__,
601
604
  resource_name: str,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_snowflake
3
- Version: 1.3.0a1745379559
3
+ Version: 1.4.0a1745952560
4
4
  Summary: A Pulumi package for creating and managing snowflake cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -0,0 +1,148 @@
1
+ pulumi_snowflake/__init__.py,sha256=0Lm7YUQbSCEnRf_2N6P8-DbjVikvrc3assC-latFDUQ,22205
2
+ pulumi_snowflake/_inputs.py,sha256=zELS67s4lFgtt4cwOuvStW_9JSdsA9c3EYJwbNMpNpE,2247942
3
+ pulumi_snowflake/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
+ pulumi_snowflake/account.py,sha256=ANMHvEFJnJhaaVDMOC87rRtDBh-BqW1uRuKDU2ertUI,45949
5
+ pulumi_snowflake/account_authentication_policy_attachment.py,sha256=TIJVnQP9z_xaY8DOsHyCEy3x3e0dqvO-q8FwXlxhvjc,7584
6
+ pulumi_snowflake/account_parameter.py,sha256=z5Ppy6rtXOfAzBodTqb5pc-IfHnUib-92Du8-Uc_-CM,31972
7
+ pulumi_snowflake/account_password_policy_attachment.py,sha256=b_LnDo3OQ_vN--DJ2HcajNNCKYbD3LY4sn-7VzsDSmM,7188
8
+ pulumi_snowflake/account_role.py,sha256=Vl9q_TCXhYGmpcrT3WqnhPPXyvc4_B6dyPLBqJnYWaE,11450
9
+ pulumi_snowflake/alert.py,sha256=uF7scj0mZubamazFkWQ63W3fmQwuFCYb-xa6f93f41k,25467
10
+ pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py,sha256=SFLFEeFyJtXZvkFumhY5y7JdhkL-b39dP3KHoFHSRlM,44027
11
+ pulumi_snowflake/api_authentication_integration_with_client_credentials.py,sha256=4P5-UT5d7hOhz7GMbA_Bxkf6HCd70oTKTxlQ9HaRqxU,40627
12
+ pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py,sha256=uNsGSVdfoPDmd7eNZeroGXaZdi898Z3vLIe3VHSwd6M,41437
13
+ pulumi_snowflake/api_integration.py,sha256=gToxmG0N5UkqvQjSnueUc2z4wLJ7la6u7r0xOX9rs2s,42949
14
+ pulumi_snowflake/authentication_policy.py,sha256=jWdGYe1pb-anzGZuMNyJMQUombpp5DEPRoBPrxeGxag,43616
15
+ pulumi_snowflake/cortex_search_service.py,sha256=j14zAoTUTg5uI0hiw5fSvq_S-fwKIUrtSubW6AI6GAY,27128
16
+ pulumi_snowflake/database.py,sha256=PxqMlW5A_17wg7cljkQZYLGNIk9OYP05d0pigT_59Us,89534
17
+ pulumi_snowflake/database_role.py,sha256=gKfe3Z551xi4Cjg6nWtSUTIDZxd-htE7K0D33bP_FX8,15148
18
+ pulumi_snowflake/dynamic_table.py,sha256=OgQBVKbdMBkp1ElAxMqabtaaqeahpjX5or-DKuB9b5Q,43817
19
+ pulumi_snowflake/email_notification_integration.py,sha256=waEfV_3TMZketsfWqoTaOMdL8XWZnzh11GnfKQXEFO8,13492
20
+ pulumi_snowflake/execute.py,sha256=MRd_yxSvf7fcSae5Lk1Bw7zGF8VZoM5r3F10Kchu_j0,12470
21
+ pulumi_snowflake/external_function.py,sha256=-iBL1S9w9IVPEEuqhASZErPOBGRizbniRxgoUdduYWI,52155
22
+ pulumi_snowflake/external_oauth_integration.py,sha256=mJsmN8FshnQzbDuNT4za6A_VMF7NmQ6ERWWAAcoPg_g,69468
23
+ pulumi_snowflake/external_table.py,sha256=1WqLj73UtxToAyjdA1h-DvsEk_jYB_4s1IhgfCOa9sU,44809
24
+ pulumi_snowflake/external_volume.py,sha256=5WpDNt_DmQcQTAMtOSoaNB_Ov1y8tFj_pUf3kBVbxeI,26967
25
+ pulumi_snowflake/failover_group.py,sha256=w9fAsa1Eg0d0W3AiBnd22NP-hD8FYYvPoZWohVFG-V4,39642
26
+ pulumi_snowflake/file_format.py,sha256=lFWY4-lwuhZQE6MOoKOFKibzDt0ZNjOGkc3foGWedCU,97745
27
+ pulumi_snowflake/function_java.py,sha256=QVyuCzm4mLXeNnfQHLCs_GFI9DlpP6ZK3Yi8IJN846w,91713
28
+ pulumi_snowflake/function_javascript.py,sha256=gbRub5Qb8i3C-zrnxfJdKT1OofeaM6NHGmDNFDsl4U8,58703
29
+ pulumi_snowflake/function_python.py,sha256=Sl1IEeKwDHEBQMx9esk8EcG6tcnRJCGqyoORRD9z40w,92373
30
+ pulumi_snowflake/function_scala.py,sha256=caCUc39w9FUQi9LIgfK8IXGToVBXsZSvse7knLrl0yM,90359
31
+ pulumi_snowflake/function_sql.py,sha256=nBYi8sPrTHptBNUZAHDFHEEKpgS3OECct-_nBWdgMh8,54884
32
+ pulumi_snowflake/get_account_roles.py,sha256=5hNuor3QmkFSU3UqiSahIB1BJXrDb5eBInIlpUFoZz8,5681
33
+ pulumi_snowflake/get_accounts.py,sha256=loy4fPHm8Of1UjR-rgbiTWmvmvwQfbnSWN3mP6LgbIw,5545
34
+ pulumi_snowflake/get_alerts.py,sha256=NRX-720HEJgpOk3OFPMgnJYcsWV48YTF_t-4Q6P4rS8,7242
35
+ pulumi_snowflake/get_connections.py,sha256=BkjG66sCzMTKfDYcPNsjVj8Iwu0jwXtc_CrBAjlnA0U,4619
36
+ pulumi_snowflake/get_cortex_search_services.py,sha256=WTptFEbamshQCgYyEBk_DPzfCVOhzCLKnogPbYncRsU,11705
37
+ pulumi_snowflake/get_current_account.py,sha256=6jGbfUvaGcsJ3mU55rQsUwxGkH9vbGYi4EavmMVwrbE,5894
38
+ pulumi_snowflake/get_current_role.py,sha256=CTFBreAyauywjEtkjMxV0nWnQSuqlMItpdO_yqG1z5s,4297
39
+ pulumi_snowflake/get_database.py,sha256=JLpMXDe7C4H2aY15g-ubJ6BXDc2kubBshhattMVeriU,8520
40
+ pulumi_snowflake/get_database_role.py,sha256=BdUjTv5rAfnNDJvWv8FAY3GUB-UHYZJkBLyz7AN3bWQ,6733
41
+ pulumi_snowflake/get_database_roles.py,sha256=7iHpNaLMindC0grWaLjJ_7J1OwdPB7kIpfeylXeeXAY,7796
42
+ pulumi_snowflake/get_databases.py,sha256=2Okc2oFHok2gWi9mz4w2A_lL-2VzJePXZt5rVfENyZg,10782
43
+ pulumi_snowflake/get_dynamic_tables.py,sha256=_EfHLBhKGbWYjwNDVIyRAhDf4QZ0XDLBKA0ADlBAmEc,9529
44
+ pulumi_snowflake/get_external_functions.py,sha256=fu48QbJ_QKkkwHQrMUbO3V-iNdn_7c42QDCNuXu7sk0,6868
45
+ pulumi_snowflake/get_external_tables.py,sha256=cTuEiTKgWyw-jniumzKIPewq9sknaLjfNxd9VLUiq7o,6684
46
+ pulumi_snowflake/get_failover_groups.py,sha256=eQ9wYvmJEvU8uxNiCXsdkrx_2QhMue3NXj6tv1mv8h0,5463
47
+ pulumi_snowflake/get_file_formats.py,sha256=tTweMVC5_zAU4bPFqnLN76vyW3MI-MfFErl16K3nCJ0,6540
48
+ pulumi_snowflake/get_functions.py,sha256=IzXRKEKWMNTJIMDf2pJY3OD_1gWwz7r7IQ18Ak_yTxo,6398
49
+ pulumi_snowflake/get_grants.py,sha256=hopzNyDq3aAht1u1Dqc6khflxdkslMlBRyNjREyEDyo,15295
50
+ pulumi_snowflake/get_masking_policies.py,sha256=m0cKVhgD_0_JJUj_uKqnR0tHhKspDDjaNYhSCMGQnEc,9470
51
+ pulumi_snowflake/get_materialized_views.py,sha256=X7-je_AaJkdT553Tx6eXdLHr6vcoBBZao79brhzboF4,6776
52
+ pulumi_snowflake/get_network_policies.py,sha256=hTDyahM_YHYu2teBYqQkLNKg9dEJLdsXAClSK5f2JmE,6424
53
+ pulumi_snowflake/get_parameters.py,sha256=AxNqvM8zVY7N9caE7lrtLwoZharzCGZ6wRa8UGHC1kk,12386
54
+ pulumi_snowflake/get_pipes.py,sha256=mum-FScI-uJwVsD9YwUAML50wULfHocyYlUk2rrFDTg,6210
55
+ pulumi_snowflake/get_procedures.py,sha256=-l0pajG3rW_SBNNOLCV41TQgwVvbut5natYTsT2WWKg,6445
56
+ pulumi_snowflake/get_resource_monitors.py,sha256=ilgNINdsfhd1cOvgqLW9DLx5XdaAuwn_fwRi7_8MB3E,4918
57
+ pulumi_snowflake/get_row_access_policies.py,sha256=T09zDIMbiHRLkIAS8gHEScMlBGwxZ5PG_65Yrv6BkhY,9684
58
+ pulumi_snowflake/get_schemas.py,sha256=Ans-lKweDd330yergEv7iqSEZW3Gh6XkMSVdLiVXexA,11771
59
+ pulumi_snowflake/get_secrets.py,sha256=VhD26VyNbsG0Tly-DNddWVLzlMPct7C6k-hFSZv1pak,8738
60
+ pulumi_snowflake/get_security_integrations.py,sha256=x-UTyOIVEPWDDu8P8njJRBO26q45WDDsnXkAmaOQOpo,6761
61
+ pulumi_snowflake/get_sequences.py,sha256=OWlUL07zTB-InXMcqD-8qVSDbfmP0-6Q1Lpbw9-l5wA,6398
62
+ pulumi_snowflake/get_shares.py,sha256=c6-De-vOuV-Jq9uQlt3iOL-Kwf9oTuTU9LgtMCdP1Ms,5395
63
+ pulumi_snowflake/get_stages.py,sha256=PrAip_Z3Q1YdKD-ohtQgkLX7caOCqR9pB2pAENVD9aw,6257
64
+ pulumi_snowflake/get_storage_integrations.py,sha256=njOTR2jh-k6AUpAoLEs-AvVqCvn7ttR9pTDSHpKGPvo,4967
65
+ pulumi_snowflake/get_streamlits.py,sha256=NS7dyscsgioN4MuKzUhCq5CCqNAIsEQ9EcnBr67ZH4Q,9051
66
+ pulumi_snowflake/get_streams.py,sha256=GA5LzouBhR_Fjo0GhT1hIMsPDBugnKRAlXCb4rNSBQE,9898
67
+ pulumi_snowflake/get_system_generate_scim_access_token.py,sha256=CbeiHK6EnND2I3VnfSnkIxUE2eqNMF24e_HPOf25-ec,6137
68
+ pulumi_snowflake/get_system_get_aws_sns_iam_policy.py,sha256=OylIIvrt2VIQTdaveekvj-DlAMQWX6mZXLRcx4XQtDA,5294
69
+ pulumi_snowflake/get_system_get_private_link_config.py,sha256=cnABOGSSUdG2_nFOV1goetczr1HRGhlCqnHig_sy1bw,13800
70
+ pulumi_snowflake/get_system_get_snowflake_platform_info.py,sha256=4KROm8oqx94vtY3_qCRB2vPveLJKD58kVMB67w-z5Ss,5443
71
+ pulumi_snowflake/get_tables.py,sha256=YkzdTm5YeJP2aUiPmhDyCyFgwgUA8J0uXFnlGWuvcWc,6257
72
+ pulumi_snowflake/get_tags.py,sha256=6Mmr0ME9Gi5j_6O-SfXuAFiDSumqrm-FfeV6rKvLSRU,5239
73
+ pulumi_snowflake/get_tasks.py,sha256=DTdKh96tWq0udpYSUI0X_heC8aFHThYmNZ0nM2T6vaE,10901
74
+ pulumi_snowflake/get_users.py,sha256=bWhgzOJtDyz1XqFXofkGKdIwNI-C6XKRSkBz90a2984,11134
75
+ pulumi_snowflake/get_views.py,sha256=5C3eVTjEcFXW1LcH4mbZceDMW-fgXANb7Hh60uYWyHY,9786
76
+ pulumi_snowflake/get_warehouses.py,sha256=3sONTv26smeZ5PFKLu9fsm8ESYAxORShbwmNF9WfgHU,7717
77
+ pulumi_snowflake/grant_account_role.py,sha256=YUk_sqn0JbwwxLWcbzxOl8npGCW8cFD4UlJAQs4oT5M,12920
78
+ pulumi_snowflake/grant_application_role.py,sha256=AvCBMW5aetILFtNLmMuOgfcDWUfp-O9NU8LAU8GAlVs,13019
79
+ pulumi_snowflake/grant_database_role.py,sha256=qccOcDwF3h-AD-Ce1J6mLYCe932fUNIwh3FMkzWmJ0w,16865
80
+ pulumi_snowflake/grant_ownership.py,sha256=DjESQQ3LgZ-FjL7wtOGmMgH2YpVdAI1BiX_2jvwC8Es,20268
81
+ pulumi_snowflake/grant_privileges_to_account_role.py,sha256=0OluaiqOVni7dSrJbfNBz8JcUhViMaCNJtPn5BuIuDI,34491
82
+ pulumi_snowflake/grant_privileges_to_database_role.py,sha256=Q4Bj4LQ9WzXirHoga6ebb5zVcpq-wz2iyv7LLCd2u3A,30584
83
+ pulumi_snowflake/grant_privileges_to_share.py,sha256=OfiLNm8kQws2C9Zp4fEPwX9ETTvDZQs3_PddosWaKoQ,28487
84
+ pulumi_snowflake/legacy_service_user.py,sha256=D51aJySbBgzs1xKGPiolcbH6iNvSj-3BpxadLpOCG_4,339152
85
+ pulumi_snowflake/managed_account.py,sha256=OJ2J82VIF1s4x-wFqIQr2VLAeUgmvUtuan5ggdxcIDQ,23584
86
+ pulumi_snowflake/masking_policy.py,sha256=R2OniAou6v_rhcZhnDjisAZ5oLqUQZabGT0EAhLiQsc,37338
87
+ pulumi_snowflake/materialized_view.py,sha256=77c4upvrltHQqNWMT3gJl_2ARm8cq-O5lU4eg0lApkg,25925
88
+ pulumi_snowflake/network_policy.py,sha256=6C5vuj6u9LqCj1kXRCR1wiM35_6rKD5Q0m157PhnaCQ,29276
89
+ pulumi_snowflake/network_policy_attachment.py,sha256=g3Xgm1199afHQsZqlJWOdd0oGogWMGn8hfWz2Nh36YI,15977
90
+ pulumi_snowflake/network_rule.py,sha256=haaWEgfXg9eF6VPLE3T93rMa6rn11kGN-FuaxJT-cOk,24952
91
+ pulumi_snowflake/notification_integration.py,sha256=bM4xa9AfuKtWwC479puaOtxz5A-y4f1yRn73Cqgmx0E,52164
92
+ pulumi_snowflake/oauth_integration_for_custom_clients.py,sha256=kOa3LO3DGht-nHKUGhzXhWgUAPANa97bRS0YDK9LgnE,66908
93
+ pulumi_snowflake/oauth_integration_for_partner_applications.py,sha256=QwQT5z6TXddUEo-XOEEOsFt--GySBfvFUZI7UWnCMoA,46185
94
+ pulumi_snowflake/object_parameter.py,sha256=CNCCQhY6I7FP9SVogWkoCK0Utlj3VKKgqtqX4U2lCqc,19418
95
+ pulumi_snowflake/outputs.py,sha256=n9iCzqSIX4sm9SGug_bvAxxnIWZCFEI3rqKq_9iBUUg,1874014
96
+ pulumi_snowflake/password_policy.py,sha256=vXFvb7BnDbm109G376yaY7sGa7k4cAY9Tp9LE4ZQgW0,59803
97
+ pulumi_snowflake/pipe.py,sha256=-DiyU_yz7iz3SrHgsJkk-lRx77Cb6xCzdbA5XiWHzz0,27933
98
+ pulumi_snowflake/primary_connection.py,sha256=nTJbVNfVkcbPxp9YcVe8AU4C6xlr98mP5ja66BCcy74,19744
99
+ pulumi_snowflake/procedure_java.py,sha256=u06yHrt5pIa_u3BGcv1XyEAwhrB6RoNDN5l5H0sVTUU,106403
100
+ pulumi_snowflake/procedure_javascript.py,sha256=lepMYeh069Ls9hfQZkqmctB8yZHbf21qJPprtLeME2k,68882
101
+ pulumi_snowflake/procedure_python.py,sha256=AUS3tBvl6MWKZDedir0cgr9io1b4BWkmmztJ0R5Hruw,102547
102
+ pulumi_snowflake/procedure_scala.py,sha256=Wf21nzKXSY2reP31_LIPFfz5l53KUyTaU0aJakUgQ1A,106558
103
+ pulumi_snowflake/procedure_sql.py,sha256=zvtiy9xQpBKEGdVgMCFaeX8iR5g9tP5QEpgvdEK9xSE,67573
104
+ pulumi_snowflake/provider.py,sha256=ZaM3Q4JLJO8ls8uR6jHsGNwMSe8wC05GjO2GP-597cA,78663
105
+ pulumi_snowflake/pulumi-plugin.json,sha256=S-RH5cLk-i8g3bAAtZANDZd0XnGNzTHWn2VUvFK3b2U,85
106
+ pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
107
+ pulumi_snowflake/resource_monitor.py,sha256=HN_X7odpK0z-am380kwGq8P5PpO7AKRNyErZW3sbMK0,43607
108
+ pulumi_snowflake/row_access_policy.py,sha256=4h8-rXpGW4BQdfRPbpAgOcDqYUeaFlR4WbDQualhnRU,28685
109
+ pulumi_snowflake/saml2_integration.py,sha256=uiPsCD-CcfFoO724N7O-DJ0-PZIMK-481XPsHfd8k-I,82385
110
+ pulumi_snowflake/schema.py,sha256=1CP7zX8oUdt2WfNGZj7npzTkIAFhnQqwAENat8v3VL4,98419
111
+ pulumi_snowflake/scim_integration.py,sha256=lvOrWogu4yepM0AKFF6QnxQ2Md-PWeBbqGkx-n4ubg8,30959
112
+ pulumi_snowflake/secondary_connection.py,sha256=baucvho7CRxOa7DGg7jVVyJ4095kjCpHb6GKud2spUg,18355
113
+ pulumi_snowflake/secondary_database.py,sha256=jnaM-zVvdhoC6i-Dd8L76ETmm56-eY6LJpiVkM_7ErM,85566
114
+ pulumi_snowflake/secret_with_authorization_code_grant.py,sha256=vqOBRV59xX-8tN7mjz6rE6g9yot84VjzJL5nw1ulCBM,30649
115
+ pulumi_snowflake/secret_with_basic_authentication.py,sha256=tmaEn2Jj0-Rh14nHDgm-Fm-oVCrR11zvZjpf9nT8BTE,25271
116
+ pulumi_snowflake/secret_with_client_credentials.py,sha256=tHbARmXXAOX9hCT7z9NbyhOBjZSD8YfFjW8Oriz6M3Y,28021
117
+ pulumi_snowflake/secret_with_generic_string.py,sha256=yF3bu0Ud0Z-FhsksGbzKiSzS86NcJSNLVVIU6gWV0AA,23110
118
+ pulumi_snowflake/sequence.py,sha256=W5G4c4Kbww6yqJ_PR4CeLdqSGjpDhnBqPohhKh7lW_Q,19580
119
+ pulumi_snowflake/service_user.py,sha256=72W1b3uuG_tv3DoCtc7RYBqmP-8Fkqoy4GXcRhjPVA8,332063
120
+ pulumi_snowflake/share.py,sha256=qwQcCl4EK9gaeZWD0Tn0T0R-Ql_mfmMUpz4DxGFt_T8,12782
121
+ pulumi_snowflake/shared_database.py,sha256=EcHJYVrE_DHzVs9iS2o-F4fvrj35PDSPZDtvqegPkLI,68333
122
+ pulumi_snowflake/stage.py,sha256=dDe4xct573WVIP8w7NnFkvjdrlKKw7S6hXWHDQ4U-yA,42428
123
+ pulumi_snowflake/storage_integration.py,sha256=xzYE2n78-wIFb7nEJMOQixlw6Sy-SuSf7X8WhMGgo9U,38022
124
+ pulumi_snowflake/stream_on_directory_table.py,sha256=9FvfEPoWtEHfh_O7LXYOSGgwSvghbwb_xYntpQjxikM,28385
125
+ pulumi_snowflake/stream_on_external_table.py,sha256=QGCRs_b9b249jVJH2tJhA5H7QoMNc6ag7F9sLw-nG_g,34442
126
+ pulumi_snowflake/stream_on_table.py,sha256=0H_JaoMvdWvum2dtMdVswbsCuXBLy7puIDlj13hOMaY,35112
127
+ pulumi_snowflake/stream_on_view.py,sha256=x_nVZIH26edFu3GpMXIdsaCMPHG0AK8D2suFNJJOwTc,35003
128
+ pulumi_snowflake/streamlit.py,sha256=6F9mnf3TG3Aant4LSSsSlG5DYzyAOPp0pibEsJB3PsA,35778
129
+ pulumi_snowflake/table.py,sha256=1p3w1r_WzZoZg0LkvnI1kp6ncD1xAFz9rPh2ZrWwWvY,35190
130
+ pulumi_snowflake/table_column_masking_policy_application.py,sha256=skCtO1zHaTNjsq3YPYnc5fgQauSLKeBDtcQEzmpugCY,11221
131
+ pulumi_snowflake/table_constraint.py,sha256=IzfvwsB_OVRCR2wKr_YFHgIZZQ-budj51NoMh2Te87M,33436
132
+ pulumi_snowflake/tag.py,sha256=U3aKqLxRlTm57M-8avRTINw0DBEt2K3PPRGS0T9Nifc,23803
133
+ pulumi_snowflake/tag_association.py,sha256=rKdLpg44Mmv0Jk4xfZP10H1LXVabG8U3mZX_GHDi0E0,19437
134
+ pulumi_snowflake/task.py,sha256=chfrfyydEoAYZ8CtZ3LZupvz8ZXZmlf-unuJDJ6MZqI,331179
135
+ pulumi_snowflake/user.py,sha256=tx8GVi9PArV3DSVigGAuTjPfTx2dMX_oiMP8_wegmzo,347685
136
+ pulumi_snowflake/user_authentication_policy_attachment.py,sha256=_b1RTVmfhwIHL-39xQLk9tXeaqBzKfUpmF23BlDMQXo,9518
137
+ pulumi_snowflake/user_password_policy_attachment.py,sha256=WKAOOeZbgxVTiW_yBBZ5PpYSso_7MOJI_Bl1RBir4z0,9288
138
+ pulumi_snowflake/user_public_keys.py,sha256=JOrnZzHdtdQZPVsdWAuOK7sbl951TS5_6szSeCBjkZM,11914
139
+ pulumi_snowflake/view.py,sha256=czVAmJJXtKogmiYOayqbow4O4JYcWLHpsqJtV0K5mrk,52341
140
+ pulumi_snowflake/warehouse.py,sha256=3O0nFjh1N51C-PrV23CMq8SZ8-3LUiNGwSPqfaYsNE4,64373
141
+ pulumi_snowflake/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
142
+ pulumi_snowflake/config/__init__.pyi,sha256=3giRIWAKlFjscDmhi3I5Crpu-lm826ohTpPm3qvLOH0,9591
143
+ pulumi_snowflake/config/outputs.py,sha256=7jKpqZonjKN6VGHNoHB3iZ9xLIOaViwUF2YiesjyTAo,4192
144
+ pulumi_snowflake/config/vars.py,sha256=AyAB6DyciHLdQaLlDCdF_ha_kXnq3XhMoRWP_qvGZ-I,14752
145
+ pulumi_snowflake-1.4.0a1745952560.dist-info/METADATA,sha256=Yh6t_w49rhfbukrgIm-UNpw1iy-C8PhZRtbQAe3Tf48,5043
146
+ pulumi_snowflake-1.4.0a1745952560.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
147
+ pulumi_snowflake-1.4.0a1745952560.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
148
+ pulumi_snowflake-1.4.0a1745952560.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.0)
2
+ Generator: setuptools (80.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5