Apache Airflow · Example Payload

Openapi.Yaml Dataset Event Example

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Top-level fields

created_dagrunsdataset_iddataset_uriextrasource_dag_idsource_map_indexsource_run_idsource_task_idtimestamp

Example Payload

Raw ↑
{
  "created_dagruns": [
    "example-value"
  ],
  "dataset_id": 1,
  "dataset_uri": "https://example.com/path/abc123",
  "extra": {},
  "source_dag_id": "example_dag",
  "source_map_index": 1,
  "source_run_id": "example_dag",
  "source_task_id": "example_dag",
  "timestamp": "2025-03-15T14:30:00Z"
}