You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/07/05 14:47:27 UTC

[airflow] 08/16: scheduleinterval nullable true added in openapi (#24253)

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 49fc732db365f9aee7f23717e4600fbf36d08453
Author: Bowrna <ma...@gmail.com>
AuthorDate: Tue Jun 7 16:51:50 2022 +0530

    scheduleinterval nullable true added in openapi (#24253)
    
    (cherry picked from commit 7e56bf662915cd58849626d7a029a4ba70cdda4d)
---
 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 d19c11aeba..553be4fa23 100644
--- a/airflow/api_connexion/openapi/v1.yaml
+++ b/airflow/api_connexion/openapi/v1.yaml
@@ -3564,6 +3564,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'