mirror of
https://github.com/grafana/grafana.git
synced 2026-08-19 01:34:54 -05:00
DataSource: don't filter hidden queries automatically (#20088)
This commit is contained in:
@@ -109,13 +109,6 @@ export interface DataSourcePluginMeta extends PluginMeta {
|
||||
queryOptions?: PluginMetaQueryOptions;
|
||||
sort?: number;
|
||||
streaming?: boolean;
|
||||
|
||||
/**
|
||||
* By default, hidden queries are not passed to the datasource
|
||||
* Set this to true in plugin.json to have hidden queries passed to the
|
||||
* DataSource query method
|
||||
*/
|
||||
hiddenQueries?: boolean;
|
||||
}
|
||||
|
||||
interface PluginMetaQueryOptions {
|
||||
|
||||
Reference in New Issue
Block a user