Skip to content

Commit

Permalink
scheduleinterval nullable true added in openapi (#24253)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7e56bf6)
  • Loading branch information
Bowrna authored and ephraimbuddy committed Jul 5, 2022
1 parent 065cd19 commit 49fc732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/api_connexion/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 49fc732

Please sign in to comment.