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:
Himanshu Khairajani 2025-11-20 16:36:42 +05:30 committed by GitHub
parent b79a8166a6
commit 9f30de9ebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 0 additions and 33 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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.",

View File

@ -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.",

View File

@ -657,7 +657,6 @@ export interface ConfigObject {
supportsLineageExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
/**
* Supports Usage Extraction.

View File

@ -270,7 +270,6 @@ export interface ConfigObject {
supportsMetadataExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
/**
* Supports Usage Extraction.

View File

@ -3324,7 +3324,6 @@ export interface ConfigObject {
supportsLineageExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
/**
* Supports Usage Extraction.

View File

@ -539,7 +539,6 @@ export interface ConfigObject {
supportsLineageExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
/**
* Supports Usage Extraction.

View File

@ -1137,7 +1137,6 @@ export interface ConfigObject {
supportsLineageExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
/**
* Supports Usage Extraction.

View File

@ -57,7 +57,6 @@ export interface BigQueryConnection {
supportsMetadataExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
supportsUsageExtraction?: boolean;
/**

View File

@ -95,7 +95,6 @@ export interface SnowflakeConnection {
supportsMetadataExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
supportsUsageExtraction?: boolean;
/**

View File

@ -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.

View File

@ -1005,7 +1005,6 @@ export interface ConfigObject {
supportsLineageExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
/**
* Supports Usage Extraction.

View File

@ -393,7 +393,6 @@ export interface ConfigObject {
supportsMetadataExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
/**
* Supports Usage Extraction.

View File

@ -3859,7 +3859,6 @@ export interface ConfigObject {
supportsLineageExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
/**
* Supports Usage Extraction.

View File

@ -1049,7 +1049,6 @@ export interface ConfigObject {
supportsLineageExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
/**
* Supports Usage Extraction.

View File

@ -1089,7 +1089,6 @@ export interface ConfigObject {
supportsLineageExtraction?: boolean;
supportsProfiler?: boolean;
supportsQueryComment?: boolean;
supportsQueryRunner?: boolean;
supportsSystemProfile?: boolean;
/**
* Supports Usage Extraction.