Skip to content

Commit 48f575c

Browse files
vytautas-karpaviciusnineinchnick
authored andcommitted
Update datasource.ts
1 parent 41e25c0 commit 48f575c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/datasource.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { map } from 'lodash';
88
export class DataSource extends DataSourceWithBackend<TrinoQuery, TrinoDataSourceOptions> {
99
constructor(instanceSettings: DataSourceInstanceSettings<TrinoDataSourceOptions>) {
1010
super(instanceSettings);
11+
this.variables = new TrinoDataVariableSupport();
1112
// give interpolateQueryStr access to this
1213
this.interpolateQueryStr = this.interpolateQueryStr.bind(this);
1314
}

0 commit comments

Comments
 (0)