mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SQL data sources: Convert to return data frames (#32257)
Convert SQL data sources to return data frames. Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Will Browne <will.browne@grafana.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import QueryModel from './postgres_query';
|
||||
import QueryModel from './postgres_query_model';
|
||||
|
||||
export class PostgresMetaQuery {
|
||||
constructor(private target: { table: string; timeColumn: string }, private queryModel: QueryModel) {}
|
||||
|
||||
Reference in New Issue
Block a user