Skip to content

Commit 7e56bf6

Browse files
authored
scheduleinterval nullable true added in openapi (#24253)
1 parent b88ce95 commit 7e56bf6

File tree

1 file changed

+1
-0
lines changed
  • airflow/api_connexion/openapi

1 file changed

+1
-0
lines changed

airflow/api_connexion/openapi/v1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3634,6 +3634,7 @@ components:
36343634
description: |
36353635
Schedule interval. Defines how often DAG runs, this object gets added to your latest task instance's
36363636
execution_date to figure out the next schedule.
3637+
nullable: true
36373638
readOnly: true
36383639
anyOf:
36393640
- $ref: '#/components/schemas/TimeDelta'

0 commit comments

Comments
 (0)