Apache Airflow · Example Payload

Airflow Materialize Asset Body Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Top-level fields

dag_run_iddata_interval_startdata_interval_endlogical_daterun_afterconfnotepartition_key

Example Payload

Raw ↑
{
  "dag_run_id": "abc123",
  "data_interval_start": "example-value",
  "data_interval_end": "example-value",
  "logical_date": "example-value",
  "run_after": "example-value",
  "conf": "example-value",
  "note": "example-value",
  "partition_key": "example-value"
}