Skip to content

Commit

Permalink
Move readOnly property to DagState to fix generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWheating committed Mar 17, 2023
1 parent b749f7f commit 561c713
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 @@ -2805,7 +2805,6 @@ components:
- dataset_triggered
state:
$ref: '#/components/schemas/DagState'
readOnly: true
external_trigger:
type: boolean
default: true
Expand Down Expand Up @@ -3964,7 +3963,6 @@ components:
nullable: true
state:
$ref: '#/components/schemas/DagState'
readOnly: true

DatasetEventCollection:
description: |
Expand Down Expand Up @@ -4538,6 +4536,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 561c713

Please sign in to comment.