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 41e25c0 commit 48f575cCopy full SHA for 48f575c
src/datasource.ts
@@ -8,6 +8,7 @@ import { map } from 'lodash';
8
export class DataSource extends DataSourceWithBackend<TrinoQuery, TrinoDataSourceOptions> {
9
constructor(instanceSettings: DataSourceInstanceSettings<TrinoDataSourceOptions>) {
10
super(instanceSettings);
11
+ this.variables = new TrinoDataVariableSupport();
12
// give interpolateQueryStr access to this
13
this.interpolateQueryStr = this.interpolateQueryStr.bind(this);
14
}
0 commit comments