mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-19 22:13:28 +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.",
|
||||
"$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": {
|
||||
"description": "Tags for this task.",
|
||||
"type": "array",
|
||||
|
Loading…
x
Reference in New Issue
Block a user