Apache Airflow · JSON Structure

Airflow Dag Run Triggered By Type Structure

Class with TriggeredBy types for DagRun.

Type: string Properties: 0
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

DagRunTriggeredByType 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-triggered-by-type-structure.json",
  "name": "DagRunTriggeredByType",
  "description": "Class with TriggeredBy types for DagRun.",
  "type": "string",
  "enum": [
    "cli",
    "operator",
    "rest_api",
    "ui",
    "test",
    "timetable",
    "asset",
    "backfill"
  ]
}