mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-02 10:36:29 +00:00
Removed supportsQueryRunner flag (#24443)
* removed supportsQueryRunner flag * Update generated TypeScript types --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
This commit is contained in:
parent
b79a8166a6
commit
9f30de9ebe
@ -90,11 +90,6 @@
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"supportsQueryRunner": {
|
||||
"description": "Supports Query Runner for executing ad-hoc queries with user credentials.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"dataStorageConfig": {
|
||||
"description": "Storage config to store sample data",
|
||||
"type": "object",
|
||||
|
||||
@ -144,11 +144,6 @@
|
||||
"title": "Supports Data Diff Extraction.",
|
||||
"$ref": "../connectionBasicType.json#/definitions/supportsDataDiff"
|
||||
},
|
||||
"supportsQueryRunner": {
|
||||
"title": "Supports Query Runner",
|
||||
"$ref": "../connectionBasicType.json#/definitions/supportsQueryRunner",
|
||||
"default": true
|
||||
},
|
||||
"costPerTB": {
|
||||
"title": "Cost Per TiB",
|
||||
"description": "Cost per TiB for BigQuery usage",
|
||||
|
||||
@ -176,11 +176,6 @@
|
||||
"title": "Supports Data Diff Extraction.",
|
||||
"$ref": "../connectionBasicType.json#/definitions/supportsDataDiff"
|
||||
},
|
||||
"supportsQueryRunner": {
|
||||
"title": "Supports Query Runner",
|
||||
"$ref": "../connectionBasicType.json#/definitions/supportsQueryRunner",
|
||||
"default": true
|
||||
},
|
||||
"creditCost": {
|
||||
"title": "Cost of Credit",
|
||||
"description": "Cost of credit for the Snowflake account.",
|
||||
|
||||
@ -141,11 +141,6 @@
|
||||
"title": "Supports Data Diff Extraction.",
|
||||
"$ref": "../connectionBasicType.json#/definitions/supportsDataDiff"
|
||||
},
|
||||
"supportsQueryRunner": {
|
||||
"title": "Supports Query Runner",
|
||||
"$ref": "../connectionBasicType.json#/definitions/supportsQueryRunner",
|
||||
"default": true
|
||||
},
|
||||
"queryHistoryTable": {
|
||||
"title": "Query History Table",
|
||||
"description": "Table name to fetch the query history.",
|
||||
|
||||
@ -657,7 +657,6 @@ export interface ConfigObject {
|
||||
supportsLineageExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
/**
|
||||
* Supports Usage Extraction.
|
||||
|
||||
@ -270,7 +270,6 @@ export interface ConfigObject {
|
||||
supportsMetadataExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
/**
|
||||
* Supports Usage Extraction.
|
||||
|
||||
@ -3324,7 +3324,6 @@ export interface ConfigObject {
|
||||
supportsLineageExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
/**
|
||||
* Supports Usage Extraction.
|
||||
|
||||
@ -539,7 +539,6 @@ export interface ConfigObject {
|
||||
supportsLineageExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
/**
|
||||
* Supports Usage Extraction.
|
||||
|
||||
@ -1137,7 +1137,6 @@ export interface ConfigObject {
|
||||
supportsLineageExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
/**
|
||||
* Supports Usage Extraction.
|
||||
|
||||
@ -57,7 +57,6 @@ export interface BigQueryConnection {
|
||||
supportsMetadataExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
supportsUsageExtraction?: boolean;
|
||||
/**
|
||||
|
||||
@ -95,7 +95,6 @@ export interface SnowflakeConnection {
|
||||
supportsMetadataExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
supportsUsageExtraction?: boolean;
|
||||
/**
|
||||
|
||||
@ -62,7 +62,6 @@ export interface TrinoConnection {
|
||||
supportsMetadataExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsUsageExtraction?: boolean;
|
||||
/**
|
||||
* Regex to only include/exclude tables that matches the pattern.
|
||||
|
||||
@ -1005,7 +1005,6 @@ export interface ConfigObject {
|
||||
supportsLineageExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
/**
|
||||
* Supports Usage Extraction.
|
||||
|
||||
@ -393,7 +393,6 @@ export interface ConfigObject {
|
||||
supportsMetadataExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
/**
|
||||
* Supports Usage Extraction.
|
||||
|
||||
@ -3859,7 +3859,6 @@ export interface ConfigObject {
|
||||
supportsLineageExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
/**
|
||||
* Supports Usage Extraction.
|
||||
|
||||
@ -1049,7 +1049,6 @@ export interface ConfigObject {
|
||||
supportsLineageExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
/**
|
||||
* Supports Usage Extraction.
|
||||
|
||||
@ -1089,7 +1089,6 @@ export interface ConfigObject {
|
||||
supportsLineageExtraction?: boolean;
|
||||
supportsProfiler?: boolean;
|
||||
supportsQueryComment?: boolean;
|
||||
supportsQueryRunner?: boolean;
|
||||
supportsSystemProfile?: boolean;
|
||||
/**
|
||||
* Supports Usage Extraction.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user