Apache Airflow · Example Payload

Airflow Task Inlet Asset Reference Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Top-level fields

dag_idtask_idcreated_atupdated_at

Example Payload

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