@databricks/sdk-uc-tables 0.27.0 → 0.35.0

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.
@@ -1,199 +1,190 @@
1
- import { z } from 'zod';
2
- export declare const ColumnTypeName: {
3
- readonly BOOLEAN: "BOOLEAN";
4
- readonly BYTE: "BYTE";
5
- readonly SHORT: "SHORT";
6
- readonly INT: "INT";
7
- readonly LONG: "LONG";
8
- readonly FLOAT: "FLOAT";
9
- readonly DOUBLE: "DOUBLE";
10
- readonly DATE: "DATE";
11
- readonly TIMESTAMP: "TIMESTAMP";
12
- readonly STRING: "STRING";
13
- readonly BINARY: "BINARY";
14
- readonly DECIMAL: "DECIMAL";
15
- readonly INTERVAL: "INTERVAL";
16
- readonly ARRAY: "ARRAY";
17
- readonly STRUCT: "STRUCT";
18
- readonly MAP: "MAP";
19
- readonly CHAR: "CHAR";
20
- readonly NULL: "NULL";
21
- readonly USER_DEFINED_TYPE: "USER_DEFINED_TYPE";
22
- readonly TIMESTAMP_NTZ: "TIMESTAMP_NTZ";
23
- readonly VARIANT: "VARIANT";
24
- readonly GEOMETRY: "GEOMETRY";
25
- readonly GEOGRAPHY: "GEOGRAPHY";
26
- readonly TABLE_TYPE: "TABLE_TYPE";
1
+ import { z } from "zod";
2
+
3
+ //#region src/v1/model.d.ts
4
+ declare const ColumnTypeName: {
5
+ readonly BOOLEAN: "BOOLEAN";
6
+ readonly BYTE: "BYTE";
7
+ readonly SHORT: "SHORT";
8
+ readonly INT: "INT";
9
+ readonly LONG: "LONG";
10
+ readonly FLOAT: "FLOAT";
11
+ readonly DOUBLE: "DOUBLE";
12
+ readonly DATE: "DATE";
13
+ readonly TIMESTAMP: "TIMESTAMP";
14
+ readonly STRING: "STRING";
15
+ readonly BINARY: "BINARY";
16
+ readonly DECIMAL: "DECIMAL";
17
+ readonly INTERVAL: "INTERVAL";
18
+ readonly ARRAY: "ARRAY";
19
+ readonly STRUCT: "STRUCT";
20
+ readonly MAP: "MAP";
21
+ readonly CHAR: "CHAR";
22
+ readonly NULL: "NULL";
23
+ readonly USER_DEFINED_TYPE: "USER_DEFINED_TYPE";
24
+ readonly TIMESTAMP_NTZ: "TIMESTAMP_NTZ";
25
+ readonly VARIANT: "VARIANT";
26
+ readonly GEOMETRY: "GEOMETRY";
27
+ readonly GEOGRAPHY: "GEOGRAPHY";
28
+ readonly TABLE_TYPE: "TABLE_TYPE";
27
29
  };
28
- export type ColumnTypeName = (typeof ColumnTypeName)[keyof typeof ColumnTypeName] | (string & {});
30
+ type ColumnTypeName = (typeof ColumnTypeName)[keyof typeof ColumnTypeName] | (string & {});
29
31
  /** Data source format */
30
- export declare const DataSourceFormat: {
31
- readonly DELTA: "DELTA";
32
- readonly CSV: "CSV";
33
- readonly JSON: "JSON";
34
- readonly AVRO: "AVRO";
35
- readonly PARQUET: "PARQUET";
36
- readonly ORC: "ORC";
37
- readonly TEXT: "TEXT";
38
- readonly UNITY_CATALOG: "UNITY_CATALOG";
39
- /** A table shared through Delta Sharing protocol. */
40
- readonly DELTASHARING: "DELTASHARING";
41
- /** BEGIN - Query federation data source formats. */
42
- readonly DATABRICKS_FORMAT: "DATABRICKS_FORMAT";
43
- readonly MYSQL_FORMAT: "MYSQL_FORMAT";
44
- readonly ORACLE_FORMAT: "ORACLE_FORMAT";
45
- readonly POSTGRESQL_FORMAT: "POSTGRESQL_FORMAT";
46
- readonly REDSHIFT_FORMAT: "REDSHIFT_FORMAT";
47
- readonly SNOWFLAKE_FORMAT: "SNOWFLAKE_FORMAT";
48
- readonly SQLDW_FORMAT: "SQLDW_FORMAT";
49
- readonly SQLSERVER_FORMAT: "SQLSERVER_FORMAT";
50
- readonly SALESFORCE_FORMAT: "SALESFORCE_FORMAT";
51
- readonly SALESFORCE_DATA_CLOUD_FORMAT: "SALESFORCE_DATA_CLOUD_FORMAT";
52
- readonly TERADATA_FORMAT: "TERADATA_FORMAT";
53
- readonly BIGQUERY_FORMAT: "BIGQUERY_FORMAT";
54
- readonly NETSUITE_FORMAT: "NETSUITE_FORMAT";
55
- readonly WORKDAY_RAAS_FORMAT: "WORKDAY_RAAS_FORMAT";
56
- readonly MONGODB_FORMAT: "MONGODB_FORMAT";
57
- /** datasource format used for hive tables. */
58
- readonly HIVE: "HIVE";
59
- /**
60
- * END - Query federation data source formats.
61
- * Vector search managed index format
62
- */
63
- readonly VECTOR_INDEX_FORMAT: "VECTOR_INDEX_FORMAT";
64
- /** Brickstore managed online row-oriented storage format. */
65
- readonly DATABRICKS_ROW_STORE_FORMAT: "DATABRICKS_ROW_STORE_FORMAT";
66
- /** Uniform storage format for Hudi */
67
- readonly DELTA_UNIFORM_HUDI: "DELTA_UNIFORM_HUDI";
68
- /** Uniform storage format for Iceberg */
69
- readonly DELTA_UNIFORM_ICEBERG: "DELTA_UNIFORM_ICEBERG";
70
- /** Apache Iceberg DataFormat */
71
- readonly ICEBERG: "ICEBERG";
32
+ declare const DataSourceFormat: {
33
+ readonly DELTA: "DELTA";
34
+ readonly CSV: "CSV";
35
+ readonly JSON: "JSON";
36
+ readonly AVRO: "AVRO";
37
+ readonly PARQUET: "PARQUET";
38
+ readonly ORC: "ORC";
39
+ readonly TEXT: "TEXT";
40
+ readonly UNITY_CATALOG: "UNITY_CATALOG"; /** A table shared through Delta Sharing protocol. */
41
+ readonly DELTASHARING: "DELTASHARING"; /** BEGIN - Query federation data source formats. */
42
+ readonly DATABRICKS_FORMAT: "DATABRICKS_FORMAT";
43
+ readonly MYSQL_FORMAT: "MYSQL_FORMAT";
44
+ readonly ORACLE_FORMAT: "ORACLE_FORMAT";
45
+ readonly POSTGRESQL_FORMAT: "POSTGRESQL_FORMAT";
46
+ readonly REDSHIFT_FORMAT: "REDSHIFT_FORMAT";
47
+ readonly SNOWFLAKE_FORMAT: "SNOWFLAKE_FORMAT";
48
+ readonly SQLDW_FORMAT: "SQLDW_FORMAT";
49
+ readonly SQLSERVER_FORMAT: "SQLSERVER_FORMAT";
50
+ readonly SALESFORCE_FORMAT: "SALESFORCE_FORMAT";
51
+ readonly SALESFORCE_DATA_CLOUD_FORMAT: "SALESFORCE_DATA_CLOUD_FORMAT";
52
+ readonly TERADATA_FORMAT: "TERADATA_FORMAT";
53
+ readonly BIGQUERY_FORMAT: "BIGQUERY_FORMAT";
54
+ readonly NETSUITE_FORMAT: "NETSUITE_FORMAT";
55
+ readonly WORKDAY_RAAS_FORMAT: "WORKDAY_RAAS_FORMAT";
56
+ readonly MONGODB_FORMAT: "MONGODB_FORMAT"; /** datasource format used for hive tables. */
57
+ readonly HIVE: "HIVE";
58
+ /**
59
+ * END - Query federation data source formats.
60
+ * Vector search managed index format
61
+ */
62
+ readonly VECTOR_INDEX_FORMAT: "VECTOR_INDEX_FORMAT"; /** Brickstore managed online row-oriented storage format. */
63
+ readonly DATABRICKS_ROW_STORE_FORMAT: "DATABRICKS_ROW_STORE_FORMAT"; /** Uniform storage format for Hudi */
64
+ readonly DELTA_UNIFORM_HUDI: "DELTA_UNIFORM_HUDI"; /** Uniform storage format for Iceberg */
65
+ readonly DELTA_UNIFORM_ICEBERG: "DELTA_UNIFORM_ICEBERG"; /** Apache Iceberg DataFormat */
66
+ readonly ICEBERG: "ICEBERG";
72
67
  };
73
- export type DataSourceFormat = (typeof DataSourceFormat)[keyof typeof DataSourceFormat] | (string & {});
74
- export declare const SecurableKind: {
75
- readonly TABLE_STANDARD: "TABLE_STANDARD";
76
- readonly TABLE_EXTERNAL: "TABLE_EXTERNAL";
77
- readonly TABLE_DELTA: "TABLE_DELTA";
78
- readonly TABLE_DELTA_EXTERNAL: "TABLE_DELTA_EXTERNAL";
79
- readonly TABLE_VIEW: "TABLE_VIEW";
80
- readonly TABLE_METRIC_VIEW: "TABLE_METRIC_VIEW";
81
- readonly TABLE_DELTASHARING: "TABLE_DELTASHARING";
82
- readonly TABLE_DELTASHARING_MUTABLE: "TABLE_DELTASHARING_MUTABLE";
83
- readonly TABLE_VIEW_DELTASHARING: "TABLE_VIEW_DELTASHARING";
84
- readonly TABLE_METRIC_VIEW_DELTASHARING: "TABLE_METRIC_VIEW_DELTASHARING";
85
- readonly TABLE_MATERIALIZED_VIEW_DELTASHARING: "TABLE_MATERIALIZED_VIEW_DELTASHARING";
86
- readonly TABLE_STREAMING_LIVE_TABLE_DELTASHARING: "TABLE_STREAMING_LIVE_TABLE_DELTASHARING";
87
- readonly TABLE_FOREIGN_DELTASHARING: "TABLE_FOREIGN_DELTASHARING";
88
- readonly TABLE_DELTA_ICEBERG_DELTASHARING: "TABLE_DELTA_ICEBERG_DELTASHARING";
89
- readonly TABLE_DELTASHARING_OPEN_DIR_BASED: "TABLE_DELTASHARING_OPEN_DIR_BASED";
90
- /** TABLE_FEATURE_STORE and TABLE_FEATURE_STORE_EXTERNAL are deprecated. */
91
- readonly TABLE_FEATURE_STORE: "TABLE_FEATURE_STORE";
92
- readonly TABLE_FEATURE_STORE_EXTERNAL: "TABLE_FEATURE_STORE_EXTERNAL";
93
- readonly TABLE_STREAMING_LIVE_TABLE: "TABLE_STREAMING_LIVE_TABLE";
94
- readonly TABLE_SYSTEM: "TABLE_SYSTEM";
95
- readonly TABLE_SYSTEM_DELTASHARING: "TABLE_SYSTEM_DELTASHARING";
96
- readonly TABLE_MATERIALIZED_VIEW: "TABLE_MATERIALIZED_VIEW";
97
- readonly TABLE_INTERNAL: "TABLE_INTERNAL";
98
- readonly TABLE_FOREIGN_BIGQUERY: "TABLE_FOREIGN_BIGQUERY";
99
- readonly TABLE_FOREIGN_MYSQL: "TABLE_FOREIGN_MYSQL";
100
- readonly TABLE_FOREIGN_ORACLE: "TABLE_FOREIGN_ORACLE";
101
- readonly TABLE_FOREIGN_POSTGRESQL: "TABLE_FOREIGN_POSTGRESQL";
102
- readonly TABLE_FOREIGN_SQLDW: "TABLE_FOREIGN_SQLDW";
103
- readonly TABLE_FOREIGN_REDSHIFT: "TABLE_FOREIGN_REDSHIFT";
104
- readonly TABLE_FOREIGN_SNOWFLAKE: "TABLE_FOREIGN_SNOWFLAKE";
105
- readonly TABLE_FOREIGN_SQLSERVER: "TABLE_FOREIGN_SQLSERVER";
106
- readonly TABLE_FOREIGN_SALESFORCE: "TABLE_FOREIGN_SALESFORCE";
107
- readonly TABLE_FOREIGN_SALESFORCE_DATA_CLOUD: "TABLE_FOREIGN_SALESFORCE_DATA_CLOUD";
108
- readonly TABLE_FOREIGN_SALESFORCE_DATA_CLOUD_FILE_SHARING: "TABLE_FOREIGN_SALESFORCE_DATA_CLOUD_FILE_SHARING";
109
- readonly TABLE_FOREIGN_SALESFORCE_DATA_CLOUD_FILE_SHARING_VIEW: "TABLE_FOREIGN_SALESFORCE_DATA_CLOUD_FILE_SHARING_VIEW";
110
- readonly TABLE_FOREIGN_TERADATA: "TABLE_FOREIGN_TERADATA";
111
- readonly TABLE_FOREIGN_NETSUITE: "TABLE_FOREIGN_NETSUITE";
112
- readonly TABLE_FOREIGN_DATABRICKS: "TABLE_FOREIGN_DATABRICKS";
113
- readonly TABLE_FOREIGN_WORKDAY_RAAS: "TABLE_FOREIGN_WORKDAY_RAAS";
114
- /** Deprecated in favor of more specific types below */
115
- readonly TABLE_FOREIGN_HIVE_METASTORE: "TABLE_FOREIGN_HIVE_METASTORE";
116
- readonly TABLE_FOREIGN_HIVE_METASTORE_MANAGED: "TABLE_FOREIGN_HIVE_METASTORE_MANAGED";
117
- readonly TABLE_FOREIGN_HIVE_METASTORE_DBFS_MANAGED: "TABLE_FOREIGN_HIVE_METASTORE_DBFS_MANAGED";
118
- readonly TABLE_FOREIGN_HIVE_METASTORE_EXTERNAL: "TABLE_FOREIGN_HIVE_METASTORE_EXTERNAL";
119
- readonly TABLE_FOREIGN_HIVE_METASTORE_DBFS_EXTERNAL: "TABLE_FOREIGN_HIVE_METASTORE_DBFS_EXTERNAL";
120
- readonly TABLE_FOREIGN_HIVE_METASTORE_VIEW: "TABLE_FOREIGN_HIVE_METASTORE_VIEW";
121
- readonly TABLE_FOREIGN_HIVE_METASTORE_DBFS_VIEW: "TABLE_FOREIGN_HIVE_METASTORE_DBFS_VIEW";
122
- readonly TABLE_FOREIGN_HIVE_METASTORE_SHALLOW_CLONE_MANAGED: "TABLE_FOREIGN_HIVE_METASTORE_SHALLOW_CLONE_MANAGED";
123
- readonly TABLE_FOREIGN_HIVE_METASTORE_DBFS_SHALLOW_CLONE_MANAGED: "TABLE_FOREIGN_HIVE_METASTORE_DBFS_SHALLOW_CLONE_MANAGED";
124
- readonly TABLE_FOREIGN_HIVE_METASTORE_SHALLOW_CLONE_EXTERNAL: "TABLE_FOREIGN_HIVE_METASTORE_SHALLOW_CLONE_EXTERNAL";
125
- readonly TABLE_FOREIGN_HIVE_METASTORE_DBFS_SHALLOW_CLONE_EXTERNAL: "TABLE_FOREIGN_HIVE_METASTORE_DBFS_SHALLOW_CLONE_EXTERNAL";
126
- readonly TABLE_FOREIGN_MONGODB: "TABLE_FOREIGN_MONGODB";
127
- readonly TABLE_DELTA_UNIFORM_HUDI_EXTERNAL: "TABLE_DELTA_UNIFORM_HUDI_EXTERNAL";
128
- readonly TABLE_DELTA_UNIFORM_ICEBERG_EXTERNAL: "TABLE_DELTA_UNIFORM_ICEBERG_EXTERNAL";
129
- readonly TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_HIVE_METASTORE_EXTERNAL: "TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_HIVE_METASTORE_EXTERNAL";
130
- readonly TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_HIVE_METASTORE_MANAGED: "TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_HIVE_METASTORE_MANAGED";
131
- readonly TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_SNOWFLAKE: "TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_SNOWFLAKE";
132
- /**
133
- * The above uniform securableKinds come from different data sources,
134
- * each creating a foreign catalog in Databricks with its own capabilities.
135
- * UC uses these attributes to interact with remote connections.
136
- * For shared foreign iceberg tables, all are under the Delta Sharing catalog
137
- * with the same capabilities, so the recipient UC does not need to connect
138
- * to the remote source.
139
- */
140
- readonly TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_DELTASHARING: "TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_DELTASHARING";
141
- /**
142
- * This is the delta sharing version of TABLE_DELTA_UNIFORM_ICEBERG_EXTERNAL.
143
- * Unlike the above foreign iceberg kinds which originate from external catalogs,
144
- * this represents an external uniform iceberg table shared via Delta Sharing.
145
- */
146
- readonly TABLE_DELTA_UNIFORM_ICEBERG_EXTERNAL_DELTASHARING: "TABLE_DELTA_UNIFORM_ICEBERG_EXTERNAL_DELTASHARING";
147
- /** These represent 2 variations of Managed Iceberg tables. See ManagedIcebergTableUtils.scala for more details. */
148
- readonly TABLE_ICEBERG_UNIFORM_MANAGED: "TABLE_ICEBERG_UNIFORM_MANAGED";
149
- readonly TABLE_DELTA_ICEBERG_MANAGED: "TABLE_DELTA_ICEBERG_MANAGED";
150
- readonly TABLE_ONLINE_VECTOR_INDEX_REPLICA: "TABLE_ONLINE_VECTOR_INDEX_REPLICA";
151
- readonly TABLE_ONLINE_VECTOR_INDEX_DIRECT: "TABLE_ONLINE_VECTOR_INDEX_DIRECT";
152
- readonly TABLE_ONLINE_VIEW: "TABLE_ONLINE_VIEW";
153
- readonly TABLE_DB_STORAGE: "TABLE_DB_STORAGE";
154
- readonly TABLE_MANAGED_POSTGRESQL: "TABLE_MANAGED_POSTGRESQL";
68
+ type DataSourceFormat = (typeof DataSourceFormat)[keyof typeof DataSourceFormat] | (string & {});
69
+ declare const SecurableKind: {
70
+ readonly TABLE_STANDARD: "TABLE_STANDARD";
71
+ readonly TABLE_EXTERNAL: "TABLE_EXTERNAL";
72
+ readonly TABLE_DELTA: "TABLE_DELTA";
73
+ readonly TABLE_DELTA_EXTERNAL: "TABLE_DELTA_EXTERNAL";
74
+ readonly TABLE_VIEW: "TABLE_VIEW";
75
+ readonly TABLE_METRIC_VIEW: "TABLE_METRIC_VIEW";
76
+ readonly TABLE_DELTASHARING: "TABLE_DELTASHARING";
77
+ readonly TABLE_DELTASHARING_MUTABLE: "TABLE_DELTASHARING_MUTABLE";
78
+ readonly TABLE_VIEW_DELTASHARING: "TABLE_VIEW_DELTASHARING";
79
+ readonly TABLE_METRIC_VIEW_DELTASHARING: "TABLE_METRIC_VIEW_DELTASHARING";
80
+ readonly TABLE_MATERIALIZED_VIEW_DELTASHARING: "TABLE_MATERIALIZED_VIEW_DELTASHARING";
81
+ readonly TABLE_STREAMING_LIVE_TABLE_DELTASHARING: "TABLE_STREAMING_LIVE_TABLE_DELTASHARING";
82
+ readonly TABLE_FOREIGN_DELTASHARING: "TABLE_FOREIGN_DELTASHARING";
83
+ readonly TABLE_DELTA_ICEBERG_DELTASHARING: "TABLE_DELTA_ICEBERG_DELTASHARING";
84
+ readonly TABLE_DELTASHARING_OPEN_DIR_BASED: "TABLE_DELTASHARING_OPEN_DIR_BASED"; /** TABLE_FEATURE_STORE and TABLE_FEATURE_STORE_EXTERNAL are deprecated. */
85
+ readonly TABLE_FEATURE_STORE: "TABLE_FEATURE_STORE";
86
+ readonly TABLE_FEATURE_STORE_EXTERNAL: "TABLE_FEATURE_STORE_EXTERNAL";
87
+ readonly TABLE_STREAMING_LIVE_TABLE: "TABLE_STREAMING_LIVE_TABLE";
88
+ readonly TABLE_SYSTEM: "TABLE_SYSTEM";
89
+ readonly TABLE_SYSTEM_DELTASHARING: "TABLE_SYSTEM_DELTASHARING";
90
+ readonly TABLE_MATERIALIZED_VIEW: "TABLE_MATERIALIZED_VIEW";
91
+ readonly TABLE_INTERNAL: "TABLE_INTERNAL";
92
+ readonly TABLE_FOREIGN_BIGQUERY: "TABLE_FOREIGN_BIGQUERY";
93
+ readonly TABLE_FOREIGN_MYSQL: "TABLE_FOREIGN_MYSQL";
94
+ readonly TABLE_FOREIGN_ORACLE: "TABLE_FOREIGN_ORACLE";
95
+ readonly TABLE_FOREIGN_POSTGRESQL: "TABLE_FOREIGN_POSTGRESQL";
96
+ readonly TABLE_FOREIGN_SQLDW: "TABLE_FOREIGN_SQLDW";
97
+ readonly TABLE_FOREIGN_REDSHIFT: "TABLE_FOREIGN_REDSHIFT";
98
+ readonly TABLE_FOREIGN_SNOWFLAKE: "TABLE_FOREIGN_SNOWFLAKE";
99
+ readonly TABLE_FOREIGN_SQLSERVER: "TABLE_FOREIGN_SQLSERVER";
100
+ readonly TABLE_FOREIGN_SALESFORCE: "TABLE_FOREIGN_SALESFORCE";
101
+ readonly TABLE_FOREIGN_SALESFORCE_DATA_CLOUD: "TABLE_FOREIGN_SALESFORCE_DATA_CLOUD";
102
+ readonly TABLE_FOREIGN_SALESFORCE_DATA_CLOUD_FILE_SHARING: "TABLE_FOREIGN_SALESFORCE_DATA_CLOUD_FILE_SHARING";
103
+ readonly TABLE_FOREIGN_SALESFORCE_DATA_CLOUD_FILE_SHARING_VIEW: "TABLE_FOREIGN_SALESFORCE_DATA_CLOUD_FILE_SHARING_VIEW";
104
+ readonly TABLE_FOREIGN_TERADATA: "TABLE_FOREIGN_TERADATA";
105
+ readonly TABLE_FOREIGN_NETSUITE: "TABLE_FOREIGN_NETSUITE";
106
+ readonly TABLE_FOREIGN_DATABRICKS: "TABLE_FOREIGN_DATABRICKS";
107
+ readonly TABLE_FOREIGN_WORKDAY_RAAS: "TABLE_FOREIGN_WORKDAY_RAAS"; /** Deprecated in favor of more specific types below */
108
+ readonly TABLE_FOREIGN_HIVE_METASTORE: "TABLE_FOREIGN_HIVE_METASTORE";
109
+ readonly TABLE_FOREIGN_HIVE_METASTORE_MANAGED: "TABLE_FOREIGN_HIVE_METASTORE_MANAGED";
110
+ readonly TABLE_FOREIGN_HIVE_METASTORE_DBFS_MANAGED: "TABLE_FOREIGN_HIVE_METASTORE_DBFS_MANAGED";
111
+ readonly TABLE_FOREIGN_HIVE_METASTORE_EXTERNAL: "TABLE_FOREIGN_HIVE_METASTORE_EXTERNAL";
112
+ readonly TABLE_FOREIGN_HIVE_METASTORE_DBFS_EXTERNAL: "TABLE_FOREIGN_HIVE_METASTORE_DBFS_EXTERNAL";
113
+ readonly TABLE_FOREIGN_HIVE_METASTORE_VIEW: "TABLE_FOREIGN_HIVE_METASTORE_VIEW";
114
+ readonly TABLE_FOREIGN_HIVE_METASTORE_DBFS_VIEW: "TABLE_FOREIGN_HIVE_METASTORE_DBFS_VIEW";
115
+ readonly TABLE_FOREIGN_HIVE_METASTORE_SHALLOW_CLONE_MANAGED: "TABLE_FOREIGN_HIVE_METASTORE_SHALLOW_CLONE_MANAGED";
116
+ readonly TABLE_FOREIGN_HIVE_METASTORE_DBFS_SHALLOW_CLONE_MANAGED: "TABLE_FOREIGN_HIVE_METASTORE_DBFS_SHALLOW_CLONE_MANAGED";
117
+ readonly TABLE_FOREIGN_HIVE_METASTORE_SHALLOW_CLONE_EXTERNAL: "TABLE_FOREIGN_HIVE_METASTORE_SHALLOW_CLONE_EXTERNAL";
118
+ readonly TABLE_FOREIGN_HIVE_METASTORE_DBFS_SHALLOW_CLONE_EXTERNAL: "TABLE_FOREIGN_HIVE_METASTORE_DBFS_SHALLOW_CLONE_EXTERNAL";
119
+ readonly TABLE_FOREIGN_MONGODB: "TABLE_FOREIGN_MONGODB";
120
+ readonly TABLE_DELTA_UNIFORM_HUDI_EXTERNAL: "TABLE_DELTA_UNIFORM_HUDI_EXTERNAL";
121
+ readonly TABLE_DELTA_UNIFORM_ICEBERG_EXTERNAL: "TABLE_DELTA_UNIFORM_ICEBERG_EXTERNAL";
122
+ readonly TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_HIVE_METASTORE_EXTERNAL: "TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_HIVE_METASTORE_EXTERNAL";
123
+ readonly TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_HIVE_METASTORE_MANAGED: "TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_HIVE_METASTORE_MANAGED";
124
+ readonly TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_SNOWFLAKE: "TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_SNOWFLAKE";
125
+ /**
126
+ * The above uniform securableKinds come from different data sources,
127
+ * each creating a foreign catalog in Databricks with its own capabilities.
128
+ * UC uses these attributes to interact with remote connections.
129
+ * For shared foreign iceberg tables, all are under the Delta Sharing catalog
130
+ * with the same capabilities, so the recipient UC does not need to connect
131
+ * to the remote source.
132
+ */
133
+ readonly TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_DELTASHARING: "TABLE_DELTA_UNIFORM_ICEBERG_FOREIGN_DELTASHARING";
134
+ /**
135
+ * This is the delta sharing version of TABLE_DELTA_UNIFORM_ICEBERG_EXTERNAL.
136
+ * Unlike the above foreign iceberg kinds which originate from external catalogs,
137
+ * this represents an external uniform iceberg table shared via Delta Sharing.
138
+ */
139
+ readonly TABLE_DELTA_UNIFORM_ICEBERG_EXTERNAL_DELTASHARING: "TABLE_DELTA_UNIFORM_ICEBERG_EXTERNAL_DELTASHARING"; /** These represent 2 variations of Managed Iceberg tables. See ManagedIcebergTableUtils.scala for more details. */
140
+ readonly TABLE_ICEBERG_UNIFORM_MANAGED: "TABLE_ICEBERG_UNIFORM_MANAGED";
141
+ readonly TABLE_DELTA_ICEBERG_MANAGED: "TABLE_DELTA_ICEBERG_MANAGED";
142
+ readonly TABLE_ONLINE_VECTOR_INDEX_REPLICA: "TABLE_ONLINE_VECTOR_INDEX_REPLICA";
143
+ readonly TABLE_ONLINE_VECTOR_INDEX_DIRECT: "TABLE_ONLINE_VECTOR_INDEX_DIRECT";
144
+ readonly TABLE_ONLINE_VIEW: "TABLE_ONLINE_VIEW";
145
+ readonly TABLE_DB_STORAGE: "TABLE_DB_STORAGE";
146
+ readonly TABLE_MANAGED_POSTGRESQL: "TABLE_MANAGED_POSTGRESQL";
155
147
  };
156
- export type SecurableKind = (typeof SecurableKind)[keyof typeof SecurableKind] | (string & {});
148
+ type SecurableKind = (typeof SecurableKind)[keyof typeof SecurableKind] | (string & {});
157
149
  /** The type of Unity Catalog securable. */
158
- export declare const SecurableType: {
159
- readonly CATALOG: "CATALOG";
160
- readonly SCHEMA: "SCHEMA";
161
- readonly TABLE: "TABLE";
162
- readonly STORAGE_CREDENTIAL: "STORAGE_CREDENTIAL";
163
- readonly EXTERNAL_LOCATION: "EXTERNAL_LOCATION";
164
- readonly FUNCTION: "FUNCTION";
165
- readonly SHARE: "SHARE";
166
- readonly PROVIDER: "PROVIDER";
167
- readonly RECIPIENT: "RECIPIENT";
168
- readonly CLEAN_ROOM: "CLEAN_ROOM";
169
- readonly METASTORE: "METASTORE";
170
- readonly PIPELINE: "PIPELINE";
171
- readonly VOLUME: "VOLUME";
172
- readonly CONNECTION: "CONNECTION";
173
- readonly CREDENTIAL: "CREDENTIAL";
174
- readonly EXTERNAL_METADATA: "EXTERNAL_METADATA";
175
- /** TODO: [UC-2980] Staging tables aren't full-fleged securables yet. */
176
- readonly STAGING_TABLE: "STAGING_TABLE";
150
+ declare const SecurableType: {
151
+ readonly CATALOG: "CATALOG";
152
+ readonly SCHEMA: "SCHEMA";
153
+ readonly TABLE: "TABLE";
154
+ readonly STORAGE_CREDENTIAL: "STORAGE_CREDENTIAL";
155
+ readonly EXTERNAL_LOCATION: "EXTERNAL_LOCATION";
156
+ readonly FUNCTION: "FUNCTION";
157
+ readonly SHARE: "SHARE";
158
+ readonly PROVIDER: "PROVIDER";
159
+ readonly RECIPIENT: "RECIPIENT";
160
+ readonly CLEAN_ROOM: "CLEAN_ROOM";
161
+ readonly METASTORE: "METASTORE";
162
+ readonly PIPELINE: "PIPELINE";
163
+ readonly VOLUME: "VOLUME";
164
+ readonly CONNECTION: "CONNECTION";
165
+ readonly CREDENTIAL: "CREDENTIAL";
166
+ readonly EXTERNAL_METADATA: "EXTERNAL_METADATA"; /** TODO: [UC-2980] Staging tables aren't full-fleged securables yet. */
167
+ readonly STAGING_TABLE: "STAGING_TABLE";
177
168
  };
178
- export type SecurableType = (typeof SecurableType)[keyof typeof SecurableType] | (string & {});
179
- export declare const SseEncryptionAlgorithm: {
180
- readonly SSE_ENCRYPTION_ALGORITHM_UNSPECIFIED: "";
181
- readonly AWS_SSE_S3: "AWS_SSE_S3";
182
- readonly AWS_SSE_KMS: "AWS_SSE_KMS";
169
+ type SecurableType = (typeof SecurableType)[keyof typeof SecurableType] | (string & {});
170
+ declare const SseEncryptionAlgorithm: {
171
+ readonly SSE_ENCRYPTION_ALGORITHM_UNSPECIFIED: "SSE_ENCRYPTION_ALGORITHM_UNSPECIFIED";
172
+ readonly AWS_SSE_S3: "AWS_SSE_S3";
173
+ readonly AWS_SSE_KMS: "AWS_SSE_KMS";
183
174
  };
184
- export type SseEncryptionAlgorithm = (typeof SseEncryptionAlgorithm)[keyof typeof SseEncryptionAlgorithm] | (string & {});
185
- export declare const TableType: {
186
- readonly MANAGED: "MANAGED";
187
- readonly EXTERNAL: "EXTERNAL";
188
- readonly VIEW: "VIEW";
189
- readonly MATERIALIZED_VIEW: "MATERIALIZED_VIEW";
190
- readonly STREAMING_TABLE: "STREAMING_TABLE";
191
- readonly MANAGED_SHALLOW_CLONE: "MANAGED_SHALLOW_CLONE";
192
- readonly FOREIGN: "FOREIGN";
193
- readonly EXTERNAL_SHALLOW_CLONE: "EXTERNAL_SHALLOW_CLONE";
194
- readonly METRIC_VIEW: "METRIC_VIEW";
175
+ type SseEncryptionAlgorithm = (typeof SseEncryptionAlgorithm)[keyof typeof SseEncryptionAlgorithm] | (string & {});
176
+ declare const TableType: {
177
+ readonly MANAGED: "MANAGED";
178
+ readonly EXTERNAL: "EXTERNAL";
179
+ readonly VIEW: "VIEW";
180
+ readonly MATERIALIZED_VIEW: "MATERIALIZED_VIEW";
181
+ readonly STREAMING_TABLE: "STREAMING_TABLE";
182
+ readonly MANAGED_SHALLOW_CLONE: "MANAGED_SHALLOW_CLONE";
183
+ readonly FOREIGN: "FOREIGN";
184
+ readonly EXTERNAL_SHALLOW_CLONE: "EXTERNAL_SHALLOW_CLONE";
185
+ readonly METRIC_VIEW: "METRIC_VIEW";
195
186
  };
196
- export type TableType = (typeof TableType)[keyof typeof TableType] | (string & {});
187
+ type TableType = (typeof TableType)[keyof typeof TableType] | (string & {});
197
188
  /**
198
189
  * During the OAuth flow, specifies which stage the option should be displayed in the UI.
199
190
  * OAUTH_STAGE_UNSPECIFIED is the default value for options unrelated to the OAuth flow.
@@ -201,650 +192,646 @@ export type TableType = (typeof TableType)[keyof typeof TableType] | (string & {
201
192
  * BEFORE_ACCESS_TOKEN corresponds to options that are necessary to create a foreign connection,
202
193
  * but that should be displayed after the authorization code has already been received.
203
194
  */
204
- export declare const OptionSpec_OauthStage: {
205
- readonly OAUTH_STAGE_UNSPECIFIED: "";
206
- readonly BEFORE_AUTHORIZATION_CODE: "BEFORE_AUTHORIZATION_CODE";
207
- readonly BEFORE_ACCESS_TOKEN: "BEFORE_ACCESS_TOKEN";
195
+ declare const OptionSpec_OauthStage: {
196
+ readonly OAUTH_STAGE_UNSPECIFIED: "OAUTH_STAGE_UNSPECIFIED";
197
+ readonly BEFORE_AUTHORIZATION_CODE: "BEFORE_AUTHORIZATION_CODE";
198
+ readonly BEFORE_ACCESS_TOKEN: "BEFORE_ACCESS_TOKEN";
208
199
  };
209
- export type OptionSpec_OauthStage = (typeof OptionSpec_OauthStage)[keyof typeof OptionSpec_OauthStage] | (string & {});
200
+ type OptionSpec_OauthStage = (typeof OptionSpec_OauthStage)[keyof typeof OptionSpec_OauthStage] | (string & {});
210
201
  /**
211
202
  * Type of the option, we purposely follow JavaScript types so that
212
203
  * the UI can map the options to JS types.
213
204
  * https://www.w3schools.com/js/js_datatypes.asp
214
205
  * Enum is a special case that it's just string with selections.
215
206
  */
216
- export declare const OptionSpec_OptionType: {
217
- readonly OPTION_TYPE_UNSPECIFIED: "";
218
- readonly OPTION_BOOLEAN: "OPTION_BOOLEAN";
219
- readonly OPTION_NUMBER: "OPTION_NUMBER";
220
- readonly OPTION_BIGINT: "OPTION_BIGINT";
221
- readonly OPTION_STRING: "OPTION_STRING";
222
- readonly OPTION_ENUM: "OPTION_ENUM";
223
- readonly OPTION_SERVICE_CREDENTIAL: "OPTION_SERVICE_CREDENTIAL";
224
- readonly OPTION_MULTILINE_STRING: "OPTION_MULTILINE_STRING";
207
+ declare const OptionSpec_OptionType: {
208
+ readonly OPTION_TYPE_UNSPECIFIED: "OPTION_TYPE_UNSPECIFIED";
209
+ readonly OPTION_BOOLEAN: "OPTION_BOOLEAN";
210
+ readonly OPTION_NUMBER: "OPTION_NUMBER";
211
+ readonly OPTION_BIGINT: "OPTION_BIGINT";
212
+ readonly OPTION_STRING: "OPTION_STRING";
213
+ readonly OPTION_ENUM: "OPTION_ENUM";
214
+ readonly OPTION_SERVICE_CREDENTIAL: "OPTION_SERVICE_CREDENTIAL";
215
+ readonly OPTION_MULTILINE_STRING: "OPTION_MULTILINE_STRING";
225
216
  };
226
- export type OptionSpec_OptionType = (typeof OptionSpec_OptionType)[keyof typeof OptionSpec_OptionType] | (string & {});
227
- export interface ColumnInfo {
228
- /** Name of Column. */
229
- name?: string | undefined;
230
- /** Full data type specification as SQL/catalogString text. */
231
- typeText?: string | undefined;
232
- typeName?: ColumnTypeName | undefined;
233
- /** Ordinal position of column (starting at position 0). */
234
- position?: number | undefined;
235
- /** Digits of precision; required for DecimalTypes. */
236
- typePrecision?: number | undefined;
237
- /** Digits to right of decimal; Required for DecimalTypes. */
238
- typeScale?: number | undefined;
239
- /** Format of IntervalType. */
240
- typeIntervalType?: string | undefined;
241
- /** Full data type specification, JSON-serialized. */
242
- typeJson?: string | undefined;
243
- /** User-provided free-form text description. */
244
- comment?: string | undefined;
245
- /** Whether field may be Null (default: true). */
246
- nullable?: boolean | undefined;
247
- /** Partition index for column. */
248
- partitionIndex?: number | undefined;
249
- mask?: ColumnMask | undefined;
250
- }
251
- export interface ColumnMask {
252
- /** The full name of the column mask SQL UDF. */
253
- functionName?: string | undefined;
254
- /**
255
- * The list of additional table columns to be passed as input to the column mask function. The
256
- * first arg of the mask function should be of the type of the column being masked and the
257
- * types of the rest of the args should match the types of columns in 'using_column_names'.
258
- */
259
- usingColumnNames?: string[] | undefined;
260
- /**
261
- * The list of additional table columns or literals to be passed as additional arguments to
262
- * a column mask function. This is the replacement of the deprecated using_column_names field and
263
- * carries information about the types (alias or constant) of the arguments to the mask function.
264
- */
265
- usingArguments?: PolicyFunctionArgument[] | undefined;
217
+ type OptionSpec_OptionType = (typeof OptionSpec_OptionType)[keyof typeof OptionSpec_OptionType] | (string & {});
218
+ interface ColumnInfo {
219
+ /** Name of Column. */
220
+ name?: string | undefined;
221
+ /** Full data type specification as SQL/catalogString text. */
222
+ typeText?: string | undefined;
223
+ typeName?: ColumnTypeName | undefined;
224
+ /** Ordinal position of column (starting at position 0). */
225
+ position?: number | undefined;
226
+ /** Digits of precision; required for DecimalTypes. */
227
+ typePrecision?: number | undefined;
228
+ /** Digits to right of decimal; Required for DecimalTypes. */
229
+ typeScale?: number | undefined;
230
+ /** Format of IntervalType. */
231
+ typeIntervalType?: string | undefined;
232
+ /** Full data type specification, JSON-serialized. */
233
+ typeJson?: string | undefined;
234
+ /** User-provided free-form text description. */
235
+ comment?: string | undefined;
236
+ /** Whether field may be Null (default: true). */
237
+ nullable?: boolean | undefined;
238
+ /** Partition index for column. */
239
+ partitionIndex?: number | undefined;
240
+ mask?: ColumnMask | undefined;
241
+ }
242
+ interface ColumnMask {
243
+ /** The full name of the column mask SQL UDF. */
244
+ functionName?: string | undefined;
245
+ /**
246
+ * The list of additional table columns to be passed as input to the column mask function. The
247
+ * first arg of the mask function should be of the type of the column being masked and the
248
+ * types of the rest of the args should match the types of columns in 'using_column_names'.
249
+ */
250
+ usingColumnNames?: string[] | undefined;
251
+ /**
252
+ * The list of additional table columns or literals to be passed as additional arguments to
253
+ * a column mask function. This is the replacement of the deprecated using_column_names field and
254
+ * carries information about the types (alias or constant) of the arguments to the mask function.
255
+ */
256
+ usingArguments?: PolicyFunctionArgument[] | undefined;
266
257
  }
267
258
  /** A connection that is dependent on a SQL object. */
268
- export interface ConnectionDependency {
269
- /** Full name of the dependent connection, in the form of __connection_name__. */
270
- connectionName?: string | undefined;
271
- }
272
- export interface CreateTableConstraintRequest {
273
- /** The full name of the table referenced by the constraint. */
274
- fullNameArg?: string | undefined;
275
- constraint?: TableConstraint | undefined;
276
- }
277
- export interface CreateTableRequest {
278
- /** Name of table, relative to parent schema. */
279
- name?: string | undefined;
280
- /** Name of parent catalog. */
281
- catalogName?: string | undefined;
282
- /** Name of parent schema relative to its parent catalog. */
283
- schemaName?: string | undefined;
284
- tableType?: TableType | undefined;
285
- dataSourceFormat?: DataSourceFormat | undefined;
286
- /** Storage root URL for table (for **MANAGED**, **EXTERNAL** tables). */
287
- storageLocation?: string | undefined;
288
- /** View definition SQL (when __table_type__ is **VIEW**, **MATERIALIZED_VIEW**, or **STREAMING_TABLE**) */
289
- viewDefinition?: string | undefined;
290
- /**
291
- * View dependencies (when table_type == **VIEW** or **MATERIALIZED_VIEW**, **STREAMING_TABLE**)
292
- * - when DependencyList is None, the dependency is not provided;
293
- * - when DependencyList is an empty list, the dependency is provided but is empty;
294
- * - when DependencyList is not an empty list, dependencies are provided and recorded.
295
- * Note: this field is not set in the output of the __listTables__ API.
296
- */
297
- viewDependencies?: DependencyList | undefined;
298
- /** List of schemes whose objects can be referenced without qualification. */
299
- sqlPath?: string | undefined;
300
- /** Username of current owner of table. */
301
- owner?: string | undefined;
302
- /** User-provided free-form text description. */
303
- comment?: string | undefined;
304
- /** Name of the storage credential, when a storage credential is configured for use with this table. */
305
- storageCredentialName?: string | undefined;
306
- /** List of table constraints. Note: this field is not set in the output of the __listTables__ API. */
307
- tableConstraints?: TableConstraint[] | undefined;
308
- rowFilter?: RowFilter | undefined;
309
- /** The pipeline ID of the table. Applicable for tables created by pipelines (Materialized View, Streaming Table, etc.). */
310
- pipelineId?: string | undefined;
311
- enablePredictiveOptimization?: string | undefined;
312
- /** Unique identifier of parent metastore. */
313
- metastoreId?: string | undefined;
314
- /** Full name of table, in form of __catalog_name__.__schema_name__.__table_name__ */
315
- fullName?: string | undefined;
316
- /** Unique ID of the Data Access Configuration to use with the table data. */
317
- dataAccessConfigurationId?: string | undefined;
318
- /** Time at which this table was created, in epoch milliseconds. */
319
- createdAt?: bigint | undefined;
320
- /** Username of table creator. */
321
- createdBy?: string | undefined;
322
- /** Time at which this table was last modified, in epoch milliseconds. */
323
- updatedAt?: bigint | undefined;
324
- /** Username of user who last modified the table. */
325
- updatedBy?: string | undefined;
326
- /** The unique identifier of the table. */
327
- tableId?: string | undefined;
328
- /** Information pertaining to current state of the delta table. */
329
- deltaRuntimePropertiesKvpairs?: DeltaRuntimePropertiesKvPairs | undefined;
330
- /** Time at which this table was deleted, in epoch milliseconds. Field is omitted if table is not deleted. */
331
- deletedAt?: bigint | undefined;
332
- effectivePredictiveOptimizationFlag?: EffectivePredictiveOptimizationFlag | undefined;
333
- /** The AWS access point to use when accesing s3 for this external location. */
334
- accessPoint?: string | undefined;
335
- /** Indicates whether the principal is limited to retrieving metadata for the associated object through the BROWSE privilege when include_browse is enabled in the request. */
336
- browseOnly?: boolean | undefined;
337
- encryptionDetails?: EncryptionDetails | undefined;
338
- /** SecurableKindManifest of table, including capabilities the table has. */
339
- securableKindManifest?: SecurableKindManifest | undefined;
340
- /** The array of __ColumnInfo__ definitions of the table's columns. */
341
- columns?: ColumnInfo[] | undefined;
342
- /** A map of key-value properties attached to the securable. */
343
- properties?: Record<string, string> | undefined;
259
+ interface ConnectionDependency {
260
+ /** Full name of the dependent connection, in the form of __connection_name__. */
261
+ connectionName?: string | undefined;
262
+ }
263
+ interface CreateTableConstraintRequest {
264
+ /** The full name of the table referenced by the constraint. */
265
+ fullNameArg?: string | undefined;
266
+ constraint?: TableConstraint | undefined;
267
+ }
268
+ interface CreateTableRequest {
269
+ /** Name of table, relative to parent schema. */
270
+ name?: string | undefined;
271
+ /** Name of parent catalog. */
272
+ catalogName?: string | undefined;
273
+ /** Name of parent schema relative to its parent catalog. */
274
+ schemaName?: string | undefined;
275
+ tableType?: TableType | undefined;
276
+ dataSourceFormat?: DataSourceFormat | undefined;
277
+ /** Storage root URL for table (for **MANAGED**, **EXTERNAL** tables). */
278
+ storageLocation?: string | undefined;
279
+ /** View definition SQL (when __table_type__ is **VIEW**, **MATERIALIZED_VIEW**, or **STREAMING_TABLE**) */
280
+ viewDefinition?: string | undefined;
281
+ /**
282
+ * View dependencies (when table_type == **VIEW** or **MATERIALIZED_VIEW**, **STREAMING_TABLE**)
283
+ * - when DependencyList is None, the dependency is not provided;
284
+ * - when DependencyList is an empty list, the dependency is provided but is empty;
285
+ * - when DependencyList is not an empty list, dependencies are provided and recorded.
286
+ * Note: this field is not set in the output of the __listTables__ API.
287
+ */
288
+ viewDependencies?: DependencyList | undefined;
289
+ /** List of schemes whose objects can be referenced without qualification. */
290
+ sqlPath?: string | undefined;
291
+ /** Username of current owner of table. */
292
+ owner?: string | undefined;
293
+ /** User-provided free-form text description. */
294
+ comment?: string | undefined;
295
+ /** Name of the storage credential, when a storage credential is configured for use with this table. */
296
+ storageCredentialName?: string | undefined;
297
+ /** List of table constraints. Note: this field is not set in the output of the __listTables__ API. */
298
+ tableConstraints?: TableConstraint[] | undefined;
299
+ rowFilter?: RowFilter | undefined;
300
+ /** The pipeline ID of the table. Applicable for tables created by pipelines (Materialized View, Streaming Table, etc.). */
301
+ pipelineId?: string | undefined;
302
+ enablePredictiveOptimization?: string | undefined;
303
+ /** Unique identifier of parent metastore. */
304
+ metastoreId?: string | undefined;
305
+ /** Full name of table, in form of __catalog_name__.__schema_name__.__table_name__ */
306
+ fullName?: string | undefined;
307
+ /** Unique ID of the Data Access Configuration to use with the table data. */
308
+ dataAccessConfigurationId?: string | undefined;
309
+ /** Time at which this table was created, in epoch milliseconds. */
310
+ createdAt?: bigint | undefined;
311
+ /** Username of table creator. */
312
+ createdBy?: string | undefined;
313
+ /** Time at which this table was last modified, in epoch milliseconds. */
314
+ updatedAt?: bigint | undefined;
315
+ /** Username of user who last modified the table. */
316
+ updatedBy?: string | undefined;
317
+ /** The unique identifier of the table. */
318
+ tableId?: string | undefined;
319
+ /** Information pertaining to current state of the delta table. */
320
+ deltaRuntimePropertiesKvpairs?: DeltaRuntimePropertiesKvPairs | undefined;
321
+ /** Time at which this table was deleted, in epoch milliseconds. Field is omitted if table is not deleted. */
322
+ deletedAt?: bigint | undefined;
323
+ effectivePredictiveOptimizationFlag?: EffectivePredictiveOptimizationFlag | undefined;
324
+ /** The AWS access point to use when accesing s3 for this external location. */
325
+ accessPoint?: string | undefined;
326
+ /** Indicates whether the principal is limited to retrieving metadata for the associated object through the BROWSE privilege when include_browse is enabled in the request. */
327
+ browseOnly?: boolean | undefined;
328
+ encryptionDetails?: EncryptionDetails | undefined;
329
+ /** SecurableKindManifest of table, including capabilities the table has. */
330
+ securableKindManifest?: SecurableKindManifest | undefined;
331
+ /** The array of __ColumnInfo__ definitions of the table's columns. */
332
+ columns?: ColumnInfo[] | undefined;
333
+ /** A map of key-value properties attached to the securable. */
334
+ properties?: Record<string, string> | undefined;
344
335
  }
345
336
  /** A credential that is dependent on a SQL object. */
346
- export interface CredentialDependency {
347
- /** Full name of the dependent credential, in the form of __credential_name__. */
348
- credentialName?: string | undefined;
349
- }
350
- export interface DeleteTableConstraintRequest {
351
- /** Full name of the table referenced by the constraint. */
352
- fullNameArg?: string | undefined;
353
- /** The name of the constraint to delete. */
354
- constraintName?: string | undefined;
355
- /**
356
- * If true, try deleting all child constraints of the current constraint.
357
- * If false, reject this operation if the current constraint has any child constraints.
358
- */
359
- cascade?: boolean | undefined;
360
- }
361
- export interface DeleteTableConstraintResponse {
362
- }
363
- export interface DeleteTableRequest {
364
- /** Full name of the table. */
365
- fullNameArg?: string | undefined;
366
- }
367
- export interface DeleteTableResponse {
368
- }
337
+ interface CredentialDependency {
338
+ /** Full name of the dependent credential, in the form of __credential_name__. */
339
+ credentialName?: string | undefined;
340
+ }
341
+ interface DeleteTableConstraintRequest {
342
+ /** Full name of the table referenced by the constraint. */
343
+ fullNameArg?: string | undefined;
344
+ /** The name of the constraint to delete. */
345
+ constraintName?: string | undefined;
346
+ /**
347
+ * If true, try deleting all child constraints of the current constraint.
348
+ * If false, reject this operation if the current constraint has any child constraints.
349
+ */
350
+ cascade?: boolean | undefined;
351
+ }
352
+ interface DeleteTableConstraintResponse {}
353
+ interface DeleteTableRequest {
354
+ /** Full name of the table. */
355
+ fullNameArg?: string | undefined;
356
+ }
357
+ interface DeleteTableResponse {}
369
358
  /**
370
359
  * Properties pertaining to the current state of the delta table as given by the commit server.
371
360
  * This does not contain **delta.*** (input) properties in __TableInfo.properties__.
372
361
  */
373
- export interface DeltaRuntimePropertiesKvPairs {
374
- /** A map of key-value properties attached to the securable. */
375
- deltaRuntimeProperties?: Record<string, string> | undefined;
362
+ interface DeltaRuntimePropertiesKvPairs {
363
+ /** A map of key-value properties attached to the securable. */
364
+ deltaRuntimeProperties?: Record<string, string> | undefined;
376
365
  }
377
366
  /**
378
367
  * A dependency of a SQL object. One of the following fields must be defined:
379
368
  * __table__, __function__, __connection__, __credential__, __volume__, or __secret__.
380
369
  */
381
- export interface Dependency {
382
- value?: {
383
- $case: 'table';
384
- table: TableDependency;
385
- } | {
386
- $case: 'function';
387
- function: FunctionDependency;
388
- } | {
389
- $case: 'connection';
390
- connection: ConnectionDependency;
391
- } | {
392
- $case: 'credential';
393
- credential: CredentialDependency;
394
- } | undefined;
370
+ interface Dependency {
371
+ value?: {
372
+ $case: 'table';
373
+ table: TableDependency;
374
+ } | {
375
+ $case: 'function';
376
+ function: FunctionDependency;
377
+ } | {
378
+ $case: 'connection';
379
+ connection: ConnectionDependency;
380
+ } | {
381
+ $case: 'credential';
382
+ credential: CredentialDependency;
383
+ } | undefined;
395
384
  }
396
385
  /** A list of dependencies. */
397
- export interface DependencyList {
398
- /** Array of dependencies. */
399
- dependencies?: Dependency[] | undefined;
400
- }
401
- export interface EffectivePredictiveOptimizationFlag {
402
- /** Whether predictive optimization should be enabled for this object and objects under it. */
403
- value?: string | undefined;
404
- /** The type of the object from which the flag was inherited. If there was no inheritance, this field is left blank. */
405
- inheritedFromType?: string | undefined;
406
- /** The name of the object from which the flag was inherited. If there was no inheritance, this field is left blank. */
407
- inheritedFromName?: string | undefined;
386
+ interface DependencyList {
387
+ /** Array of dependencies. */
388
+ dependencies?: Dependency[] | undefined;
389
+ }
390
+ interface EffectivePredictiveOptimizationFlag {
391
+ /** Whether predictive optimization should be enabled for this object and objects under it. */
392
+ value?: string | undefined;
393
+ /** The type of the object from which the flag was inherited. If there was no inheritance, this field is left blank. */
394
+ inheritedFromType?: string | undefined;
395
+ /** The name of the object from which the flag was inherited. If there was no inheritance, this field is left blank. */
396
+ inheritedFromName?: string | undefined;
408
397
  }
409
398
  /** Encryption options that apply to clients connecting to cloud storage. */
410
- export interface EncryptionDetails {
411
- encryptionDetailsType?: {
412
- $case: 'sseEncryptionDetails';
413
- /** Server-Side Encryption properties for clients communicating with AWS s3. */
414
- sseEncryptionDetails: SseEncryptionDetails;
415
- } | undefined;
416
- }
417
- export interface ForeignKeyConstraint {
418
- /** The name of the constraint. */
419
- name?: string | undefined;
420
- /** Column names for this constraint. */
421
- childColumns?: string[] | undefined;
422
- /** The full name of the parent constraint. */
423
- parentTable?: string | undefined;
424
- /** Column names for this constraint. */
425
- parentColumns?: string[] | undefined;
426
- /** True if the constraint is RELY, false or unset if NORELY. */
427
- rely?: boolean | undefined;
399
+ interface EncryptionDetails {
400
+ encryptionDetailsType?: {
401
+ $case: 'sseEncryptionDetails'; /** Server-Side Encryption properties for clients communicating with AWS s3. */
402
+ sseEncryptionDetails: SseEncryptionDetails;
403
+ } | undefined;
404
+ }
405
+ interface ForeignKeyConstraint {
406
+ /** The name of the constraint. */
407
+ name?: string | undefined;
408
+ /** Column names for this constraint. */
409
+ childColumns?: string[] | undefined;
410
+ /** The full name of the parent constraint. */
411
+ parentTable?: string | undefined;
412
+ /** Column names for this constraint. */
413
+ parentColumns?: string[] | undefined;
414
+ /** True if the constraint is RELY, false or unset if NORELY. */
415
+ rely?: boolean | undefined;
428
416
  }
429
417
  /** A function that is dependent on a SQL object. */
430
- export interface FunctionDependency {
431
- /** Full name of the dependent function, in the form of __catalog_name__.__schema_name__.__function_name__. */
432
- functionFullName?: string | undefined;
433
- }
434
- export interface GetTableRequest {
435
- /** Full name of the table. */
436
- fullNameArg?: string | undefined;
437
- /** Whether delta metadata should be included in the response. */
438
- includeDeltaMetadata?: boolean | undefined;
439
- /** Whether to include tables in the response for which the principal can only access selective metadata for. */
440
- includeBrowse?: boolean | undefined;
441
- /** Whether to include a manifest containing table capabilities in the response. */
442
- includeManifestCapabilities?: boolean | undefined;
443
- }
444
- export interface ListTableSummariesRequest {
445
- /** Name of parent catalog for tables of interest. */
446
- catalogName?: string | undefined;
447
- /**
448
- * A sql LIKE pattern (% and _) for schema names.
449
- * All schemas will be returned if not set or empty.
450
- */
451
- schemaNamePattern?: string | undefined;
452
- /**
453
- * A sql LIKE pattern (% and _) for table names.
454
- * All tables will be returned if not set or empty.
455
- */
456
- tableNamePattern?: string | undefined;
457
- /**
458
- * Maximum number of summaries for tables to return.
459
- * If not set, the page length is set to a server configured value (10000, as of 1/5/2024).
460
- * - when set to a value greater than 0, the page length is the minimum of this value and a server configured value (10000, as of 1/5/2024);
461
- * - when set to 0, the page length is set to a server configured value (10000, as of 1/5/2024) (recommended);
462
- * - when set to a value less than 0, an invalid parameter error is returned;
463
- */
464
- maxResults?: number | undefined;
465
- /** Opaque pagination token to go to next page based on previous query. */
466
- pageToken?: string | undefined;
467
- /** Whether to include a manifest containing table capabilities in the response. */
468
- includeManifestCapabilities?: boolean | undefined;
469
- }
470
- export interface ListTableSummariesResponse {
471
- /** List of table summaries. */
472
- tables?: TableSummary[] | undefined;
473
- /**
474
- * Opaque token to retrieve the next page of results. Absent if there are no more pages.
475
- * __page_token__ should be set to this value for the next request (for the next page of results).
476
- */
477
- nextPageToken?: string | undefined;
478
- }
479
- export interface ListTablesRequest {
480
- /** Name of parent catalog for tables of interest. */
481
- catalogName?: string | undefined;
482
- /** Parent schema of tables. */
483
- schemaName?: string | undefined;
484
- /**
485
- * Maximum number of tables to return.
486
- * If not set, all the tables are returned (not recommended).
487
- * - when set to a value greater than 0, the page length is the minimum of this value and a server configured value;
488
- * - when set to 0, the page length is set to a server configured value (recommended);
489
- * - when set to a value less than 0, an invalid parameter error is returned;
490
- */
491
- maxResults?: number | undefined;
492
- /** Opaque token to send for the next page of results (pagination). */
493
- pageToken?: string | undefined;
494
- /** Whether to omit the columns of the table from the response or not. */
495
- omitColumns?: boolean | undefined;
496
- /** Whether to omit the properties of the table from the response or not. */
497
- omitProperties?: boolean | undefined;
498
- /** Whether to omit the username of the table (e.g. owner, updated_by, created_by) from the response or not. */
499
- omitUsername?: boolean | undefined;
500
- /** Whether to include tables in the response for which the principal can only access selective metadata for. */
501
- includeBrowse?: boolean | undefined;
502
- /** Whether to include a manifest containing table capabilities in the response. */
503
- includeManifestCapabilities?: boolean | undefined;
504
- }
505
- export interface ListTablesResponse {
506
- /** An array of table information objects. */
507
- tables?: TableInfo[] | undefined;
508
- /**
509
- * Opaque token to retrieve the next page of results. Absent if there are no more pages.
510
- * __page_token__ should be set to this value for the next request (for the next page of results).
511
- */
512
- nextPageToken?: string | undefined;
513
- }
514
- export interface NamedTableConstraint {
515
- /** The name of the constraint. */
516
- name?: string | undefined;
418
+ interface FunctionDependency {
419
+ /** Full name of the dependent function, in the form of __catalog_name__.__schema_name__.__function_name__. */
420
+ functionFullName?: string | undefined;
421
+ }
422
+ interface GetTableRequest {
423
+ /** Full name of the table. */
424
+ fullNameArg?: string | undefined;
425
+ /** Whether delta metadata should be included in the response. */
426
+ includeDeltaMetadata?: boolean | undefined;
427
+ /** Whether to include tables in the response for which the principal can only access selective metadata for. */
428
+ includeBrowse?: boolean | undefined;
429
+ /** Whether to include a manifest containing table capabilities in the response. */
430
+ includeManifestCapabilities?: boolean | undefined;
431
+ }
432
+ interface ListTableSummariesRequest {
433
+ /** Name of parent catalog for tables of interest. */
434
+ catalogName?: string | undefined;
435
+ /**
436
+ * A sql LIKE pattern (% and _) for schema names.
437
+ * All schemas will be returned if not set or empty.
438
+ */
439
+ schemaNamePattern?: string | undefined;
440
+ /**
441
+ * A sql LIKE pattern (% and _) for table names.
442
+ * All tables will be returned if not set or empty.
443
+ */
444
+ tableNamePattern?: string | undefined;
445
+ /**
446
+ * Maximum number of summaries for tables to return.
447
+ * If not set, the page length is set to a server configured value (10000, as of 1/5/2024).
448
+ * - when set to a value greater than 0, the page length is the minimum of this value and a server configured value (10000, as of 1/5/2024);
449
+ * - when set to 0, the page length is set to a server configured value (10000, as of 1/5/2024) (recommended);
450
+ * - when set to a value less than 0, an invalid parameter error is returned;
451
+ */
452
+ maxResults?: number | undefined;
453
+ /** Opaque pagination token to go to next page based on previous query. */
454
+ pageToken?: string | undefined;
455
+ /** Whether to include a manifest containing table capabilities in the response. */
456
+ includeManifestCapabilities?: boolean | undefined;
457
+ }
458
+ interface ListTableSummariesResponse {
459
+ /** List of table summaries. */
460
+ tables?: TableSummary[] | undefined;
461
+ /**
462
+ * Opaque token to retrieve the next page of results. Absent if there are no more pages.
463
+ * __page_token__ should be set to this value for the next request (for the next page of results).
464
+ */
465
+ nextPageToken?: string | undefined;
466
+ }
467
+ interface ListTablesRequest {
468
+ /** Name of parent catalog for tables of interest. */
469
+ catalogName?: string | undefined;
470
+ /** Parent schema of tables. */
471
+ schemaName?: string | undefined;
472
+ /**
473
+ * Maximum number of tables to return.
474
+ * If not set, all the tables are returned (not recommended).
475
+ * - when set to a value greater than 0, the page length is the minimum of this value and a server configured value;
476
+ * - when set to 0, the page length is set to a server configured value (recommended);
477
+ * - when set to a value less than 0, an invalid parameter error is returned;
478
+ */
479
+ maxResults?: number | undefined;
480
+ /** Opaque token to send for the next page of results (pagination). */
481
+ pageToken?: string | undefined;
482
+ /** Whether to omit the columns of the table from the response or not. */
483
+ omitColumns?: boolean | undefined;
484
+ /** Whether to omit the properties of the table from the response or not. */
485
+ omitProperties?: boolean | undefined;
486
+ /** Whether to omit the username of the table (e.g. owner, updated_by, created_by) from the response or not. */
487
+ omitUsername?: boolean | undefined;
488
+ /** Whether to include tables in the response for which the principal can only access selective metadata for. */
489
+ includeBrowse?: boolean | undefined;
490
+ /** Whether to include a manifest containing table capabilities in the response. */
491
+ includeManifestCapabilities?: boolean | undefined;
492
+ }
493
+ interface ListTablesResponse {
494
+ /** An array of table information objects. */
495
+ tables?: TableInfo[] | undefined;
496
+ /**
497
+ * Opaque token to retrieve the next page of results. Absent if there are no more pages.
498
+ * __page_token__ should be set to this value for the next request (for the next page of results).
499
+ */
500
+ nextPageToken?: string | undefined;
501
+ }
502
+ interface NamedTableConstraint {
503
+ /** The name of the constraint. */
504
+ name?: string | undefined;
517
505
  }
518
506
  /**
519
507
  * Spec of an allowed option on a securable kind and its attributes.
520
508
  * This is mostly used by UI to provide user friendly hints and descriptions
521
509
  * in order to facilitate the securable creation process.
522
510
  */
523
- export interface OptionSpec {
524
- /** The unique name of the option. */
525
- name?: string | undefined;
526
- /** The type of the option. */
527
- type?: OptionSpec_OptionType | undefined;
528
- /** The default value of the option, for example, value '443' for 'port' option. */
529
- defaultValue?: string | undefined;
530
- /**
531
- * For drop down / radio button selections, UI will want to know the possible
532
- * input values, it can also be used by other option types to limit input selections.
533
- */
534
- allowedValues?: string[] | undefined;
535
- /**
536
- * The hint is used on the UI to suggest what the input value
537
- * can possibly be like, for example: example.com for 'host' option.
538
- * Unlike default value, it will not be applied automatically without user input.
539
- */
540
- hint?: string | undefined;
541
- /** A concise user facing description of what the input value of this option should look like. */
542
- description?: string | undefined;
543
- /** Is the option required. */
544
- isRequired?: boolean | undefined;
545
- /** Is the option value considered secret and thus redacted on the UI. */
546
- isSecret?: boolean | undefined;
547
- /** Is the option value not user settable and is thus not shown on the UI. */
548
- isHidden?: boolean | undefined;
549
- /** Is the option updatable by users. */
550
- isUpdatable?: boolean | undefined;
551
- /** Specifies when the option value is displayed on the UI within the OAuth flow. */
552
- oauthStage?: OptionSpec_OauthStage | undefined;
553
- /** Specifies whether this option is safe to log, i.e. no sensitive information. */
554
- isLoggable?: boolean | undefined;
555
- /** Indicates whether an option can be provided by users in the create/update path of an entity. */
556
- isCreatable?: boolean | undefined;
557
- /** Indicates whether an option should be displayed with copy button on the UI. */
558
- isCopiable?: boolean | undefined;
511
+ interface OptionSpec {
512
+ /** The unique name of the option. */
513
+ name?: string | undefined;
514
+ /** The type of the option. */
515
+ type?: OptionSpec_OptionType | undefined;
516
+ /** The default value of the option, for example, value '443' for 'port' option. */
517
+ defaultValue?: string | undefined;
518
+ /**
519
+ * For drop down / radio button selections, UI will want to know the possible
520
+ * input values, it can also be used by other option types to limit input selections.
521
+ */
522
+ allowedValues?: string[] | undefined;
523
+ /**
524
+ * The hint is used on the UI to suggest what the input value
525
+ * can possibly be like, for example: example.com for 'host' option.
526
+ * Unlike default value, it will not be applied automatically without user input.
527
+ */
528
+ hint?: string | undefined;
529
+ /** A concise user facing description of what the input value of this option should look like. */
530
+ description?: string | undefined;
531
+ /** Is the option required. */
532
+ isRequired?: boolean | undefined;
533
+ /** Is the option value considered secret and thus redacted on the UI. */
534
+ isSecret?: boolean | undefined;
535
+ /** Is the option value not user settable and is thus not shown on the UI. */
536
+ isHidden?: boolean | undefined;
537
+ /** Is the option updatable by users. */
538
+ isUpdatable?: boolean | undefined;
539
+ /** Specifies when the option value is displayed on the UI within the OAuth flow. */
540
+ oauthStage?: OptionSpec_OauthStage | undefined;
541
+ /** Specifies whether this option is safe to log, i.e. no sensitive information. */
542
+ isLoggable?: boolean | undefined;
543
+ /** Indicates whether an option can be provided by users in the create/update path of an entity. */
544
+ isCreatable?: boolean | undefined;
545
+ /** Indicates whether an option should be displayed with copy button on the UI. */
546
+ isCopiable?: boolean | undefined;
559
547
  }
560
548
  /**
561
549
  * A positional argument passed to a row filter or column mask function.
562
550
  * Distinguishes between column references and literals.
563
551
  */
564
- export interface PolicyFunctionArgument {
565
- arg?: {
566
- $case: 'column';
567
- /** A column reference. */
568
- column: string;
569
- } | {
570
- $case: 'constant';
571
- /** A constant literal. */
572
- constant: string;
573
- } | undefined;
574
- }
575
- export interface PrimaryKeyConstraint {
576
- /** The name of the constraint. */
577
- name?: string | undefined;
578
- /** Column names for this constraint. */
579
- childColumns?: string[] | undefined;
580
- /** Column names that represent a timeseries. */
581
- timeseriesColumns?: string[] | undefined;
582
- /** True if the constraint is RELY, false or unset if NORELY. */
583
- rely?: boolean | undefined;
584
- }
585
- export interface RowFilter {
586
- /** The full name of the row filter SQL UDF. */
587
- functionName?: string | undefined;
588
- /**
589
- * The list of table columns to be passed as input to the row filter function. The column types
590
- * should match the types of the filter function arguments.
591
- */
592
- inputColumnNames?: string[] | undefined;
593
- /**
594
- * The list of additional table columns or literals to be passed as additional arguments to
595
- * a row filter function. This is the replacement of the deprecated input_column_names field and
596
- * carries information about the types (alias or constant) of the arguments to the filter function.
597
- */
598
- inputArguments?: PolicyFunctionArgument[] | undefined;
552
+ interface PolicyFunctionArgument {
553
+ arg?: {
554
+ $case: 'column'; /** A column reference. */
555
+ column: string;
556
+ } | {
557
+ $case: 'constant'; /** A constant literal. */
558
+ constant: string;
559
+ } | undefined;
560
+ }
561
+ interface PrimaryKeyConstraint {
562
+ /** The name of the constraint. */
563
+ name?: string | undefined;
564
+ /** Column names for this constraint. */
565
+ childColumns?: string[] | undefined;
566
+ /** Column names that represent a timeseries. */
567
+ timeseriesColumns?: string[] | undefined;
568
+ /** True if the constraint is RELY, false or unset if NORELY. */
569
+ rely?: boolean | undefined;
570
+ }
571
+ interface RowFilter {
572
+ /** The full name of the row filter SQL UDF. */
573
+ functionName?: string | undefined;
574
+ /**
575
+ * The list of table columns to be passed as input to the row filter function. The column types
576
+ * should match the types of the filter function arguments.
577
+ */
578
+ inputColumnNames?: string[] | undefined;
579
+ /**
580
+ * The list of additional table columns or literals to be passed as additional arguments to
581
+ * a row filter function. This is the replacement of the deprecated input_column_names field and
582
+ * carries information about the types (alias or constant) of the arguments to the filter function.
583
+ */
584
+ inputArguments?: PolicyFunctionArgument[] | undefined;
599
585
  }
600
586
  /** Manifest of a specific securable kind. */
601
- export interface SecurableKindManifest {
602
- /** Securable Type of the kind. */
603
- securableType?: SecurableType | undefined;
604
- /** Securable kind to get manifest of. */
605
- securableKind?: SecurableKind | undefined;
606
- /** Privileges that can be assigned to the securable. */
607
- assignablePrivileges?: string[] | undefined;
608
- /** Detailed specs of allowed options. */
609
- options?: OptionSpec[] | undefined;
610
- /** A list of capabilities in the securable kind. */
611
- capabilities?: string[] | undefined;
587
+ interface SecurableKindManifest {
588
+ /** Securable Type of the kind. */
589
+ securableType?: SecurableType | undefined;
590
+ /** Securable kind to get manifest of. */
591
+ securableKind?: SecurableKind | undefined;
592
+ /** Privileges that can be assigned to the securable. */
593
+ assignablePrivileges?: string[] | undefined;
594
+ /** Detailed specs of allowed options. */
595
+ options?: OptionSpec[] | undefined;
596
+ /** A list of capabilities in the securable kind. */
597
+ capabilities?: string[] | undefined;
612
598
  }
613
599
  /** Server-Side Encryption properties for clients communicating with AWS s3. */
614
- export interface SseEncryptionDetails {
615
- /** Sets the value of the 'x-amz-server-side-encryption' header in S3 request. */
616
- algorithm?: SseEncryptionAlgorithm | undefined;
617
- /**
618
- * Optional. The ARN of the SSE-KMS key used with the S3 location, when algorithm = "SSE-KMS".
619
- * Sets the value of the 'x-amz-server-side-encryption-aws-kms-key-id' header.
620
- */
621
- awsKmsKeyArn?: string | undefined;
600
+ interface SseEncryptionDetails {
601
+ /** Sets the value of the 'x-amz-server-side-encryption' header in S3 request. */
602
+ algorithm?: SseEncryptionAlgorithm | undefined;
603
+ /**
604
+ * Optional. The ARN of the SSE-KMS key used with the S3 location, when algorithm = "SSE-KMS".
605
+ * Sets the value of the 'x-amz-server-side-encryption-aws-kms-key-id' header.
606
+ */
607
+ awsKmsKeyArn?: string | undefined;
622
608
  }
623
609
  /**
624
610
  * A table constraint, as defined by *one* of the following fields being set:
625
611
  * __primary_key_constraint__, __foreign_key_constraint__, __named_table_constraint__.
626
612
  */
627
- export interface TableConstraint {
628
- constraint?: {
629
- $case: 'primaryKeyConstraint';
630
- primaryKeyConstraint: PrimaryKeyConstraint;
631
- } | {
632
- $case: 'foreignKeyConstraint';
633
- foreignKeyConstraint: ForeignKeyConstraint;
634
- } | {
635
- $case: 'namedTableConstraint';
636
- namedTableConstraint: NamedTableConstraint;
637
- } | undefined;
613
+ interface TableConstraint {
614
+ constraint?: {
615
+ $case: 'primaryKeyConstraint';
616
+ primaryKeyConstraint: PrimaryKeyConstraint;
617
+ } | {
618
+ $case: 'foreignKeyConstraint';
619
+ foreignKeyConstraint: ForeignKeyConstraint;
620
+ } | {
621
+ $case: 'namedTableConstraint';
622
+ namedTableConstraint: NamedTableConstraint;
623
+ } | undefined;
638
624
  }
639
625
  /** A table that is dependent on a SQL object. */
640
- export interface TableDependency {
641
- /** Full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__. */
642
- tableFullName?: string | undefined;
643
- }
644
- export interface TableExistsRequest {
645
- /** Full name of the table. */
646
- fullNameArg?: string | undefined;
647
- }
648
- export interface TableExistsResponse {
649
- /** Whether the table exists or not. */
650
- tableExists?: boolean | undefined;
651
- }
652
- export interface TableInfo {
653
- /** Name of table, relative to parent schema. */
654
- name?: string | undefined;
655
- /** Name of parent catalog. */
656
- catalogName?: string | undefined;
657
- /** Name of parent schema relative to its parent catalog. */
658
- schemaName?: string | undefined;
659
- tableType?: TableType | undefined;
660
- dataSourceFormat?: DataSourceFormat | undefined;
661
- /** Storage root URL for table (for **MANAGED**, **EXTERNAL** tables). */
662
- storageLocation?: string | undefined;
663
- /** View definition SQL (when __table_type__ is **VIEW**, **MATERIALIZED_VIEW**, or **STREAMING_TABLE**) */
664
- viewDefinition?: string | undefined;
665
- /**
666
- * View dependencies (when table_type == **VIEW** or **MATERIALIZED_VIEW**, **STREAMING_TABLE**)
667
- * - when DependencyList is None, the dependency is not provided;
668
- * - when DependencyList is an empty list, the dependency is provided but is empty;
669
- * - when DependencyList is not an empty list, dependencies are provided and recorded.
670
- * Note: this field is not set in the output of the __listTables__ API.
671
- */
672
- viewDependencies?: DependencyList | undefined;
673
- /** List of schemes whose objects can be referenced without qualification. */
674
- sqlPath?: string | undefined;
675
- /** Username of current owner of table. */
676
- owner?: string | undefined;
677
- /** User-provided free-form text description. */
678
- comment?: string | undefined;
679
- /** Name of the storage credential, when a storage credential is configured for use with this table. */
680
- storageCredentialName?: string | undefined;
681
- /** List of table constraints. Note: this field is not set in the output of the __listTables__ API. */
682
- tableConstraints?: TableConstraint[] | undefined;
683
- rowFilter?: RowFilter | undefined;
684
- /** The pipeline ID of the table. Applicable for tables created by pipelines (Materialized View, Streaming Table, etc.). */
685
- pipelineId?: string | undefined;
686
- enablePredictiveOptimization?: string | undefined;
687
- /** Unique identifier of parent metastore. */
688
- metastoreId?: string | undefined;
689
- /** Full name of table, in form of __catalog_name__.__schema_name__.__table_name__ */
690
- fullName?: string | undefined;
691
- /** Unique ID of the Data Access Configuration to use with the table data. */
692
- dataAccessConfigurationId?: string | undefined;
693
- /** Time at which this table was created, in epoch milliseconds. */
694
- createdAt?: bigint | undefined;
695
- /** Username of table creator. */
696
- createdBy?: string | undefined;
697
- /** Time at which this table was last modified, in epoch milliseconds. */
698
- updatedAt?: bigint | undefined;
699
- /** Username of user who last modified the table. */
700
- updatedBy?: string | undefined;
701
- /** The unique identifier of the table. */
702
- tableId?: string | undefined;
703
- /** Information pertaining to current state of the delta table. */
704
- deltaRuntimePropertiesKvpairs?: DeltaRuntimePropertiesKvPairs | undefined;
705
- /** Time at which this table was deleted, in epoch milliseconds. Field is omitted if table is not deleted. */
706
- deletedAt?: bigint | undefined;
707
- effectivePredictiveOptimizationFlag?: EffectivePredictiveOptimizationFlag | undefined;
708
- /** The AWS access point to use when accesing s3 for this external location. */
709
- accessPoint?: string | undefined;
710
- /** Indicates whether the principal is limited to retrieving metadata for the associated object through the BROWSE privilege when include_browse is enabled in the request. */
711
- browseOnly?: boolean | undefined;
712
- encryptionDetails?: EncryptionDetails | undefined;
713
- /** SecurableKindManifest of table, including capabilities the table has. */
714
- securableKindManifest?: SecurableKindManifest | undefined;
715
- /** The array of __ColumnInfo__ definitions of the table's columns. */
716
- columns?: ColumnInfo[] | undefined;
717
- /** A map of key-value properties attached to the securable. */
718
- properties?: Record<string, string> | undefined;
719
- }
720
- export interface TableSummary {
721
- /** The full name of the table. */
722
- fullName?: string | undefined;
723
- tableType?: TableType | undefined;
724
- /** SecurableKindManifest of table, including capabilities the table has. */
725
- securableKindManifest?: SecurableKindManifest | undefined;
726
- }
727
- export interface UpdateTableRequest {
728
- /** Full name of the table. */
729
- fullNameArg?: string | undefined;
730
- /** Name of table, relative to parent schema. */
731
- name?: string | undefined;
732
- /** Name of parent catalog. */
733
- catalogName?: string | undefined;
734
- /** Name of parent schema relative to its parent catalog. */
735
- schemaName?: string | undefined;
736
- tableType?: TableType | undefined;
737
- dataSourceFormat?: DataSourceFormat | undefined;
738
- /** Storage root URL for table (for **MANAGED**, **EXTERNAL** tables). */
739
- storageLocation?: string | undefined;
740
- /** View definition SQL (when __table_type__ is **VIEW**, **MATERIALIZED_VIEW**, or **STREAMING_TABLE**) */
741
- viewDefinition?: string | undefined;
742
- /**
743
- * View dependencies (when table_type == **VIEW** or **MATERIALIZED_VIEW**, **STREAMING_TABLE**)
744
- * - when DependencyList is None, the dependency is not provided;
745
- * - when DependencyList is an empty list, the dependency is provided but is empty;
746
- * - when DependencyList is not an empty list, dependencies are provided and recorded.
747
- * Note: this field is not set in the output of the __listTables__ API.
748
- */
749
- viewDependencies?: DependencyList | undefined;
750
- /** List of schemes whose objects can be referenced without qualification. */
751
- sqlPath?: string | undefined;
752
- /** Username of current owner of table. */
753
- owner?: string | undefined;
754
- /** User-provided free-form text description. */
755
- comment?: string | undefined;
756
- /** Name of the storage credential, when a storage credential is configured for use with this table. */
757
- storageCredentialName?: string | undefined;
758
- /** List of table constraints. Note: this field is not set in the output of the __listTables__ API. */
759
- tableConstraints?: TableConstraint[] | undefined;
760
- rowFilter?: RowFilter | undefined;
761
- /** The pipeline ID of the table. Applicable for tables created by pipelines (Materialized View, Streaming Table, etc.). */
762
- pipelineId?: string | undefined;
763
- enablePredictiveOptimization?: string | undefined;
764
- /** Unique identifier of parent metastore. */
765
- metastoreId?: string | undefined;
766
- /** Full name of table, in form of __catalog_name__.__schema_name__.__table_name__ */
767
- fullName?: string | undefined;
768
- /** Unique ID of the Data Access Configuration to use with the table data. */
769
- dataAccessConfigurationId?: string | undefined;
770
- /** Time at which this table was created, in epoch milliseconds. */
771
- createdAt?: bigint | undefined;
772
- /** Username of table creator. */
773
- createdBy?: string | undefined;
774
- /** Time at which this table was last modified, in epoch milliseconds. */
775
- updatedAt?: bigint | undefined;
776
- /** Username of user who last modified the table. */
777
- updatedBy?: string | undefined;
778
- /** The unique identifier of the table. */
779
- tableId?: string | undefined;
780
- /** Information pertaining to current state of the delta table. */
781
- deltaRuntimePropertiesKvpairs?: DeltaRuntimePropertiesKvPairs | undefined;
782
- /** Time at which this table was deleted, in epoch milliseconds. Field is omitted if table is not deleted. */
783
- deletedAt?: bigint | undefined;
784
- effectivePredictiveOptimizationFlag?: EffectivePredictiveOptimizationFlag | undefined;
785
- /** The AWS access point to use when accesing s3 for this external location. */
786
- accessPoint?: string | undefined;
787
- /** Indicates whether the principal is limited to retrieving metadata for the associated object through the BROWSE privilege when include_browse is enabled in the request. */
788
- browseOnly?: boolean | undefined;
789
- encryptionDetails?: EncryptionDetails | undefined;
790
- /** SecurableKindManifest of table, including capabilities the table has. */
791
- securableKindManifest?: SecurableKindManifest | undefined;
792
- /** The array of __ColumnInfo__ definitions of the table's columns. */
793
- columns?: ColumnInfo[] | undefined;
794
- /** A map of key-value properties attached to the securable. */
795
- properties?: Record<string, string> | undefined;
796
- }
797
- export interface UpdateTableResponse {
798
- }
799
- export declare const unmarshalColumnInfoSchema: z.ZodType<ColumnInfo>;
800
- export declare const unmarshalColumnMaskSchema: z.ZodType<ColumnMask>;
801
- export declare const unmarshalConnectionDependencySchema: z.ZodType<ConnectionDependency>;
802
- export declare const unmarshalCredentialDependencySchema: z.ZodType<CredentialDependency>;
803
- export declare const unmarshalDeleteTableConstraintResponseSchema: z.ZodType<DeleteTableConstraintResponse>;
804
- export declare const unmarshalDeleteTableResponseSchema: z.ZodType<DeleteTableResponse>;
805
- export declare const unmarshalDeltaRuntimePropertiesKvPairsSchema: z.ZodType<DeltaRuntimePropertiesKvPairs>;
806
- export declare const unmarshalDependencySchema: z.ZodType<Dependency>;
807
- export declare const unmarshalDependencyListSchema: z.ZodType<DependencyList>;
808
- export declare const unmarshalEffectivePredictiveOptimizationFlagSchema: z.ZodType<EffectivePredictiveOptimizationFlag>;
809
- export declare const unmarshalEncryptionDetailsSchema: z.ZodType<EncryptionDetails>;
810
- export declare const unmarshalForeignKeyConstraintSchema: z.ZodType<ForeignKeyConstraint>;
811
- export declare const unmarshalFunctionDependencySchema: z.ZodType<FunctionDependency>;
812
- export declare const unmarshalListTableSummariesResponseSchema: z.ZodType<ListTableSummariesResponse>;
813
- export declare const unmarshalListTablesResponseSchema: z.ZodType<ListTablesResponse>;
814
- export declare const unmarshalNamedTableConstraintSchema: z.ZodType<NamedTableConstraint>;
815
- export declare const unmarshalOptionSpecSchema: z.ZodType<OptionSpec>;
816
- export declare const unmarshalPolicyFunctionArgumentSchema: z.ZodType<PolicyFunctionArgument>;
817
- export declare const unmarshalPrimaryKeyConstraintSchema: z.ZodType<PrimaryKeyConstraint>;
818
- export declare const unmarshalRowFilterSchema: z.ZodType<RowFilter>;
819
- export declare const unmarshalSecurableKindManifestSchema: z.ZodType<SecurableKindManifest>;
820
- export declare const unmarshalSseEncryptionDetailsSchema: z.ZodType<SseEncryptionDetails>;
821
- export declare const unmarshalTableConstraintSchema: z.ZodType<TableConstraint>;
822
- export declare const unmarshalTableDependencySchema: z.ZodType<TableDependency>;
823
- export declare const unmarshalTableExistsResponseSchema: z.ZodType<TableExistsResponse>;
824
- export declare const unmarshalTableInfoSchema: z.ZodType<TableInfo>;
825
- export declare const unmarshalTableSummarySchema: z.ZodType<TableSummary>;
826
- export declare const unmarshalUpdateTableResponseSchema: z.ZodType<UpdateTableResponse>;
827
- export declare const marshalColumnInfoSchema: z.ZodType;
828
- export declare const marshalColumnMaskSchema: z.ZodType;
829
- export declare const marshalConnectionDependencySchema: z.ZodType;
830
- export declare const marshalCreateTableConstraintRequestSchema: z.ZodType;
831
- export declare const marshalCreateTableRequestSchema: z.ZodType;
832
- export declare const marshalCredentialDependencySchema: z.ZodType;
833
- export declare const marshalDeltaRuntimePropertiesKvPairsSchema: z.ZodType;
834
- export declare const marshalDependencySchema: z.ZodType;
835
- export declare const marshalDependencyListSchema: z.ZodType;
836
- export declare const marshalEffectivePredictiveOptimizationFlagSchema: z.ZodType;
837
- export declare const marshalEncryptionDetailsSchema: z.ZodType;
838
- export declare const marshalForeignKeyConstraintSchema: z.ZodType;
839
- export declare const marshalFunctionDependencySchema: z.ZodType;
840
- export declare const marshalNamedTableConstraintSchema: z.ZodType;
841
- export declare const marshalOptionSpecSchema: z.ZodType;
842
- export declare const marshalPolicyFunctionArgumentSchema: z.ZodType;
843
- export declare const marshalPrimaryKeyConstraintSchema: z.ZodType;
844
- export declare const marshalRowFilterSchema: z.ZodType;
845
- export declare const marshalSecurableKindManifestSchema: z.ZodType;
846
- export declare const marshalSseEncryptionDetailsSchema: z.ZodType;
847
- export declare const marshalTableConstraintSchema: z.ZodType;
848
- export declare const marshalTableDependencySchema: z.ZodType;
849
- export declare const marshalUpdateTableRequestSchema: z.ZodType;
626
+ interface TableDependency {
627
+ /** Full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__. */
628
+ tableFullName?: string | undefined;
629
+ }
630
+ interface TableExistsRequest {
631
+ /** Full name of the table. */
632
+ fullNameArg?: string | undefined;
633
+ }
634
+ interface TableExistsResponse {
635
+ /** Whether the table exists or not. */
636
+ tableExists?: boolean | undefined;
637
+ }
638
+ interface TableInfo {
639
+ /** Name of table, relative to parent schema. */
640
+ name?: string | undefined;
641
+ /** Name of parent catalog. */
642
+ catalogName?: string | undefined;
643
+ /** Name of parent schema relative to its parent catalog. */
644
+ schemaName?: string | undefined;
645
+ tableType?: TableType | undefined;
646
+ dataSourceFormat?: DataSourceFormat | undefined;
647
+ /** Storage root URL for table (for **MANAGED**, **EXTERNAL** tables). */
648
+ storageLocation?: string | undefined;
649
+ /** View definition SQL (when __table_type__ is **VIEW**, **MATERIALIZED_VIEW**, or **STREAMING_TABLE**) */
650
+ viewDefinition?: string | undefined;
651
+ /**
652
+ * View dependencies (when table_type == **VIEW** or **MATERIALIZED_VIEW**, **STREAMING_TABLE**)
653
+ * - when DependencyList is None, the dependency is not provided;
654
+ * - when DependencyList is an empty list, the dependency is provided but is empty;
655
+ * - when DependencyList is not an empty list, dependencies are provided and recorded.
656
+ * Note: this field is not set in the output of the __listTables__ API.
657
+ */
658
+ viewDependencies?: DependencyList | undefined;
659
+ /** List of schemes whose objects can be referenced without qualification. */
660
+ sqlPath?: string | undefined;
661
+ /** Username of current owner of table. */
662
+ owner?: string | undefined;
663
+ /** User-provided free-form text description. */
664
+ comment?: string | undefined;
665
+ /** Name of the storage credential, when a storage credential is configured for use with this table. */
666
+ storageCredentialName?: string | undefined;
667
+ /** List of table constraints. Note: this field is not set in the output of the __listTables__ API. */
668
+ tableConstraints?: TableConstraint[] | undefined;
669
+ rowFilter?: RowFilter | undefined;
670
+ /** The pipeline ID of the table. Applicable for tables created by pipelines (Materialized View, Streaming Table, etc.). */
671
+ pipelineId?: string | undefined;
672
+ enablePredictiveOptimization?: string | undefined;
673
+ /** Unique identifier of parent metastore. */
674
+ metastoreId?: string | undefined;
675
+ /** Full name of table, in form of __catalog_name__.__schema_name__.__table_name__ */
676
+ fullName?: string | undefined;
677
+ /** Unique ID of the Data Access Configuration to use with the table data. */
678
+ dataAccessConfigurationId?: string | undefined;
679
+ /** Time at which this table was created, in epoch milliseconds. */
680
+ createdAt?: bigint | undefined;
681
+ /** Username of table creator. */
682
+ createdBy?: string | undefined;
683
+ /** Time at which this table was last modified, in epoch milliseconds. */
684
+ updatedAt?: bigint | undefined;
685
+ /** Username of user who last modified the table. */
686
+ updatedBy?: string | undefined;
687
+ /** The unique identifier of the table. */
688
+ tableId?: string | undefined;
689
+ /** Information pertaining to current state of the delta table. */
690
+ deltaRuntimePropertiesKvpairs?: DeltaRuntimePropertiesKvPairs | undefined;
691
+ /** Time at which this table was deleted, in epoch milliseconds. Field is omitted if table is not deleted. */
692
+ deletedAt?: bigint | undefined;
693
+ effectivePredictiveOptimizationFlag?: EffectivePredictiveOptimizationFlag | undefined;
694
+ /** The AWS access point to use when accesing s3 for this external location. */
695
+ accessPoint?: string | undefined;
696
+ /** Indicates whether the principal is limited to retrieving metadata for the associated object through the BROWSE privilege when include_browse is enabled in the request. */
697
+ browseOnly?: boolean | undefined;
698
+ encryptionDetails?: EncryptionDetails | undefined;
699
+ /** SecurableKindManifest of table, including capabilities the table has. */
700
+ securableKindManifest?: SecurableKindManifest | undefined;
701
+ /** The array of __ColumnInfo__ definitions of the table's columns. */
702
+ columns?: ColumnInfo[] | undefined;
703
+ /** A map of key-value properties attached to the securable. */
704
+ properties?: Record<string, string> | undefined;
705
+ }
706
+ interface TableSummary {
707
+ /** The full name of the table. */
708
+ fullName?: string | undefined;
709
+ tableType?: TableType | undefined;
710
+ /** SecurableKindManifest of table, including capabilities the table has. */
711
+ securableKindManifest?: SecurableKindManifest | undefined;
712
+ }
713
+ interface UpdateTableRequest {
714
+ /** Full name of the table. */
715
+ fullNameArg?: string | undefined;
716
+ /** Name of table, relative to parent schema. */
717
+ name?: string | undefined;
718
+ /** Name of parent catalog. */
719
+ catalogName?: string | undefined;
720
+ /** Name of parent schema relative to its parent catalog. */
721
+ schemaName?: string | undefined;
722
+ tableType?: TableType | undefined;
723
+ dataSourceFormat?: DataSourceFormat | undefined;
724
+ /** Storage root URL for table (for **MANAGED**, **EXTERNAL** tables). */
725
+ storageLocation?: string | undefined;
726
+ /** View definition SQL (when __table_type__ is **VIEW**, **MATERIALIZED_VIEW**, or **STREAMING_TABLE**) */
727
+ viewDefinition?: string | undefined;
728
+ /**
729
+ * View dependencies (when table_type == **VIEW** or **MATERIALIZED_VIEW**, **STREAMING_TABLE**)
730
+ * - when DependencyList is None, the dependency is not provided;
731
+ * - when DependencyList is an empty list, the dependency is provided but is empty;
732
+ * - when DependencyList is not an empty list, dependencies are provided and recorded.
733
+ * Note: this field is not set in the output of the __listTables__ API.
734
+ */
735
+ viewDependencies?: DependencyList | undefined;
736
+ /** List of schemes whose objects can be referenced without qualification. */
737
+ sqlPath?: string | undefined;
738
+ /** Username of current owner of table. */
739
+ owner?: string | undefined;
740
+ /** User-provided free-form text description. */
741
+ comment?: string | undefined;
742
+ /** Name of the storage credential, when a storage credential is configured for use with this table. */
743
+ storageCredentialName?: string | undefined;
744
+ /** List of table constraints. Note: this field is not set in the output of the __listTables__ API. */
745
+ tableConstraints?: TableConstraint[] | undefined;
746
+ rowFilter?: RowFilter | undefined;
747
+ /** The pipeline ID of the table. Applicable for tables created by pipelines (Materialized View, Streaming Table, etc.). */
748
+ pipelineId?: string | undefined;
749
+ enablePredictiveOptimization?: string | undefined;
750
+ /** Unique identifier of parent metastore. */
751
+ metastoreId?: string | undefined;
752
+ /** Full name of table, in form of __catalog_name__.__schema_name__.__table_name__ */
753
+ fullName?: string | undefined;
754
+ /** Unique ID of the Data Access Configuration to use with the table data. */
755
+ dataAccessConfigurationId?: string | undefined;
756
+ /** Time at which this table was created, in epoch milliseconds. */
757
+ createdAt?: bigint | undefined;
758
+ /** Username of table creator. */
759
+ createdBy?: string | undefined;
760
+ /** Time at which this table was last modified, in epoch milliseconds. */
761
+ updatedAt?: bigint | undefined;
762
+ /** Username of user who last modified the table. */
763
+ updatedBy?: string | undefined;
764
+ /** The unique identifier of the table. */
765
+ tableId?: string | undefined;
766
+ /** Information pertaining to current state of the delta table. */
767
+ deltaRuntimePropertiesKvpairs?: DeltaRuntimePropertiesKvPairs | undefined;
768
+ /** Time at which this table was deleted, in epoch milliseconds. Field is omitted if table is not deleted. */
769
+ deletedAt?: bigint | undefined;
770
+ effectivePredictiveOptimizationFlag?: EffectivePredictiveOptimizationFlag | undefined;
771
+ /** The AWS access point to use when accesing s3 for this external location. */
772
+ accessPoint?: string | undefined;
773
+ /** Indicates whether the principal is limited to retrieving metadata for the associated object through the BROWSE privilege when include_browse is enabled in the request. */
774
+ browseOnly?: boolean | undefined;
775
+ encryptionDetails?: EncryptionDetails | undefined;
776
+ /** SecurableKindManifest of table, including capabilities the table has. */
777
+ securableKindManifest?: SecurableKindManifest | undefined;
778
+ /** The array of __ColumnInfo__ definitions of the table's columns. */
779
+ columns?: ColumnInfo[] | undefined;
780
+ /** A map of key-value properties attached to the securable. */
781
+ properties?: Record<string, string> | undefined;
782
+ }
783
+ interface UpdateTableResponse {}
784
+ declare const unmarshalColumnInfoSchema: z.ZodType<ColumnInfo>;
785
+ declare const unmarshalColumnMaskSchema: z.ZodType<ColumnMask>;
786
+ declare const unmarshalConnectionDependencySchema: z.ZodType<ConnectionDependency>;
787
+ declare const unmarshalCredentialDependencySchema: z.ZodType<CredentialDependency>;
788
+ declare const unmarshalDeleteTableConstraintResponseSchema: z.ZodType<DeleteTableConstraintResponse>;
789
+ declare const unmarshalDeleteTableResponseSchema: z.ZodType<DeleteTableResponse>;
790
+ declare const unmarshalDeltaRuntimePropertiesKvPairsSchema: z.ZodType<DeltaRuntimePropertiesKvPairs>;
791
+ declare const unmarshalDependencySchema: z.ZodType<Dependency>;
792
+ declare const unmarshalDependencyListSchema: z.ZodType<DependencyList>;
793
+ declare const unmarshalEffectivePredictiveOptimizationFlagSchema: z.ZodType<EffectivePredictiveOptimizationFlag>;
794
+ declare const unmarshalEncryptionDetailsSchema: z.ZodType<EncryptionDetails>;
795
+ declare const unmarshalForeignKeyConstraintSchema: z.ZodType<ForeignKeyConstraint>;
796
+ declare const unmarshalFunctionDependencySchema: z.ZodType<FunctionDependency>;
797
+ declare const unmarshalListTableSummariesResponseSchema: z.ZodType<ListTableSummariesResponse>;
798
+ declare const unmarshalListTablesResponseSchema: z.ZodType<ListTablesResponse>;
799
+ declare const unmarshalNamedTableConstraintSchema: z.ZodType<NamedTableConstraint>;
800
+ declare const unmarshalOptionSpecSchema: z.ZodType<OptionSpec>;
801
+ declare const unmarshalPolicyFunctionArgumentSchema: z.ZodType<PolicyFunctionArgument>;
802
+ declare const unmarshalPrimaryKeyConstraintSchema: z.ZodType<PrimaryKeyConstraint>;
803
+ declare const unmarshalRowFilterSchema: z.ZodType<RowFilter>;
804
+ declare const unmarshalSecurableKindManifestSchema: z.ZodType<SecurableKindManifest>;
805
+ declare const unmarshalSseEncryptionDetailsSchema: z.ZodType<SseEncryptionDetails>;
806
+ declare const unmarshalTableConstraintSchema: z.ZodType<TableConstraint>;
807
+ declare const unmarshalTableDependencySchema: z.ZodType<TableDependency>;
808
+ declare const unmarshalTableExistsResponseSchema: z.ZodType<TableExistsResponse>;
809
+ declare const unmarshalTableInfoSchema: z.ZodType<TableInfo>;
810
+ declare const unmarshalTableSummarySchema: z.ZodType<TableSummary>;
811
+ declare const unmarshalUpdateTableResponseSchema: z.ZodType<UpdateTableResponse>;
812
+ declare const marshalColumnInfoSchema: z.ZodType;
813
+ declare const marshalColumnMaskSchema: z.ZodType;
814
+ declare const marshalConnectionDependencySchema: z.ZodType;
815
+ declare const marshalCreateTableConstraintRequestSchema: z.ZodType;
816
+ declare const marshalCreateTableRequestSchema: z.ZodType;
817
+ declare const marshalCredentialDependencySchema: z.ZodType;
818
+ declare const marshalDeltaRuntimePropertiesKvPairsSchema: z.ZodType;
819
+ declare const marshalDependencySchema: z.ZodType;
820
+ declare const marshalDependencyListSchema: z.ZodType;
821
+ declare const marshalEffectivePredictiveOptimizationFlagSchema: z.ZodType;
822
+ declare const marshalEncryptionDetailsSchema: z.ZodType;
823
+ declare const marshalForeignKeyConstraintSchema: z.ZodType;
824
+ declare const marshalFunctionDependencySchema: z.ZodType;
825
+ declare const marshalNamedTableConstraintSchema: z.ZodType;
826
+ declare const marshalOptionSpecSchema: z.ZodType;
827
+ declare const marshalPolicyFunctionArgumentSchema: z.ZodType;
828
+ declare const marshalPrimaryKeyConstraintSchema: z.ZodType;
829
+ declare const marshalRowFilterSchema: z.ZodType;
830
+ declare const marshalSecurableKindManifestSchema: z.ZodType;
831
+ declare const marshalSseEncryptionDetailsSchema: z.ZodType;
832
+ declare const marshalTableConstraintSchema: z.ZodType;
833
+ declare const marshalTableDependencySchema: z.ZodType;
834
+ declare const marshalUpdateTableRequestSchema: z.ZodType;
835
+ //#endregion
836
+ export { ColumnInfo, ColumnMask, ColumnTypeName, ConnectionDependency, CreateTableConstraintRequest, CreateTableRequest, CredentialDependency, DataSourceFormat, DeleteTableConstraintRequest, DeleteTableConstraintResponse, DeleteTableRequest, DeleteTableResponse, DeltaRuntimePropertiesKvPairs, Dependency, DependencyList, EffectivePredictiveOptimizationFlag, EncryptionDetails, ForeignKeyConstraint, FunctionDependency, GetTableRequest, ListTableSummariesRequest, ListTableSummariesResponse, ListTablesRequest, ListTablesResponse, NamedTableConstraint, OptionSpec, OptionSpec_OauthStage, OptionSpec_OptionType, PolicyFunctionArgument, PrimaryKeyConstraint, RowFilter, SecurableKind, SecurableKindManifest, SecurableType, SseEncryptionAlgorithm, SseEncryptionDetails, TableConstraint, TableDependency, TableExistsRequest, TableExistsResponse, TableInfo, TableSummary, TableType, UpdateTableRequest, UpdateTableResponse, marshalColumnInfoSchema, marshalColumnMaskSchema, marshalConnectionDependencySchema, marshalCreateTableConstraintRequestSchema, marshalCreateTableRequestSchema, marshalCredentialDependencySchema, marshalDeltaRuntimePropertiesKvPairsSchema, marshalDependencyListSchema, marshalDependencySchema, marshalEffectivePredictiveOptimizationFlagSchema, marshalEncryptionDetailsSchema, marshalForeignKeyConstraintSchema, marshalFunctionDependencySchema, marshalNamedTableConstraintSchema, marshalOptionSpecSchema, marshalPolicyFunctionArgumentSchema, marshalPrimaryKeyConstraintSchema, marshalRowFilterSchema, marshalSecurableKindManifestSchema, marshalSseEncryptionDetailsSchema, marshalTableConstraintSchema, marshalTableDependencySchema, marshalUpdateTableRequestSchema, unmarshalColumnInfoSchema, unmarshalColumnMaskSchema, unmarshalConnectionDependencySchema, unmarshalCredentialDependencySchema, unmarshalDeleteTableConstraintResponseSchema, unmarshalDeleteTableResponseSchema, unmarshalDeltaRuntimePropertiesKvPairsSchema, unmarshalDependencyListSchema, unmarshalDependencySchema, unmarshalEffectivePredictiveOptimizationFlagSchema, unmarshalEncryptionDetailsSchema, unmarshalForeignKeyConstraintSchema, unmarshalFunctionDependencySchema, unmarshalListTableSummariesResponseSchema, unmarshalListTablesResponseSchema, unmarshalNamedTableConstraintSchema, unmarshalOptionSpecSchema, unmarshalPolicyFunctionArgumentSchema, unmarshalPrimaryKeyConstraintSchema, unmarshalRowFilterSchema, unmarshalSecurableKindManifestSchema, unmarshalSseEncryptionDetailsSchema, unmarshalTableConstraintSchema, unmarshalTableDependencySchema, unmarshalTableExistsResponseSchema, unmarshalTableInfoSchema, unmarshalTableSummarySchema, unmarshalUpdateTableResponseSchema };
850
837
  //# sourceMappingURL=model.d.ts.map