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