mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +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.",
|
||||
"$ref": "../../security/secrets/secretsManagerProvider.json",
|
||||
"default": "db"
|
||||
},
|
||||
"ingestionRunner": {
|
||||
"description": "Optional value of the ingestion runner name responsible for running the test",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
@ -22,6 +22,10 @@ export interface TestServiceConnection {
|
||||
* Type of the connection to test such as Snowflake, MySQL, Looker, etc.
|
||||
*/
|
||||
connectionType?: string;
|
||||
/**
|
||||
* Optional value of the ingestion runner name responsible for running the test
|
||||
*/
|
||||
ingestionRunner?: string;
|
||||
/**
|
||||
* Secrets Manager Provider to use for fetching secrets.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user