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-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5042,7 +5042,7 @@ Loads tables from Storage into a Workspace. BigQuery supports only loading as vi
5042
5042
+ dataFileId (optional, number) - Required for loading file. File upload id. Can be used only to load file to file workspace.
5043
5043
+ destination (required) - Destination table name or folder for file workspace
5044
5044
+ rows (optional, number) - Limits the number of returned rows
5045
-
+ seconds (optional, number) - Returns rows created or updated in the last X seconds.
5045
+
+ seconds (optional, number) - **Deprecated** (use changedSince and changedUntil instead). Returns rows created or updated in the last X seconds.
5046
5046
+ changedSince (optional) - Currently only supported for Snowflake - Filtering by import date - timestamp of import is stored within each row. Both until and since values can be a unix timestamp.
5047
5047
**If the `days` or `seconds` parameter is set, this value is ignored.**
5048
5048
+ changedUntil (optional) - Currently only supported for snowflake - Filtering by import date - timestamp of import is stored within each row. Both until and since values can be a unix timestamp.
@@ -5073,13 +5073,14 @@ Loads tables from Storage into a Workspace. BigQuery supports only loading as vi
5073
5073
+ TEXT255
5074
5074
+ TEXT32K
5075
5075
+ ZSTD
5076
-
+ whereColumn (optional) - Column for [filtering](#reference/tables/unload-data-asynchronously/asynchronous-export)
+ sortKey[] (optional, array) - Redshift only - Column(s) to be used as a sort key
5084
5085
+ distStyle (optional, enum[string]) - Redshift only - Distribution style (even, all, or key)
5085
5086
+ Members
@@ -5189,7 +5190,7 @@ Loads tables from Storage into a Workspace in [Development Branch](#reference/de
5189
5190
+ dataFileId (optional, number) - Required for loading file. File upload id. Can be used only to load file to file workspace.
5190
5191
+ destination (required) - Destination table name or folder for file workspace
5191
5192
+ rows (optional, number) - Limits the number of returned rows
5192
-
+ seconds (optional, number) - Returns rows created or updated in the last X seconds.
5193
+
+ seconds (optional, number) - **Deprecated** (use changedSince and changedUntil instead). Returns rows created or updated in the last X seconds.
5193
5194
+ changedSince (optional) - Currently only supported for Snowflake - Filtering by import date - timestamp of import is stored within each row. Both until and since values can be a unix timestamp.
5194
5195
**If the `days` or `seconds` parameter is set, this value is ignored.**
5195
5196
+ changedUntil (optional) - Currently only supported for snowflake - Filtering by import date - timestamp of import is stored within each row. Both until and since values can be a unix timestamp.
@@ -5220,13 +5221,14 @@ Loads tables from Storage into a Workspace in [Development Branch](#reference/de
5220
5221
+ TEXT255
5221
5222
+ TEXT32K
5222
5223
+ ZSTD
5223
-
+ whereColumn (optional) - Column for [filtering](#reference/tables/unload-data-asynchronously/asynchronous-export)
0 commit comments