File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 5931
5931
},
5932
5932
"sqlQueryId" : {
5933
5933
"type" : "string"
5934
+ },
5935
+ "sqlExecuteEngine" : {
5936
+ "$ref" : "#/components/schemas/analytic_service.ExecuteEngine"
5934
5937
}
5935
5938
}
5936
5939
};
Original file line number Diff line number Diff line change 8381
8381
},
8382
8382
"sqlQueryId" : {
8383
8383
"type" : " string"
8384
+ },
8385
+ "sqlExecuteEngine" : {
8386
+ "$ref" : " #/definitions/analytic_service.ExecuteEngine"
8384
8387
}
8385
8388
}
8386
8389
},
Original file line number Diff line number Diff line change @@ -2825,6 +2825,7 @@ export namespace web_service {
2825
2825
retentionQuery ?: common . RetentionQuery ;
2826
2826
sqlQuery ?: string ;
2827
2827
sqlQueryId ?: string ;
2828
+ sqlExecuteEngine ?: analytic_service . ExecuteEngine ;
2828
2829
} ;
2829
2830
export type ChartChartType = 'LINE' | 'AREA' | 'BAR' | 'BAR_GAUGE' | 'TABLE' | 'QUERY_VALUE' | 'PIE' | 'NOTE' | 'SCATTER' ;
2830
2831
export type ChartDataSourceType = 'METRICS' | 'NOTES' | 'ANALYTICS' | 'INSIGHTS' | 'EVENTS' | 'RETENTION' | 'SQL' ;
You can’t perform that action at this time.
0 commit comments