ISSUE-3328: airflow-pipeline-date-bug-fix (#3352)

This commit is contained in:
codingwithabhi 2022-03-10 17:34:07 +05:30 committed by GitHub
parent 4f1ef18c2b
commit 020613a6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",