Apache Airflow · JSON Structure

Airflow Dag Warning Type Structure

Enum for DAG warning types. This is the set of allowable values for the ``warning_type`` field in the DagWarning model.

Type: string Properties: 0
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

DagWarningType 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-warning-type-structure.json",
  "name": "DagWarningType",
  "description": "Enum for DAG warning types.\n\nThis is the set of allowable values for the ``warning_type`` field\nin the DagWarning model.",
  "type": "string",
  "enum": [
    "asset conflict",
    "non-existent pool",
    "runtime varying value"
  ]
}