Skip to content

Commit beb3f06

Browse files
committed
feat(workspace-table-export): support BigQuery workspaces
DMD-1332 - Allow BigQuery in addition to Snowflake in WorkspaceTableExportProcessor and WorkspaceTableExportJob gates. - Pass the resolved backend type to CredentialsResolver instead of hardcoded Snowflake. - Rename CannotExportTableFromWorkspaceException::createForNonSnowflakeWorkspace to createForUnsupportedBackend with backend type in the message. - Drop CSV-only assert in BigQuery ExportTableToFileHandler and map proto FileFormat to ExportFileType so CSV and Parquet both work. - Update apiary docs to reflect Snowflake + BigQuery support. - Add BigqueryWorkspaceTableExportTest mirroring the Snowflake E2E test and wire it into paratest-bigquery.
1 parent 4e227db commit beb3f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apiary.apib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5414,7 +5414,7 @@ The cloned table is an exact copy of the source table, including the `_timestamp
54145414
Export a table from a workspace to file storage. This endpoint creates an asynchronous job that exports the specified table
54155415
from the workspace schema to file storage. The exported file can then be downloaded using the file ID returned in the job results.
54165416
5417-
**Note:** Currently only supported for Snowflake workspaces.
5417+
**Note:** Supported for Snowflake and BigQuery workspaces.
54185418
54195419
+ Parameters
54205420
+ workspace_id (required, number) - The workspace ID

0 commit comments

Comments
 (0)