mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 12:08:31 +00:00
MINOR - Add ingestion runner for reverse metadata (#20791)
This commit is contained in:
parent
6d02ed8b5c
commit
a15ce5b185
@ -80,6 +80,10 @@
|
||||
"items": {
|
||||
"$ref": "#/definitions/operation"
|
||||
}
|
||||
},
|
||||
"ingestionRunner": {
|
||||
"description": "Optional value of the ingestion runner name responsible for running the workflow",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
||||
@ -14,6 +14,10 @@
|
||||
* Apply a set of operations on a service
|
||||
*/
|
||||
export interface ReverseIngestionPipeline {
|
||||
/**
|
||||
* Optional value of the ingestion runner name responsible for running the workflow
|
||||
*/
|
||||
ingestionRunner?: string;
|
||||
/**
|
||||
* List of operations to be performed on the service
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user