Apache Airflow · Schema

DAGRun

DAGRun schema from Apache Airflow API

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
conf object JSON object describing additional configuration parameters. The value of this field can be set only when creating the object. If you try to modify the field of an existing object, the request fails wi
dag_id string
dag_run_id string Run ID. The value of this field can be set only when creating the object. If you try to modify the field of an existing object, the request fails with an BAD_REQUEST error. If not provided, a value wi
data_interval_end string
data_interval_start string
end_date string
execution_date string The execution date. This is the same as logical_date, kept for backwards compatibility. If both this field and logical_date are provided but with different values, the request will fail with an BAD_RE
external_trigger boolean
last_scheduling_decision 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
note string Contains manually entered notes by the user about the DagRun. *New in version 2.5.0*
run_type string
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