You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apiary.apib
+10-14Lines changed: 10 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -5118,7 +5118,7 @@ Loads tables from Storage into a Workspace. BigQuery supports only loading as vi
5118
5118
Default: false
5119
5119
+ overwrite (optional, boolean) - When preserve is true duplicate tables will be overwritten
5120
5120
Default: false
5121
-
+ loadType (optional, enum[string]) - Select load type. Default: COPY. Use AUTO to let Storage API decide the best load type. Copy will be used always when filtersor columns are set. Clone accepts only "source","destination"and "overwrite" options. View load type is experimental for SNFLK requires feature `input-mapping-read-only-storage`, aliases are not supported, for BigQuery working without feature, aliases are not supported. View will be created in workspace instead of loading table (View accepts only "source","destination" and "overwrite" options).
5121
+
+ loadType (optional, enum[string]) - Select load type. Default: COPY. Use AUTO to let Storage API decide the best load type. Copy will be used always when filters, columns, or incremental are set. Clone is supported on Snowflake and BigQuery backends and accepts only "source","destination", "overwrite" and "dropTimestampColumn" options. Clone is not supported with incremental loading or for linked buckets on BigQuery. View load type is experimental for SNFLK requires feature `input-mapping-read-only-storage`, aliases are not supported, for BigQuery working without feature, aliases are not supported. View will be created in workspace instead of loading table (View accepts only "source","destination" and "overwrite" options).
5122
5122
+ Members
5123
5123
+ COPY
5124
5124
+ CLONE
@@ -5246,7 +5246,7 @@ Loads tables from Storage into a Workspace in [Development Branch](#reference/de
5246
5246
Default: false
5247
5247
+ overwrite (optional, boolean) - When preserve is true duplicate tables will be overwritten
5248
5248
Default: false
5249
-
+ loadType (optional, enum[string]) - Select load type. Default: COPY. Use AUTO to let Storage API decide the best load type. Copy will be used always when filtersor columns are set. Clone accepts only "source","destination"and "overwrite" options. View load type is experimental for SNFLK requires feature `input-mapping-read-only-storage`, aliases are not supported, for BigQuery working without feature, aliases are not supported. View will be created in workspace instead of loading table (View accepts only "source","destination" and "overwrite" options).
5249
+
+ loadType (optional, enum[string]) - Select load type. Default: COPY. Use AUTO to let Storage API decide the best load type. Copy will be used always when filters, columns, or incremental are set. Clone is supported on Snowflake and BigQuery backends and accepts only "source","destination", "overwrite" and "dropTimestampColumn" options. Clone is not supported with incremental loading or for linked buckets on BigQuery. View load type is experimental for SNFLK requires feature `input-mapping-read-only-storage`, aliases are not supported, for BigQuery working without feature, aliases are not supported. View will be created in workspace instead of loading table (View accepts only "source","destination" and "overwrite" options).
5250
5250
+ Members
5251
5251
+ COPY
5252
5252
+ CLONE
@@ -5328,13 +5328,11 @@ Loads tables from Storage into a Workspace in [Development Branch](#reference/de
5328
5328
### Load Data using CLONE [POST /v2/storage/branch/{branch_id}/workspaces/{workspace_id}/load-clone]
5329
5329
**Deprecated use /load endpoint with loadType:CLONE**
5330
5330
5331
-
Load tables from Storage into a Workspace using zero-copy cloning functionality in Snowflake. This load type does not
5332
-
support any filtering or processing parameters. Only tables stored in Snowflake are supported.
5331
+
Load tables from Storage into a Workspace using zero-copy cloning. Supported on Snowflake and BigQuery backends.
5332
+
This load type does not support any filtering, processing parameters, or incremental loading.
5333
+
Linked buckets are not supported on BigQuery.
5333
5334
5334
-
The cloned table will contain all columns of the source table (all of them as `VARCHAR(1048576)`)
5335
-
and a `_timestamp` system column.
5336
-
This column contains a unix timestamp value (`TIMESTAMP_NTZ(9)`) when the row was added to the table or
5337
-
when any of the row values were changed during an incremental import.
5335
+
The cloned table is an exact copy of the source table, including the `_timestamp` system column.
5338
5336
5339
5337
+ Parameters
5340
5338
@@ -5509,13 +5507,11 @@ from the workspace schema to file storage. The exported file can then be downloa
5509
5507
### Load Data using CLONE into Development Branch Workspace [POST /v2/storage/branch/{branch_id}/workspaces/{workspace_id}/load-clone]
5510
5508
**Deprecated use /load endpoint with loadType:CLONE**
5511
5509
5512
-
Load tables from Storage into a Workspace in [Development Branch](#reference/development-branches) using zero-copy cloning functionality in Snowflake. This load type does not
5513
-
support any filtering or processing parameters. Only tables stored in Snowflake are supported.
5510
+
Load tables from Storage into a Workspace in [Development Branch](#reference/development-branches) using zero-copy cloning. Supported on Snowflake and BigQuery backends.
5511
+
This load type does not support any filtering, processing parameters, or incremental loading.
5512
+
Linked buckets are not supported on BigQuery.
5514
5513
5515
-
The cloned table will contain all columns of the source table (all of them as `VARCHAR(1048576)`)
5516
-
and a `_timestamp` system column.
5517
-
This column contains a unix timestamp value (`TIMESTAMP_NTZ(9)`) when the row was added to the table or
5518
-
when any of the row values were changed during an incremental import.
5514
+
The cloned table is an exact copy of the source table, including the `_timestamp` system column.
5519
5515
5520
5516
+ Parameters
5521
5517
+ branch_id (required) - Id of the development branch
0 commit comments