Apache Airflow · Schema

DagWarningType

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

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering
View JSON Schema on GitHub

JSON Schema

airflow-dag-warning-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-schema/airflow-dag-warning-type-schema.json",
  "title": "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"
  ]
}