Apache Airflow · JSON Structure

Airflow Dag Run Patch States Structure

Enum for DAG Run states when updating a DAG Run.

Type: string Properties: 0
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

DAGRunPatchStates 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/airflow/refs/heads/main/json-structure/airflow-dag-run-patch-states-structure.json",
  "name": "DAGRunPatchStates",
  "description": "Enum for DAG Run states when updating a DAG Run.",
  "type": "string",
  "enum": [
    "queued",
    "success",
    "failed"
  ]
}