pulumi-snowflake 1.4.0a1745476760__py3-none-any.whl → 1.4.0a1746081577__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- pulumi_snowflake/account.py +3 -0
- pulumi_snowflake/account_authentication_policy_attachment.py +3 -0
- pulumi_snowflake/account_parameter.py +3 -0
- pulumi_snowflake/account_password_policy_attachment.py +3 -0
- pulumi_snowflake/account_role.py +3 -0
- pulumi_snowflake/alert.py +3 -0
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +3 -0
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +3 -0
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +3 -0
- pulumi_snowflake/api_integration.py +3 -0
- pulumi_snowflake/authentication_policy.py +3 -0
- pulumi_snowflake/cortex_search_service.py +3 -0
- pulumi_snowflake/database.py +3 -0
- pulumi_snowflake/database_role.py +3 -0
- pulumi_snowflake/dynamic_table.py +3 -0
- pulumi_snowflake/email_notification_integration.py +3 -0
- pulumi_snowflake/execute.py +3 -0
- pulumi_snowflake/external_function.py +3 -0
- pulumi_snowflake/external_oauth_integration.py +3 -0
- pulumi_snowflake/external_table.py +3 -0
- pulumi_snowflake/external_volume.py +3 -0
- pulumi_snowflake/failover_group.py +3 -0
- pulumi_snowflake/file_format.py +3 -0
- pulumi_snowflake/function_java.py +3 -0
- pulumi_snowflake/function_javascript.py +3 -0
- pulumi_snowflake/function_python.py +3 -0
- pulumi_snowflake/function_scala.py +3 -0
- pulumi_snowflake/function_sql.py +3 -0
- pulumi_snowflake/grant_account_role.py +3 -0
- pulumi_snowflake/grant_application_role.py +3 -0
- pulumi_snowflake/grant_database_role.py +3 -0
- pulumi_snowflake/grant_ownership.py +3 -0
- pulumi_snowflake/grant_privileges_to_account_role.py +3 -0
- pulumi_snowflake/grant_privileges_to_database_role.py +3 -0
- pulumi_snowflake/grant_privileges_to_share.py +3 -0
- pulumi_snowflake/legacy_service_user.py +3 -0
- pulumi_snowflake/managed_account.py +3 -0
- pulumi_snowflake/masking_policy.py +3 -0
- pulumi_snowflake/materialized_view.py +3 -0
- pulumi_snowflake/network_policy.py +3 -0
- pulumi_snowflake/network_policy_attachment.py +3 -0
- pulumi_snowflake/network_rule.py +3 -0
- pulumi_snowflake/notification_integration.py +3 -0
- pulumi_snowflake/oauth_integration_for_custom_clients.py +3 -0
- pulumi_snowflake/oauth_integration_for_partner_applications.py +3 -0
- pulumi_snowflake/object_parameter.py +3 -0
- pulumi_snowflake/password_policy.py +3 -0
- pulumi_snowflake/pipe.py +3 -0
- pulumi_snowflake/primary_connection.py +3 -0
- pulumi_snowflake/procedure_java.py +3 -0
- pulumi_snowflake/procedure_javascript.py +3 -0
- pulumi_snowflake/procedure_python.py +3 -0
- pulumi_snowflake/procedure_scala.py +3 -0
- pulumi_snowflake/procedure_sql.py +3 -0
- pulumi_snowflake/provider.py +3 -0
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +3 -0
- pulumi_snowflake/row_access_policy.py +3 -0
- pulumi_snowflake/saml2_integration.py +3 -0
- pulumi_snowflake/schema.py +3 -0
- pulumi_snowflake/scim_integration.py +3 -0
- pulumi_snowflake/secondary_connection.py +3 -0
- pulumi_snowflake/secondary_database.py +3 -0
- pulumi_snowflake/secret_with_authorization_code_grant.py +3 -0
- pulumi_snowflake/secret_with_basic_authentication.py +3 -0
- pulumi_snowflake/secret_with_client_credentials.py +3 -0
- pulumi_snowflake/secret_with_generic_string.py +3 -0
- pulumi_snowflake/sequence.py +3 -0
- pulumi_snowflake/service_user.py +3 -0
- pulumi_snowflake/share.py +3 -0
- pulumi_snowflake/shared_database.py +3 -0
- pulumi_snowflake/stage.py +3 -0
- pulumi_snowflake/storage_integration.py +3 -0
- pulumi_snowflake/stream_on_directory_table.py +3 -0
- pulumi_snowflake/stream_on_external_table.py +3 -0
- pulumi_snowflake/stream_on_table.py +3 -0
- pulumi_snowflake/stream_on_view.py +3 -0
- pulumi_snowflake/streamlit.py +3 -0
- pulumi_snowflake/table.py +3 -0
- pulumi_snowflake/table_column_masking_policy_application.py +3 -0
- pulumi_snowflake/table_constraint.py +3 -0
- pulumi_snowflake/tag.py +3 -0
- pulumi_snowflake/tag_association.py +3 -0
- pulumi_snowflake/task.py +3 -0
- pulumi_snowflake/user.py +3 -0
- pulumi_snowflake/user_authentication_policy_attachment.py +3 -0
- pulumi_snowflake/user_password_policy_attachment.py +3 -0
- pulumi_snowflake/user_public_keys.py +3 -0
- pulumi_snowflake/view.py +3 -0
- pulumi_snowflake/warehouse.py +3 -0
- {pulumi_snowflake-1.4.0a1745476760.dist-info → pulumi_snowflake-1.4.0a1746081577.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.4.0a1746081577.dist-info/RECORD +148 -0
- {pulumi_snowflake-1.4.0a1745476760.dist-info → pulumi_snowflake-1.4.0a1746081577.dist-info}/WHEEL +1 -1
- pulumi_snowflake-1.4.0a1745476760.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.4.0a1745476760.dist-info → pulumi_snowflake-1.4.0a1746081577.dist-info}/top_level.txt +0 -0
|
@@ -1,148 +0,0 @@
|
|
|
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=BWC1DsCq3D_u_GZNRfPNNSgVTcEAuN6EJyCNa7JN8FM,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=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.4.0a1745476760.dist-info/METADATA,sha256=gljNgi1lbo9fU3o_6QuzBwdWI2OMHrzIZ_QK814UbU4,5043
|
|
146
|
-
pulumi_snowflake-1.4.0a1745476760.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
147
|
-
pulumi_snowflake-1.4.0a1745476760.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
|
|
148
|
-
pulumi_snowflake-1.4.0a1745476760.dist-info/RECORD,,
|
|
File without changes
|