Skip to content

Commit

Permalink
configure exportOptionsClause for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Sep 19, 2024
1 parent 676db3b commit eceb94e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cubejs-snowflake-driver/src/SnowflakeDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,10 @@ export class SnowflakeDriver extends BaseDriver implements DriverInterface {
<SnowflakeDriverExportGCS> this.config.exportBucket
).integrationName;
break;
case 'azure':
// Seems that Azure doesn't provide any configurable options.
// @see https://docs.snowflake.com/en/user-guide/data-unload-azure
break;
default:
throw new Error('Unsupported export bucket type.');
}
Expand Down

0 comments on commit eceb94e

Please sign in to comment.