Skip to content

Commit 20651a9

Browse files
authored
fix(snowflake-driver): Revert read-only mode until useOriginalSqlPreAggregations flow is fixed for read only (#6532)
1 parent 90136dc commit 20651a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-snowflake-driver/src/SnowflakeDriver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export class SnowflakeDriver extends BaseDriver implements DriverInterface {
230230
}
231231

232232
this.config = {
233-
readOnly: true,
233+
readOnly: false,
234234
account: getEnv('snowflakeAccount', { dataSource }),
235235
region: getEnv('snowflakeRegion', { dataSource }),
236236
warehouse: getEnv('snowflakeWarehouse', { dataSource }),

0 commit comments

Comments
 (0)