From d6dcdde778f9230dbe42d179e55e1f155fbbb960 Mon Sep 17 00:00:00 2001 From: Bowrna Date: Mon, 6 Jun 2022 20:16:11 +0530 Subject: [PATCH] scheduleinterval nullable true added in openapi --- airflow/api_connexion/openapi/v1.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/airflow/api_connexion/openapi/v1.yaml b/airflow/api_connexion/openapi/v1.yaml index fc71fbb7f5e3d..ab982b53d588a 100644 --- a/airflow/api_connexion/openapi/v1.yaml +++ b/airflow/api_connexion/openapi/v1.yaml @@ -3634,6 +3634,7 @@ components: description: | Schedule interval. Defines how often DAG runs, this object gets added to your latest task instance's execution_date to figure out the next schedule. + nullable: true readOnly: true anyOf: - $ref: '#/components/schemas/TimeDelta'