Apache Airflow · Schema

BasicDAGRun

BasicDAGRun schema from Apache Airflow API

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
dag_id string
data_interval_end string
data_interval_start string
end_date string
logical_date string The logical date (previously called execution date). This is the time or interval covered by this DAG run, according to the DAG definition. The value of this field can be set only when creating the ob
run_id string Run ID.
start_date string The start time. The time when DAG run was actually created. *Changed in version 2.1.3*: Field becomes nullable.
state object
View JSON Schema on GitHub