mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-04 14:43:11 +00:00
Add ingestion runner field (#20757)
This commit is contained in:
parent
f88d9ba392
commit
bd77b7d3d8
@ -55,6 +55,10 @@
|
|||||||
"description": "Secrets Manager Provider to use for fetching secrets.",
|
"description": "Secrets Manager Provider to use for fetching secrets.",
|
||||||
"$ref": "../../security/secrets/secretsManagerProvider.json",
|
"$ref": "../../security/secrets/secretsManagerProvider.json",
|
||||||
"default": "db"
|
"default": "db"
|
||||||
|
},
|
||||||
|
"ingestionRunner": {
|
||||||
|
"description": "Optional value of the ingestion runner name responsible for running the test",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
@ -22,6 +22,10 @@ export interface TestServiceConnection {
|
|||||||
* Type of the connection to test such as Snowflake, MySQL, Looker, etc.
|
* Type of the connection to test such as Snowflake, MySQL, Looker, etc.
|
||||||
*/
|
*/
|
||||||
connectionType?: string;
|
connectionType?: string;
|
||||||
|
/**
|
||||||
|
* Optional value of the ingestion runner name responsible for running the test
|
||||||
|
*/
|
||||||
|
ingestionRunner?: string;
|
||||||
/**
|
/**
|
||||||
* Secrets Manager Provider to use for fetching secrets.
|
* Secrets Manager Provider to use for fetching secrets.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user