pulumi-snowflake 2.5.0a1756507143__py3-none-any.whl → 2.6.0a1757054672__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/database.py +8 -0
- pulumi_snowflake/failover_group.py +7 -7
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/schema.py +8 -0
- pulumi_snowflake/secondary_database.py +8 -0
- {pulumi_snowflake-2.5.0a1756507143.dist-info → pulumi_snowflake-2.6.0a1757054672.dist-info}/METADATA +1 -1
- {pulumi_snowflake-2.5.0a1756507143.dist-info → pulumi_snowflake-2.6.0a1757054672.dist-info}/RECORD +9 -9
- {pulumi_snowflake-2.5.0a1756507143.dist-info → pulumi_snowflake-2.6.0a1757054672.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-2.5.0a1756507143.dist-info → pulumi_snowflake-2.6.0a1757054672.dist-info}/top_level.txt +0 -0
pulumi_snowflake/database.py
CHANGED
|
@@ -753,6 +753,10 @@ class Database(pulumi.CustomResource):
|
|
|
753
753
|
"""
|
|
754
754
|
## Import
|
|
755
755
|
|
|
756
|
+
Make sure that `is_transient` and `with_managed_access` are set in your config explicitly before import to avoid diff and recreation
|
|
757
|
+
|
|
758
|
+
(reasons are presented in this migration guide entry).
|
|
759
|
+
|
|
756
760
|
```sh
|
|
757
761
|
$ pulumi import snowflake:index/database:Database example '"<database_name>"'
|
|
758
762
|
```
|
|
@@ -790,6 +794,10 @@ class Database(pulumi.CustomResource):
|
|
|
790
794
|
"""
|
|
791
795
|
## Import
|
|
792
796
|
|
|
797
|
+
Make sure that `is_transient` and `with_managed_access` are set in your config explicitly before import to avoid diff and recreation
|
|
798
|
+
|
|
799
|
+
(reasons are presented in this migration guide entry).
|
|
800
|
+
|
|
793
801
|
```sh
|
|
794
802
|
$ pulumi import snowflake:index/database:Database example '"<database_name>"'
|
|
795
803
|
```
|
|
@@ -32,7 +32,7 @@ class FailoverGroupArgs:
|
|
|
32
32
|
replication_schedule: Optional[pulumi.Input['FailoverGroupReplicationScheduleArgs']] = None):
|
|
33
33
|
"""
|
|
34
34
|
The set of arguments for constructing a FailoverGroup resource.
|
|
35
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_accounts: Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form
|
|
35
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_accounts: Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form `<org_name>.<target_account_name>`. This value is case-sensitive.
|
|
36
36
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_databases: Specifies the database or list of databases for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include DATABASES to set this parameter.
|
|
37
37
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_integration_types: Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS"
|
|
38
38
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_shares: Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include SHARES to set this parameter.
|
|
@@ -65,7 +65,7 @@ class FailoverGroupArgs:
|
|
|
65
65
|
@pulumi.getter(name="allowedAccounts")
|
|
66
66
|
def allowed_accounts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
67
67
|
"""
|
|
68
|
-
Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form
|
|
68
|
+
Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form `<org_name>.<target_account_name>`. This value is case-sensitive.
|
|
69
69
|
"""
|
|
70
70
|
return pulumi.get(self, "allowed_accounts")
|
|
71
71
|
|
|
@@ -185,7 +185,7 @@ class _FailoverGroupState:
|
|
|
185
185
|
replication_schedule: Optional[pulumi.Input['FailoverGroupReplicationScheduleArgs']] = None):
|
|
186
186
|
"""
|
|
187
187
|
Input properties used for looking up and filtering FailoverGroup resources.
|
|
188
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_accounts: Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form
|
|
188
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_accounts: Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form `<org_name>.<target_account_name>`. This value is case-sensitive.
|
|
189
189
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_databases: Specifies the database or list of databases for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include DATABASES to set this parameter.
|
|
190
190
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_integration_types: Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS"
|
|
191
191
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_shares: Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include SHARES to set this parameter.
|
|
@@ -221,7 +221,7 @@ class _FailoverGroupState:
|
|
|
221
221
|
@pulumi.getter(name="allowedAccounts")
|
|
222
222
|
def allowed_accounts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
223
223
|
"""
|
|
224
|
-
Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form
|
|
224
|
+
Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form `<org_name>.<target_account_name>`. This value is case-sensitive.
|
|
225
225
|
"""
|
|
226
226
|
return pulumi.get(self, "allowed_accounts")
|
|
227
227
|
|
|
@@ -363,7 +363,7 @@ class FailoverGroup(pulumi.CustomResource):
|
|
|
363
363
|
|
|
364
364
|
:param str resource_name: The name of the resource.
|
|
365
365
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
366
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_accounts: Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form
|
|
366
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_accounts: Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form `<org_name>.<target_account_name>`. This value is case-sensitive.
|
|
367
367
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_databases: Specifies the database or list of databases for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include DATABASES to set this parameter.
|
|
368
368
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_integration_types: Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS"
|
|
369
369
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_shares: Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include SHARES to set this parameter.
|
|
@@ -456,7 +456,7 @@ class FailoverGroup(pulumi.CustomResource):
|
|
|
456
456
|
:param str resource_name: The unique name of the resulting resource.
|
|
457
457
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
458
458
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
459
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_accounts: Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form
|
|
459
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_accounts: Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form `<org_name>.<target_account_name>`. This value is case-sensitive.
|
|
460
460
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_databases: Specifies the database or list of databases for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include DATABASES to set this parameter.
|
|
461
461
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_integration_types: Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS"
|
|
462
462
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_shares: Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include SHARES to set this parameter.
|
|
@@ -487,7 +487,7 @@ class FailoverGroup(pulumi.CustomResource):
|
|
|
487
487
|
@pulumi.getter(name="allowedAccounts")
|
|
488
488
|
def allowed_accounts(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|
|
489
489
|
"""
|
|
490
|
-
Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form
|
|
490
|
+
Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form `<org_name>.<target_account_name>`. This value is case-sensitive.
|
|
491
491
|
"""
|
|
492
492
|
return pulumi.get(self, "allowed_accounts")
|
|
493
493
|
|
pulumi_snowflake/schema.py
CHANGED
|
@@ -833,6 +833,10 @@ class Schema(pulumi.CustomResource):
|
|
|
833
833
|
"""
|
|
834
834
|
## Import
|
|
835
835
|
|
|
836
|
+
Make sure that `is_transient` and `with_managed_access` are set in your config explicitly before import to avoid diff and recreation
|
|
837
|
+
|
|
838
|
+
(reasons are presented in this migration guide entry).
|
|
839
|
+
|
|
836
840
|
```sh
|
|
837
841
|
$ pulumi import snowflake:index/schema:Schema example '"<database_name>"."<schema_name>"'
|
|
838
842
|
```
|
|
@@ -871,6 +875,10 @@ class Schema(pulumi.CustomResource):
|
|
|
871
875
|
"""
|
|
872
876
|
## Import
|
|
873
877
|
|
|
878
|
+
Make sure that `is_transient` and `with_managed_access` are set in your config explicitly before import to avoid diff and recreation
|
|
879
|
+
|
|
880
|
+
(reasons are presented in this migration guide entry).
|
|
881
|
+
|
|
874
882
|
```sh
|
|
875
883
|
$ pulumi import snowflake:index/schema:Schema example '"<database_name>"."<schema_name>"'
|
|
876
884
|
```
|
|
@@ -717,6 +717,10 @@ class SecondaryDatabase(pulumi.CustomResource):
|
|
|
717
717
|
"""
|
|
718
718
|
## Import
|
|
719
719
|
|
|
720
|
+
Make sure that `is_transient` is set in your config explicitly before import to avoid diff and recreation
|
|
721
|
+
|
|
722
|
+
(reasons are presented in this migration guide entry).
|
|
723
|
+
|
|
720
724
|
```sh
|
|
721
725
|
$ pulumi import snowflake:index/secondaryDatabase:SecondaryDatabase example '"<secondary_database_name>"'
|
|
722
726
|
```
|
|
@@ -753,6 +757,10 @@ class SecondaryDatabase(pulumi.CustomResource):
|
|
|
753
757
|
"""
|
|
754
758
|
## Import
|
|
755
759
|
|
|
760
|
+
Make sure that `is_transient` is set in your config explicitly before import to avoid diff and recreation
|
|
761
|
+
|
|
762
|
+
(reasons are presented in this migration guide entry).
|
|
763
|
+
|
|
756
764
|
```sh
|
|
757
765
|
$ pulumi import snowflake:index/secondaryDatabase:SecondaryDatabase example '"<secondary_database_name>"'
|
|
758
766
|
```
|
{pulumi_snowflake-2.5.0a1756507143.dist-info → pulumi_snowflake-2.6.0a1757054672.dist-info}/RECORD
RENAMED
|
@@ -16,7 +16,7 @@ pulumi_snowflake/compute_pool.py,sha256=kYSuovFJPYjXR9-H7zAMqHVV0ZQr_Ww2YjTUeJae
|
|
|
16
16
|
pulumi_snowflake/cortex_search_service.py,sha256=BzjfbksIGtMBw2m-qPZ1HCXjwyiLmKD1f0dst81CXC8,31976
|
|
17
17
|
pulumi_snowflake/current_account.py,sha256=_9ww8zHzFQgN625iScuRqEARRKuMQ8LdQgXWD6oSkCI,644003
|
|
18
18
|
pulumi_snowflake/current_organization_account.py,sha256=YL-Crh_UGLRbkEOJuOQnVb-oQ1wz4xnF_N7_Q1h6OIM,641867
|
|
19
|
-
pulumi_snowflake/database.py,sha256=
|
|
19
|
+
pulumi_snowflake/database.py,sha256=TNByMjHF7rBYeXv6yXKlKGO2B6UwmUgTplBysHHxn8g,91020
|
|
20
20
|
pulumi_snowflake/database_role.py,sha256=m-BIx8G74Ec5IF-MfVYrN_fxdBrw3Syr99UabW8mNnY,15310
|
|
21
21
|
pulumi_snowflake/dynamic_table.py,sha256=OgyciubcQlfTNGu3fMHWyRaIYlhu7fTkI79iqKWnq9Y,44577
|
|
22
22
|
pulumi_snowflake/email_notification_integration.py,sha256=EKouqTwFOfqdFLjbAwlGG8hddaaJLk7xKVSZIL70lKs,13670
|
|
@@ -25,7 +25,7 @@ pulumi_snowflake/external_function.py,sha256=cmz4MawNXrvDJ1WcmGHEjpJ_dqe7S9JCAKe
|
|
|
25
25
|
pulumi_snowflake/external_oauth_integration.py,sha256=JpXKZfdhUrmy7rNRzDTEAuhR-VXZ3a0jVvPBFBUbsQs,70242
|
|
26
26
|
pulumi_snowflake/external_table.py,sha256=zRouUTNlntIigxlWEjiFBgortfENCwkmV02Et8DBSIs,45478
|
|
27
27
|
pulumi_snowflake/external_volume.py,sha256=JYKzi30rGxYBsgH5w7k7ZYEMclZ23HT972v8fEAz2eg,27179
|
|
28
|
-
pulumi_snowflake/failover_group.py,sha256=
|
|
28
|
+
pulumi_snowflake/failover_group.py,sha256=ow1O2DFr2dwG9pQ5EmSkze40rATbdNXUpIrDN8g1G3M,40384
|
|
29
29
|
pulumi_snowflake/file_format.py,sha256=emR6dPCIhTW_MpwSp4eWkdX4IEpH779w5Q4dvzgCItw,99339
|
|
30
30
|
pulumi_snowflake/function_java.py,sha256=hQAikEUDs_edvyjXykDW7IcjddsNOdOV3o_t44pUEPw,92654
|
|
31
31
|
pulumi_snowflake/function_javascript.py,sha256=kbHdaTubhEs33FxARO6tEcXkDE-YVJKex4WZFWAp-Yc,59378
|
|
@@ -114,15 +114,15 @@ pulumi_snowflake/procedure_python.py,sha256=9g8LjPQHbmAZbZy4lm959J6vA0Ul_wDQD1u4
|
|
|
114
114
|
pulumi_snowflake/procedure_scala.py,sha256=c_Ww6RK7mvmLscUUAVsG9VdArGXGhbFKYRaBaVI5f2A,107547
|
|
115
115
|
pulumi_snowflake/procedure_sql.py,sha256=3bnuUcXMYgs80Amn1d6cFGC2mZLGSI-YW78QHBsGVGs,68252
|
|
116
116
|
pulumi_snowflake/provider.py,sha256=LbMhVYEh7BBcLzeQ1yYSVDwh-ujulLGdQRrQCpZXdrc,80385
|
|
117
|
-
pulumi_snowflake/pulumi-plugin.json,sha256=
|
|
117
|
+
pulumi_snowflake/pulumi-plugin.json,sha256=6cWhp00hn4Yts1H41AUz0KEBVxtHvN-_UD3C6BfvHgI,85
|
|
118
118
|
pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
119
119
|
pulumi_snowflake/resource_monitor.py,sha256=AJsCxuI7Fmhq-4G4UnCzUo7pzC59Uz6hXnWLwQlLhvY,44033
|
|
120
120
|
pulumi_snowflake/row_access_policy.py,sha256=P4yNKevffDDxH2mJ5TmuSZHTe0uFnmkLspCq5okbz4c,28985
|
|
121
121
|
pulumi_snowflake/saml2_integration.py,sha256=-dBa1kwBd5faZRWWTz41s7KPEzgNo-pWBhZOu7nB_Yo,83395
|
|
122
|
-
pulumi_snowflake/schema.py,sha256=
|
|
122
|
+
pulumi_snowflake/schema.py,sha256=uNguPzCYVK0Tz7m0SpRjABhgFk6ahzZqDbFAKs76GR0,100023
|
|
123
123
|
pulumi_snowflake/scim_integration.py,sha256=z95dvBiavT7NeX1yJuDlXo-TsSZhxQw_DizTNLMiwcU,31317
|
|
124
124
|
pulumi_snowflake/secondary_connection.py,sha256=XmzZK-3Jece-G7Pd3MZxtIKlfuPHBeOI5jS5KLVoftg,18544
|
|
125
|
-
pulumi_snowflake/secondary_database.py,sha256=
|
|
125
|
+
pulumi_snowflake/secondary_database.py,sha256=Rtl5lumtM5pS7wvx0ihO7Kmb9Cs_YOWpsFQ8Oez-jVY,86968
|
|
126
126
|
pulumi_snowflake/secret_with_authorization_code_grant.py,sha256=PC8OIMc3nAQPwRcIXOCY-w1v8KHx4MNOSoDq4UuhEf0,31030
|
|
127
127
|
pulumi_snowflake/secret_with_basic_authentication.py,sha256=kHoKt5zu6NEh3LaWnuDhcjXlRyrzZWgEwCNLSgBbw_4,25608
|
|
128
128
|
pulumi_snowflake/secret_with_client_credentials.py,sha256=yhkPpoArEI007xCGkVxHi1HfHcHEIldA88qMduheFg8,28362
|
|
@@ -156,7 +156,7 @@ pulumi_snowflake/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWd
|
|
|
156
156
|
pulumi_snowflake/config/__init__.pyi,sha256=CSJOZBAdwSFrkCchlFP8fM1OdOUwbNh_cn5cyDY6gjw,10006
|
|
157
157
|
pulumi_snowflake/config/outputs.py,sha256=dobKlWS5UlTr1Wrtg-V_e4peAN_Om_QMF6Lcncn6nM0,4240
|
|
158
158
|
pulumi_snowflake/config/vars.py,sha256=MBuveHMSVIuq7mv_Ojr2Qo6x63MVG2ykUmG8nHy_SRw,15235
|
|
159
|
-
pulumi_snowflake-2.
|
|
160
|
-
pulumi_snowflake-2.
|
|
161
|
-
pulumi_snowflake-2.
|
|
162
|
-
pulumi_snowflake-2.
|
|
159
|
+
pulumi_snowflake-2.6.0a1757054672.dist-info/METADATA,sha256=JlukT-i1WGe1N4QffJflg9cxruuynLuDfnfSrqis8Ks,5046
|
|
160
|
+
pulumi_snowflake-2.6.0a1757054672.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
161
|
+
pulumi_snowflake-2.6.0a1757054672.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
|
|
162
|
+
pulumi_snowflake-2.6.0a1757054672.dist-info/RECORD,,
|
{pulumi_snowflake-2.5.0a1756507143.dist-info → pulumi_snowflake-2.6.0a1757054672.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|