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 6a70e07 commit 779eacdCopy full SHA for 779eacd
packages/cubejs-firebolt-driver/src/FireboltDriver.ts
@@ -90,7 +90,8 @@ export class FireboltDriver extends BaseDriver implements DriverInterface {
90
91
this.config = {
92
readOnly: true,
93
- apiEndpoint: getEnv('fireboltApiEndpoint', { dataSource }),
+ apiEndpoint:
94
+ getEnv('fireboltApiEndpoint', { dataSource }) || 'api.app.firebolt.io',
95
...config,
96
connection: {
97
auth,
0 commit comments