pulumi-snowflake 1.2.0a1743575514__py3-none-any.whl → 1.2.0a1744266763__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/__init__.py +1 -0
- pulumi_snowflake/_inputs.py +12288 -12287
- pulumi_snowflake/account.py +186 -185
- pulumi_snowflake/account_authentication_policy_attachment.py +15 -14
- pulumi_snowflake/account_parameter.py +29 -28
- pulumi_snowflake/account_password_policy_attachment.py +15 -14
- pulumi_snowflake/account_role.py +32 -31
- pulumi_snowflake/alert.py +120 -119
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +158 -157
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +144 -143
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +154 -153
- pulumi_snowflake/api_integration.py +203 -202
- pulumi_snowflake/authentication_policy.py +134 -133
- pulumi_snowflake/config/__init__.py +1 -0
- pulumi_snowflake/config/__init__.pyi +1 -0
- pulumi_snowflake/config/outputs.py +16 -15
- pulumi_snowflake/config/vars.py +1 -0
- pulumi_snowflake/cortex_search_service.py +141 -140
- pulumi_snowflake/database.py +288 -287
- pulumi_snowflake/database_role.py +50 -49
- pulumi_snowflake/dynamic_table.py +218 -217
- pulumi_snowflake/email_notification_integration.py +56 -55
- pulumi_snowflake/execute.py +50 -49
- pulumi_snowflake/external_function.py +225 -224
- pulumi_snowflake/external_oauth_integration.py +232 -231
- pulumi_snowflake/external_table.py +197 -196
- pulumi_snowflake/external_volume.py +50 -49
- pulumi_snowflake/failover_group.py +106 -105
- pulumi_snowflake/file_format.py +512 -511
- pulumi_snowflake/function_java.py +249 -248
- pulumi_snowflake/function_javascript.py +193 -192
- pulumi_snowflake/function_python.py +263 -262
- pulumi_snowflake/function_scala.py +249 -248
- pulumi_snowflake/function_sql.py +179 -178
- pulumi_snowflake/get_account_roles.py +12 -11
- pulumi_snowflake/get_accounts.py +12 -11
- pulumi_snowflake/get_alerts.py +17 -16
- pulumi_snowflake/get_connections.py +7 -6
- pulumi_snowflake/get_cortex_search_services.py +12 -11
- pulumi_snowflake/get_current_account.py +5 -4
- pulumi_snowflake/get_current_role.py +3 -2
- pulumi_snowflake/get_database.py +15 -14
- pulumi_snowflake/get_database_role.py +14 -13
- pulumi_snowflake/get_database_roles.py +12 -11
- pulumi_snowflake/get_databases.py +22 -21
- pulumi_snowflake/get_dynamic_tables.py +7 -6
- pulumi_snowflake/get_external_functions.py +12 -11
- pulumi_snowflake/get_external_tables.py +12 -11
- pulumi_snowflake/get_failover_groups.py +7 -6
- pulumi_snowflake/get_file_formats.py +12 -11
- pulumi_snowflake/get_functions.py +12 -11
- pulumi_snowflake/get_grants.py +2 -1
- pulumi_snowflake/get_masking_policies.py +12 -11
- pulumi_snowflake/get_materialized_views.py +12 -11
- pulumi_snowflake/get_network_policies.py +12 -11
- pulumi_snowflake/get_parameters.py +27 -26
- pulumi_snowflake/get_pipes.py +12 -11
- pulumi_snowflake/get_procedures.py +12 -11
- pulumi_snowflake/get_resource_monitors.py +7 -6
- pulumi_snowflake/get_row_access_policies.py +12 -11
- pulumi_snowflake/get_schemas.py +22 -21
- pulumi_snowflake/get_secrets.py +12 -11
- pulumi_snowflake/get_security_integrations.py +12 -11
- pulumi_snowflake/get_sequences.py +12 -11
- pulumi_snowflake/get_shares.py +7 -6
- pulumi_snowflake/get_stages.py +12 -11
- pulumi_snowflake/get_storage_integrations.py +2 -1
- pulumi_snowflake/get_streamlits.py +12 -11
- pulumi_snowflake/get_streams.py +17 -16
- pulumi_snowflake/get_system_generate_scim_access_token.py +8 -7
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +8 -7
- pulumi_snowflake/get_system_get_private_link_config.py +11 -10
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -3
- pulumi_snowflake/get_tables.py +12 -11
- pulumi_snowflake/get_tags.py +7 -6
- pulumi_snowflake/get_tasks.py +22 -21
- pulumi_snowflake/get_users.py +22 -21
- pulumi_snowflake/get_views.py +17 -16
- pulumi_snowflake/get_warehouses.py +17 -16
- pulumi_snowflake/grant_account_role.py +43 -42
- pulumi_snowflake/grant_application_role.py +43 -42
- pulumi_snowflake/grant_database_role.py +57 -56
- pulumi_snowflake/grant_ownership.py +43 -42
- pulumi_snowflake/grant_privileges_to_account_role.py +95 -94
- pulumi_snowflake/grant_privileges_to_database_role.py +95 -94
- pulumi_snowflake/grant_privileges_to_share.py +127 -126
- pulumi_snowflake/legacy_service_user.py +1039 -1038
- pulumi_snowflake/managed_account.py +113 -112
- pulumi_snowflake/masking_policy.py +106 -105
- pulumi_snowflake/materialized_view.py +120 -119
- pulumi_snowflake/network_policy.py +92 -91
- pulumi_snowflake/network_policy_attachment.py +43 -42
- pulumi_snowflake/network_rule.py +106 -105
- pulumi_snowflake/notification_integration.py +238 -237
- pulumi_snowflake/oauth_integration_for_custom_clients.py +210 -209
- pulumi_snowflake/oauth_integration_for_partner_applications.py +134 -133
- pulumi_snowflake/object_parameter.py +57 -56
- pulumi_snowflake/outputs.py +9273 -9272
- pulumi_snowflake/password_policy.py +246 -245
- pulumi_snowflake/pipe.py +148 -147
- pulumi_snowflake/primary_connection.py +55 -54
- pulumi_snowflake/procedure_java.py +267 -266
- pulumi_snowflake/procedure_javascript.py +197 -196
- pulumi_snowflake/procedure_python.py +267 -266
- pulumi_snowflake/procedure_scala.py +267 -266
- pulumi_snowflake/procedure_sql.py +197 -196
- pulumi_snowflake/provider.py +303 -302
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +134 -133
- pulumi_snowflake/row_access_policy.py +78 -77
- pulumi_snowflake/saml2_integration.py +246 -245
- pulumi_snowflake/schema.py +316 -315
- pulumi_snowflake/scim_integration.py +106 -105
- pulumi_snowflake/secondary_connection.py +57 -56
- pulumi_snowflake/secondary_database.py +288 -287
- pulumi_snowflake/secret_with_authorization_code_grant.py +109 -108
- pulumi_snowflake/secret_with_basic_authentication.py +95 -94
- pulumi_snowflake/secret_with_client_credentials.py +99 -98
- pulumi_snowflake/secret_with_generic_string.py +81 -80
- pulumi_snowflake/sequence.py +99 -98
- pulumi_snowflake/service_user.py +1015 -1014
- pulumi_snowflake/share.py +50 -49
- pulumi_snowflake/shared_database.py +246 -245
- pulumi_snowflake/stage.py +190 -189
- pulumi_snowflake/storage_integration.py +166 -165
- pulumi_snowflake/stream_on_directory_table.py +100 -99
- pulumi_snowflake/stream_on_external_table.py +114 -113
- pulumi_snowflake/stream_on_table.py +124 -123
- pulumi_snowflake/stream_on_view.py +124 -123
- pulumi_snowflake/streamlit.py +148 -147
- pulumi_snowflake/table.py +113 -112
- pulumi_snowflake/table_column_masking_policy_application.py +43 -42
- pulumi_snowflake/table_constraint.py +155 -154
- pulumi_snowflake/tag.py +92 -91
- pulumi_snowflake/tag_association.py +71 -70
- pulumi_snowflake/task.py +1002 -1001
- pulumi_snowflake/user.py +1101 -1100
- pulumi_snowflake/user_authentication_policy_attachment.py +29 -28
- pulumi_snowflake/user_password_policy_attachment.py +29 -28
- pulumi_snowflake/user_public_keys.py +43 -42
- pulumi_snowflake/view.py +136 -135
- pulumi_snowflake/warehouse.py +232 -231
- {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.2.0a1744266763.dist-info/RECORD +148 -0
- pulumi_snowflake-1.2.0a1743575514.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.dist-info}/top_level.txt +0 -0
pulumi_snowflake/table.py
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -22,25 +23,25 @@ __all__ = ['TableArgs', 'Table']
|
|
|
22
23
|
class TableArgs:
|
|
23
24
|
def __init__(__self__, *,
|
|
24
25
|
columns: pulumi.Input[Sequence[pulumi.Input['TableColumnArgs']]],
|
|
25
|
-
database: pulumi.Input[str],
|
|
26
|
-
schema: pulumi.Input[str],
|
|
27
|
-
change_tracking: Optional[pulumi.Input[bool]] = None,
|
|
28
|
-
cluster_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
29
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
30
|
-
data_retention_time_in_days: Optional[pulumi.Input[int]] = None,
|
|
31
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
database: pulumi.Input[builtins.str],
|
|
27
|
+
schema: pulumi.Input[builtins.str],
|
|
28
|
+
change_tracking: Optional[pulumi.Input[builtins.bool]] = None,
|
|
29
|
+
cluster_bies: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
30
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
31
|
+
data_retention_time_in_days: Optional[pulumi.Input[builtins.int]] = None,
|
|
32
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
32
33
|
primary_key: Optional[pulumi.Input['TablePrimaryKeyArgs']] = None,
|
|
33
34
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['TableTagArgs']]]] = None):
|
|
34
35
|
"""
|
|
35
36
|
The set of arguments for constructing a Table resource.
|
|
36
37
|
:param pulumi.Input[Sequence[pulumi.Input['TableColumnArgs']]] columns: Definitions of a column to create in the table. Minimum one required.
|
|
37
|
-
:param pulumi.Input[str] database: The database in which to create the table.
|
|
38
|
-
:param pulumi.Input[str] schema: The schema in which to create the table.
|
|
39
|
-
:param pulumi.Input[bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
40
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
41
|
-
:param pulumi.Input[str] comment: Specifies a comment for the table.
|
|
42
|
-
:param pulumi.Input[int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
43
|
-
:param pulumi.Input[str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
38
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the table.
|
|
39
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the table.
|
|
40
|
+
:param pulumi.Input[builtins.bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
41
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
42
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the table.
|
|
43
|
+
:param pulumi.Input[builtins.int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
44
|
+
:param pulumi.Input[builtins.str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
44
45
|
:param pulumi.Input['TablePrimaryKeyArgs'] primary_key: Definitions of primary key constraint to create on table
|
|
45
46
|
:param pulumi.Input[Sequence[pulumi.Input['TableTagArgs']]] tags: Definitions of a tag to associate with the resource.
|
|
46
47
|
"""
|
|
@@ -82,86 +83,86 @@ class TableArgs:
|
|
|
82
83
|
|
|
83
84
|
@property
|
|
84
85
|
@pulumi.getter
|
|
85
|
-
def database(self) -> pulumi.Input[str]:
|
|
86
|
+
def database(self) -> pulumi.Input[builtins.str]:
|
|
86
87
|
"""
|
|
87
88
|
The database in which to create the table.
|
|
88
89
|
"""
|
|
89
90
|
return pulumi.get(self, "database")
|
|
90
91
|
|
|
91
92
|
@database.setter
|
|
92
|
-
def database(self, value: pulumi.Input[str]):
|
|
93
|
+
def database(self, value: pulumi.Input[builtins.str]):
|
|
93
94
|
pulumi.set(self, "database", value)
|
|
94
95
|
|
|
95
96
|
@property
|
|
96
97
|
@pulumi.getter
|
|
97
|
-
def schema(self) -> pulumi.Input[str]:
|
|
98
|
+
def schema(self) -> pulumi.Input[builtins.str]:
|
|
98
99
|
"""
|
|
99
100
|
The schema in which to create the table.
|
|
100
101
|
"""
|
|
101
102
|
return pulumi.get(self, "schema")
|
|
102
103
|
|
|
103
104
|
@schema.setter
|
|
104
|
-
def schema(self, value: pulumi.Input[str]):
|
|
105
|
+
def schema(self, value: pulumi.Input[builtins.str]):
|
|
105
106
|
pulumi.set(self, "schema", value)
|
|
106
107
|
|
|
107
108
|
@property
|
|
108
109
|
@pulumi.getter(name="changeTracking")
|
|
109
|
-
def change_tracking(self) -> Optional[pulumi.Input[bool]]:
|
|
110
|
+
def change_tracking(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
110
111
|
"""
|
|
111
112
|
Specifies whether to enable change tracking on the table. Default false.
|
|
112
113
|
"""
|
|
113
114
|
return pulumi.get(self, "change_tracking")
|
|
114
115
|
|
|
115
116
|
@change_tracking.setter
|
|
116
|
-
def change_tracking(self, value: Optional[pulumi.Input[bool]]):
|
|
117
|
+
def change_tracking(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
117
118
|
pulumi.set(self, "change_tracking", value)
|
|
118
119
|
|
|
119
120
|
@property
|
|
120
121
|
@pulumi.getter(name="clusterBies")
|
|
121
|
-
def cluster_bies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
122
|
+
def cluster_bies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
122
123
|
"""
|
|
123
124
|
A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
124
125
|
"""
|
|
125
126
|
return pulumi.get(self, "cluster_bies")
|
|
126
127
|
|
|
127
128
|
@cluster_bies.setter
|
|
128
|
-
def cluster_bies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
129
|
+
def cluster_bies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
129
130
|
pulumi.set(self, "cluster_bies", value)
|
|
130
131
|
|
|
131
132
|
@property
|
|
132
133
|
@pulumi.getter
|
|
133
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
134
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
134
135
|
"""
|
|
135
136
|
Specifies a comment for the table.
|
|
136
137
|
"""
|
|
137
138
|
return pulumi.get(self, "comment")
|
|
138
139
|
|
|
139
140
|
@comment.setter
|
|
140
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
141
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
141
142
|
pulumi.set(self, "comment", value)
|
|
142
143
|
|
|
143
144
|
@property
|
|
144
145
|
@pulumi.getter(name="dataRetentionTimeInDays")
|
|
145
|
-
def data_retention_time_in_days(self) -> Optional[pulumi.Input[int]]:
|
|
146
|
+
def data_retention_time_in_days(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
146
147
|
"""
|
|
147
148
|
Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
148
149
|
"""
|
|
149
150
|
return pulumi.get(self, "data_retention_time_in_days")
|
|
150
151
|
|
|
151
152
|
@data_retention_time_in_days.setter
|
|
152
|
-
def data_retention_time_in_days(self, value: Optional[pulumi.Input[int]]):
|
|
153
|
+
def data_retention_time_in_days(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
153
154
|
pulumi.set(self, "data_retention_time_in_days", value)
|
|
154
155
|
|
|
155
156
|
@property
|
|
156
157
|
@pulumi.getter
|
|
157
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
158
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
158
159
|
"""
|
|
159
160
|
Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
160
161
|
"""
|
|
161
162
|
return pulumi.get(self, "name")
|
|
162
163
|
|
|
163
164
|
@name.setter
|
|
164
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
165
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
165
166
|
pulumi.set(self, "name", value)
|
|
166
167
|
|
|
167
168
|
@property
|
|
@@ -194,31 +195,31 @@ class TableArgs:
|
|
|
194
195
|
@pulumi.input_type
|
|
195
196
|
class _TableState:
|
|
196
197
|
def __init__(__self__, *,
|
|
197
|
-
change_tracking: Optional[pulumi.Input[bool]] = None,
|
|
198
|
-
cluster_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
198
|
+
change_tracking: Optional[pulumi.Input[builtins.bool]] = None,
|
|
199
|
+
cluster_bies: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
199
200
|
columns: Optional[pulumi.Input[Sequence[pulumi.Input['TableColumnArgs']]]] = None,
|
|
200
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
201
|
-
data_retention_time_in_days: Optional[pulumi.Input[int]] = None,
|
|
202
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
203
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
204
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
205
|
-
owner: Optional[pulumi.Input[str]] = None,
|
|
201
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
202
|
+
data_retention_time_in_days: Optional[pulumi.Input[builtins.int]] = None,
|
|
203
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
204
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
205
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
206
|
+
owner: Optional[pulumi.Input[builtins.str]] = None,
|
|
206
207
|
primary_key: Optional[pulumi.Input['TablePrimaryKeyArgs']] = None,
|
|
207
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
208
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
208
209
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['TableTagArgs']]]] = None):
|
|
209
210
|
"""
|
|
210
211
|
Input properties used for looking up and filtering Table resources.
|
|
211
|
-
:param pulumi.Input[bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
212
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
212
|
+
:param pulumi.Input[builtins.bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
213
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
213
214
|
:param pulumi.Input[Sequence[pulumi.Input['TableColumnArgs']]] columns: Definitions of a column to create in the table. Minimum one required.
|
|
214
|
-
:param pulumi.Input[str] comment: Specifies a comment for the table.
|
|
215
|
-
:param pulumi.Input[int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
216
|
-
:param pulumi.Input[str] database: The database in which to create the table.
|
|
217
|
-
:param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
218
|
-
:param pulumi.Input[str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
219
|
-
:param pulumi.Input[str] owner: Name of the role that owns the table.
|
|
215
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the table.
|
|
216
|
+
:param pulumi.Input[builtins.int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
217
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the table.
|
|
218
|
+
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
219
|
+
:param pulumi.Input[builtins.str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
220
|
+
:param pulumi.Input[builtins.str] owner: Name of the role that owns the table.
|
|
220
221
|
:param pulumi.Input['TablePrimaryKeyArgs'] primary_key: Definitions of primary key constraint to create on table
|
|
221
|
-
:param pulumi.Input[str] schema: The schema in which to create the table.
|
|
222
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the table.
|
|
222
223
|
:param pulumi.Input[Sequence[pulumi.Input['TableTagArgs']]] tags: Definitions of a tag to associate with the resource.
|
|
223
224
|
"""
|
|
224
225
|
if change_tracking is not None:
|
|
@@ -254,26 +255,26 @@ class _TableState:
|
|
|
254
255
|
|
|
255
256
|
@property
|
|
256
257
|
@pulumi.getter(name="changeTracking")
|
|
257
|
-
def change_tracking(self) -> Optional[pulumi.Input[bool]]:
|
|
258
|
+
def change_tracking(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
258
259
|
"""
|
|
259
260
|
Specifies whether to enable change tracking on the table. Default false.
|
|
260
261
|
"""
|
|
261
262
|
return pulumi.get(self, "change_tracking")
|
|
262
263
|
|
|
263
264
|
@change_tracking.setter
|
|
264
|
-
def change_tracking(self, value: Optional[pulumi.Input[bool]]):
|
|
265
|
+
def change_tracking(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
265
266
|
pulumi.set(self, "change_tracking", value)
|
|
266
267
|
|
|
267
268
|
@property
|
|
268
269
|
@pulumi.getter(name="clusterBies")
|
|
269
|
-
def cluster_bies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
270
|
+
def cluster_bies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
270
271
|
"""
|
|
271
272
|
A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
272
273
|
"""
|
|
273
274
|
return pulumi.get(self, "cluster_bies")
|
|
274
275
|
|
|
275
276
|
@cluster_bies.setter
|
|
276
|
-
def cluster_bies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
277
|
+
def cluster_bies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
277
278
|
pulumi.set(self, "cluster_bies", value)
|
|
278
279
|
|
|
279
280
|
@property
|
|
@@ -290,74 +291,74 @@ class _TableState:
|
|
|
290
291
|
|
|
291
292
|
@property
|
|
292
293
|
@pulumi.getter
|
|
293
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
294
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
294
295
|
"""
|
|
295
296
|
Specifies a comment for the table.
|
|
296
297
|
"""
|
|
297
298
|
return pulumi.get(self, "comment")
|
|
298
299
|
|
|
299
300
|
@comment.setter
|
|
300
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
301
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
301
302
|
pulumi.set(self, "comment", value)
|
|
302
303
|
|
|
303
304
|
@property
|
|
304
305
|
@pulumi.getter(name="dataRetentionTimeInDays")
|
|
305
|
-
def data_retention_time_in_days(self) -> Optional[pulumi.Input[int]]:
|
|
306
|
+
def data_retention_time_in_days(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
306
307
|
"""
|
|
307
308
|
Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
308
309
|
"""
|
|
309
310
|
return pulumi.get(self, "data_retention_time_in_days")
|
|
310
311
|
|
|
311
312
|
@data_retention_time_in_days.setter
|
|
312
|
-
def data_retention_time_in_days(self, value: Optional[pulumi.Input[int]]):
|
|
313
|
+
def data_retention_time_in_days(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
313
314
|
pulumi.set(self, "data_retention_time_in_days", value)
|
|
314
315
|
|
|
315
316
|
@property
|
|
316
317
|
@pulumi.getter
|
|
317
|
-
def database(self) -> Optional[pulumi.Input[str]]:
|
|
318
|
+
def database(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
318
319
|
"""
|
|
319
320
|
The database in which to create the table.
|
|
320
321
|
"""
|
|
321
322
|
return pulumi.get(self, "database")
|
|
322
323
|
|
|
323
324
|
@database.setter
|
|
324
|
-
def database(self, value: Optional[pulumi.Input[str]]):
|
|
325
|
+
def database(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
325
326
|
pulumi.set(self, "database", value)
|
|
326
327
|
|
|
327
328
|
@property
|
|
328
329
|
@pulumi.getter(name="fullyQualifiedName")
|
|
329
|
-
def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
|
|
330
|
+
def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
330
331
|
"""
|
|
331
332
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
332
333
|
"""
|
|
333
334
|
return pulumi.get(self, "fully_qualified_name")
|
|
334
335
|
|
|
335
336
|
@fully_qualified_name.setter
|
|
336
|
-
def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
|
|
337
|
+
def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
337
338
|
pulumi.set(self, "fully_qualified_name", value)
|
|
338
339
|
|
|
339
340
|
@property
|
|
340
341
|
@pulumi.getter
|
|
341
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
342
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
342
343
|
"""
|
|
343
344
|
Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
344
345
|
"""
|
|
345
346
|
return pulumi.get(self, "name")
|
|
346
347
|
|
|
347
348
|
@name.setter
|
|
348
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
349
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
349
350
|
pulumi.set(self, "name", value)
|
|
350
351
|
|
|
351
352
|
@property
|
|
352
353
|
@pulumi.getter
|
|
353
|
-
def owner(self) -> Optional[pulumi.Input[str]]:
|
|
354
|
+
def owner(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
354
355
|
"""
|
|
355
356
|
Name of the role that owns the table.
|
|
356
357
|
"""
|
|
357
358
|
return pulumi.get(self, "owner")
|
|
358
359
|
|
|
359
360
|
@owner.setter
|
|
360
|
-
def owner(self, value: Optional[pulumi.Input[str]]):
|
|
361
|
+
def owner(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
361
362
|
pulumi.set(self, "owner", value)
|
|
362
363
|
|
|
363
364
|
@property
|
|
@@ -375,14 +376,14 @@ class _TableState:
|
|
|
375
376
|
|
|
376
377
|
@property
|
|
377
378
|
@pulumi.getter
|
|
378
|
-
def schema(self) -> Optional[pulumi.Input[str]]:
|
|
379
|
+
def schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
379
380
|
"""
|
|
380
381
|
The schema in which to create the table.
|
|
381
382
|
"""
|
|
382
383
|
return pulumi.get(self, "schema")
|
|
383
384
|
|
|
384
385
|
@schema.setter
|
|
385
|
-
def schema(self, value: Optional[pulumi.Input[str]]):
|
|
386
|
+
def schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
386
387
|
pulumi.set(self, "schema", value)
|
|
387
388
|
|
|
388
389
|
@property
|
|
@@ -404,15 +405,15 @@ class Table(pulumi.CustomResource):
|
|
|
404
405
|
def __init__(__self__,
|
|
405
406
|
resource_name: str,
|
|
406
407
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
407
|
-
change_tracking: Optional[pulumi.Input[bool]] = None,
|
|
408
|
-
cluster_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
408
|
+
change_tracking: Optional[pulumi.Input[builtins.bool]] = None,
|
|
409
|
+
cluster_bies: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
409
410
|
columns: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TableColumnArgs', 'TableColumnArgsDict']]]]] = None,
|
|
410
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
411
|
-
data_retention_time_in_days: Optional[pulumi.Input[int]] = None,
|
|
412
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
413
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
411
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
412
|
+
data_retention_time_in_days: Optional[pulumi.Input[builtins.int]] = None,
|
|
413
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
414
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
414
415
|
primary_key: Optional[pulumi.Input[Union['TablePrimaryKeyArgs', 'TablePrimaryKeyArgsDict']]] = None,
|
|
415
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
416
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
416
417
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TableTagArgs', 'TableTagArgsDict']]]]] = None,
|
|
417
418
|
__props__=None):
|
|
418
419
|
"""
|
|
@@ -426,15 +427,15 @@ class Table(pulumi.CustomResource):
|
|
|
426
427
|
|
|
427
428
|
:param str resource_name: The name of the resource.
|
|
428
429
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
429
|
-
:param pulumi.Input[bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
430
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
430
|
+
:param pulumi.Input[builtins.bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
431
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
431
432
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TableColumnArgs', 'TableColumnArgsDict']]]] columns: Definitions of a column to create in the table. Minimum one required.
|
|
432
|
-
:param pulumi.Input[str] comment: Specifies a comment for the table.
|
|
433
|
-
:param pulumi.Input[int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
434
|
-
:param pulumi.Input[str] database: The database in which to create the table.
|
|
435
|
-
:param pulumi.Input[str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
433
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the table.
|
|
434
|
+
:param pulumi.Input[builtins.int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
435
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the table.
|
|
436
|
+
:param pulumi.Input[builtins.str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
436
437
|
:param pulumi.Input[Union['TablePrimaryKeyArgs', 'TablePrimaryKeyArgsDict']] primary_key: Definitions of primary key constraint to create on table
|
|
437
|
-
:param pulumi.Input[str] schema: The schema in which to create the table.
|
|
438
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the table.
|
|
438
439
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TableTagArgs', 'TableTagArgsDict']]]] tags: Definitions of a tag to associate with the resource.
|
|
439
440
|
"""
|
|
440
441
|
...
|
|
@@ -467,15 +468,15 @@ class Table(pulumi.CustomResource):
|
|
|
467
468
|
def _internal_init(__self__,
|
|
468
469
|
resource_name: str,
|
|
469
470
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
470
|
-
change_tracking: Optional[pulumi.Input[bool]] = None,
|
|
471
|
-
cluster_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
471
|
+
change_tracking: Optional[pulumi.Input[builtins.bool]] = None,
|
|
472
|
+
cluster_bies: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
472
473
|
columns: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TableColumnArgs', 'TableColumnArgsDict']]]]] = None,
|
|
473
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
474
|
-
data_retention_time_in_days: Optional[pulumi.Input[int]] = None,
|
|
475
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
476
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
474
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
475
|
+
data_retention_time_in_days: Optional[pulumi.Input[builtins.int]] = None,
|
|
476
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
477
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
477
478
|
primary_key: Optional[pulumi.Input[Union['TablePrimaryKeyArgs', 'TablePrimaryKeyArgsDict']]] = None,
|
|
478
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
479
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
479
480
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TableTagArgs', 'TableTagArgsDict']]]]] = None,
|
|
480
481
|
__props__=None):
|
|
481
482
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -514,17 +515,17 @@ class Table(pulumi.CustomResource):
|
|
|
514
515
|
def get(resource_name: str,
|
|
515
516
|
id: pulumi.Input[str],
|
|
516
517
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
517
|
-
change_tracking: Optional[pulumi.Input[bool]] = None,
|
|
518
|
-
cluster_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
518
|
+
change_tracking: Optional[pulumi.Input[builtins.bool]] = None,
|
|
519
|
+
cluster_bies: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
519
520
|
columns: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TableColumnArgs', 'TableColumnArgsDict']]]]] = None,
|
|
520
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
521
|
-
data_retention_time_in_days: Optional[pulumi.Input[int]] = None,
|
|
522
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
523
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
524
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
525
|
-
owner: Optional[pulumi.Input[str]] = None,
|
|
521
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
522
|
+
data_retention_time_in_days: Optional[pulumi.Input[builtins.int]] = None,
|
|
523
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
524
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
525
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
526
|
+
owner: Optional[pulumi.Input[builtins.str]] = None,
|
|
526
527
|
primary_key: Optional[pulumi.Input[Union['TablePrimaryKeyArgs', 'TablePrimaryKeyArgsDict']]] = None,
|
|
527
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
528
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
528
529
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TableTagArgs', 'TableTagArgsDict']]]]] = None) -> 'Table':
|
|
529
530
|
"""
|
|
530
531
|
Get an existing Table resource's state with the given name, id, and optional extra
|
|
@@ -533,17 +534,17 @@ class Table(pulumi.CustomResource):
|
|
|
533
534
|
:param str resource_name: The unique name of the resulting resource.
|
|
534
535
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
535
536
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
536
|
-
:param pulumi.Input[bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
537
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
537
|
+
:param pulumi.Input[builtins.bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
538
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
538
539
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TableColumnArgs', 'TableColumnArgsDict']]]] columns: Definitions of a column to create in the table. Minimum one required.
|
|
539
|
-
:param pulumi.Input[str] comment: Specifies a comment for the table.
|
|
540
|
-
:param pulumi.Input[int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
541
|
-
:param pulumi.Input[str] database: The database in which to create the table.
|
|
542
|
-
:param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
543
|
-
:param pulumi.Input[str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
544
|
-
:param pulumi.Input[str] owner: Name of the role that owns the table.
|
|
540
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the table.
|
|
541
|
+
:param pulumi.Input[builtins.int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
542
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the table.
|
|
543
|
+
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
544
|
+
:param pulumi.Input[builtins.str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
545
|
+
:param pulumi.Input[builtins.str] owner: Name of the role that owns the table.
|
|
545
546
|
:param pulumi.Input[Union['TablePrimaryKeyArgs', 'TablePrimaryKeyArgsDict']] primary_key: Definitions of primary key constraint to create on table
|
|
546
|
-
:param pulumi.Input[str] schema: The schema in which to create the table.
|
|
547
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the table.
|
|
547
548
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TableTagArgs', 'TableTagArgsDict']]]] tags: Definitions of a tag to associate with the resource.
|
|
548
549
|
"""
|
|
549
550
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -566,7 +567,7 @@ class Table(pulumi.CustomResource):
|
|
|
566
567
|
|
|
567
568
|
@property
|
|
568
569
|
@pulumi.getter(name="changeTracking")
|
|
569
|
-
def change_tracking(self) -> pulumi.Output[Optional[bool]]:
|
|
570
|
+
def change_tracking(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
570
571
|
"""
|
|
571
572
|
Specifies whether to enable change tracking on the table. Default false.
|
|
572
573
|
"""
|
|
@@ -574,7 +575,7 @@ class Table(pulumi.CustomResource):
|
|
|
574
575
|
|
|
575
576
|
@property
|
|
576
577
|
@pulumi.getter(name="clusterBies")
|
|
577
|
-
def cluster_bies(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
578
|
+
def cluster_bies(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
|
|
578
579
|
"""
|
|
579
580
|
A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
580
581
|
"""
|
|
@@ -590,7 +591,7 @@ class Table(pulumi.CustomResource):
|
|
|
590
591
|
|
|
591
592
|
@property
|
|
592
593
|
@pulumi.getter
|
|
593
|
-
def comment(self) -> pulumi.Output[Optional[str]]:
|
|
594
|
+
def comment(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
594
595
|
"""
|
|
595
596
|
Specifies a comment for the table.
|
|
596
597
|
"""
|
|
@@ -598,7 +599,7 @@ class Table(pulumi.CustomResource):
|
|
|
598
599
|
|
|
599
600
|
@property
|
|
600
601
|
@pulumi.getter(name="dataRetentionTimeInDays")
|
|
601
|
-
def data_retention_time_in_days(self) -> pulumi.Output[Optional[int]]:
|
|
602
|
+
def data_retention_time_in_days(self) -> pulumi.Output[Optional[builtins.int]]:
|
|
602
603
|
"""
|
|
603
604
|
Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
604
605
|
"""
|
|
@@ -606,7 +607,7 @@ class Table(pulumi.CustomResource):
|
|
|
606
607
|
|
|
607
608
|
@property
|
|
608
609
|
@pulumi.getter
|
|
609
|
-
def database(self) -> pulumi.Output[str]:
|
|
610
|
+
def database(self) -> pulumi.Output[builtins.str]:
|
|
610
611
|
"""
|
|
611
612
|
The database in which to create the table.
|
|
612
613
|
"""
|
|
@@ -614,7 +615,7 @@ class Table(pulumi.CustomResource):
|
|
|
614
615
|
|
|
615
616
|
@property
|
|
616
617
|
@pulumi.getter(name="fullyQualifiedName")
|
|
617
|
-
def fully_qualified_name(self) -> pulumi.Output[str]:
|
|
618
|
+
def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
|
|
618
619
|
"""
|
|
619
620
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
620
621
|
"""
|
|
@@ -622,7 +623,7 @@ class Table(pulumi.CustomResource):
|
|
|
622
623
|
|
|
623
624
|
@property
|
|
624
625
|
@pulumi.getter
|
|
625
|
-
def name(self) -> pulumi.Output[str]:
|
|
626
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
626
627
|
"""
|
|
627
628
|
Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
628
629
|
"""
|
|
@@ -630,7 +631,7 @@ class Table(pulumi.CustomResource):
|
|
|
630
631
|
|
|
631
632
|
@property
|
|
632
633
|
@pulumi.getter
|
|
633
|
-
def owner(self) -> pulumi.Output[str]:
|
|
634
|
+
def owner(self) -> pulumi.Output[builtins.str]:
|
|
634
635
|
"""
|
|
635
636
|
Name of the role that owns the table.
|
|
636
637
|
"""
|
|
@@ -647,7 +648,7 @@ class Table(pulumi.CustomResource):
|
|
|
647
648
|
|
|
648
649
|
@property
|
|
649
650
|
@pulumi.getter
|
|
650
|
-
def schema(self) -> pulumi.Output[str]:
|
|
651
|
+
def schema(self) -> pulumi.Output[builtins.str]:
|
|
651
652
|
"""
|
|
652
653
|
The schema in which to create the table.
|
|
653
654
|
"""
|