Skip to content

Commit

Permalink
fix(@cubejs-backend/snowflake-driver): Make `CUBEJS_DB_SNOWFLAKE_CLIE…
Browse files Browse the repository at this point in the history
…NT_SESSION_KEEP_ALIVE=true` by default
  • Loading branch information
paveltiunov committed Nov 16, 2022
1 parent 982885e commit be12c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-backend-shared/src/env.ts
Expand Up @@ -1172,7 +1172,7 @@ const variables: Record<string, (...args: any) => any> = {
);
}
} else {
return undefined;
return true;
}
},

Expand Down

0 comments on commit be12c40

Please sign in to comment.