Apache Airflow · Example Payload

Airflow Dag Schedule Asset Reference Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Airflow Dag Schedule Asset Reference Example is an example object payload from Apache Airflow, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dag_idcreated_atupdated_at

Example Payload

Raw ↑
{
  "dag_id": "abc123",
  "created_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-15T10:30:00Z"
}