We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867279a commit 21b139cCopy full SHA for 21b139c
packages/cubejs-databricks-jdbc-driver/src/DatabricksDriver.ts
@@ -434,6 +434,7 @@ export class DatabricksDriver extends JDBCDriver {
434
`
435
CREATE TABLE ${table}_csv_export
436
USING CSV LOCATION '${this.config.exportBucketMountDir || this.config.exportBucket}/${table}.csv'
437
+ OPTIONS (escape = '"')
438
AS SELECT ${columns} FROM ${table}
439
`,
440
[],
0 commit comments