Apache Airflow · Example Payload

Airflow Dag Response Example

example-value

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Top-level fields

dag_iddag_display_nameis_pausedis_stalelast_parsed_timelast_parse_durationlast_expiredbundle_namebundle_versionrelative_filelocfilelocdescriptiontimetable_summarytimetable_descriptiontimetable_partitionedtimetable_periodictagsmax_active_tasksmax_active_runsmax_consecutive_failed_dag_runshas_task_concurrency_limitshas_import_errorsnext_dagrun_logical_datenext_dagrun_data_interval_startnext_dagrun_data_interval_endnext_dagrun_run_afterallowed_run_typesownersis_backfillablefile_token

Example Payload

Raw ↑
{
  "dag_id": "abc123",
  "dag_display_name": "example-name",
  "is_paused": true,
  "is_stale": true,
  "last_parsed_time": "example-value",
  "last_parse_duration": "example-value",
  "last_expired": "example-value",
  "bundle_name": "example-name",
  "bundle_version": "example-value",
  "relative_fileloc": "example-value",
  "fileloc": "example-value",
  "description": "example-value",
  "timetable_summary": "example-value",
  "timetable_description": "example-value",
  "timetable_partitioned": true,
  "timetable_periodic": true,
  "tags": [],
  "max_active_tasks": 1,
  "max_active_runs": "example-value",
  "max_consecutive_failed_dag_runs": 1,
  "has_task_concurrency_limits": true,
  "has_import_errors": true,
  "next_dagrun_logical_date": "example-value",
  "next_dagrun_data_interval_start": "example-value",
  "next_dagrun_data_interval_end": "example-value",
  "next_dagrun_run_after": "example-value",
  "allowed_run_types": "example-value",
  "owners": [],
  "is_backfillable": true,
  "file_token": "example-value"
}