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 fef8014 commit 088cf5aCopy full SHA for 088cf5a
packages/cubejs-snowflake-driver/src/SnowflakeDriver.ts
@@ -715,6 +715,8 @@ export class SnowflakeDriver extends BaseDriver implements DriverInterface {
715
FILE_FORMAT: '(' +
716
'TYPE = CSV, ' +
717
'COMPRESSION = GZIP, ' +
718
+ 'DATE_FORMAT = \'YYYY-MM-DD\', ' +
719
+ 'TIMESTAMP_FORMAT = \'YYYY-MM-DD"T"HH24:MI:SS.FF3TZH:TZM\', ' +
720
'FIELD_OPTIONALLY_ENCLOSED_BY = \'"\'' +
721
')',
722
};
0 commit comments