Apache Airflow · JSON Structure

Openapi.Yaml Dag State Structure

DAG State. *Changed in version 2.1.3*: 'queued' is added as a possible value.

Type: string Properties: 0
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

DagState is a JSON Structure definition published by Apache Airflow. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-structure/openapi.yaml-dag-state-structure.json",
  "name": "DagState",
  "description": "DAG State.\n\n*Changed in version 2.1.3*: 'queued' is added as a possible value.\n",
  "type": "string"
}