Apache Airflow · Example Payload

Airflow Asset Event Response Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Top-level fields

idasset_idurinamegroupextrasource_task_idsource_dag_idsource_run_idsource_map_indexcreated_dagrunstimestamppartition_key

Example Payload

Raw ↑
{
  "id": "abc123",
  "asset_id": "abc123",
  "uri": "example-value",
  "name": "example-name",
  "group": "example-value",
  "extra": "example-value",
  "source_task_id": "abc123",
  "source_dag_id": "abc123",
  "source_run_id": "abc123",
  "source_map_index": 1,
  "created_dagruns": [],
  "timestamp": "2026-01-15T10:30:00Z",
  "partition_key": "example-value"
}