Skip to content

Commit

Permalink
fix stupid error
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Sep 25, 2024
1 parent b49b764 commit fe307ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ export class DatabricksDriver extends JDBCDriver {
// this.config.exportBucket includes schema
// so it looks like: s3://real-bucket-name
// The extractors in BaseDriver expect just clean bucket name
const url = new URL(this.config.bucketType || '');
const url = new URL(this.config.exportBucket || '');

switch (this.config.bucketType) {
case 'azure':
Expand Down

0 comments on commit fe307ba

Please sign in to comment.