mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-20 14:33:35 +00:00
ISSUE-3328: airflow-pipeline-date-bug-fix (#3352)
This commit is contained in:
parent
4f1ef18c2b
commit
020613a6da
@ -79,6 +79,14 @@
|
|||||||
"description": "SQL used in the task. Can be used to determine the lineage.",
|
"description": "SQL used in the task. Can be used to determine the lineage.",
|
||||||
"$ref": "../../type/basic.json#/definitions/sqlQuery"
|
"$ref": "../../type/basic.json#/definitions/sqlQuery"
|
||||||
},
|
},
|
||||||
|
"startDate": {
|
||||||
|
"description": "start date for the task.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"endDate": {
|
||||||
|
"description": "end date for the task.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"tags": {
|
"tags": {
|
||||||
"description": "Tags for this task.",
|
"description": "Tags for this task.",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user