Skip to content

Commit

Permalink
Move readOnly property to DagState to fix generated docs (#30149)
Browse files Browse the repository at this point in the history
(cherry picked from commit e01c146)
  • Loading branch information
SamWheating authored and pierrejeambrun committed Mar 24, 2023
1 parent 6897943 commit 8fce4d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions airflow/api_connexion/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,6 @@ components:
- dataset_triggered
state:
$ref: '#/components/schemas/DagState'
readOnly: true
external_trigger:
type: boolean
default: true
Expand Down Expand Up @@ -3957,7 +3956,6 @@ components:
nullable: true
state:
$ref: '#/components/schemas/DagState'
readOnly: true

DatasetEventCollection:
description: |
Expand Down Expand Up @@ -4531,6 +4529,7 @@ components:
*Changed in version 2.1.3*: 'queued' is added as a possible value.
type: string
readOnly: true
enum:
- queued
- running
Expand Down

0 comments on commit 8fce4d5

Please sign in to comment.