Commit beb3f06
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5414 | 5414 | | |
5415 | 5415 | | |
5416 | 5416 | | |
5417 | | - | |
| 5417 | + | |
5418 | 5418 | | |
5419 | 5419 | | |
5420 | 5420 | | |
| |||
0 commit comments