Apache Airflow · Example Payload

Airflow Create Asset Events Body Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Airflow Create Asset Events Body 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

asset_idpartition_keyextra

Example Payload

Raw ↑
{
  "asset_id": "abc123",
  "partition_key": "example-value",
  "extra": {}
}