Apache Airflow · Example Payload

Airflow Dag Details Response Example

example-value

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Airflow Dag Details Response Example is an example object payload from Apache Airflow, with 48 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_typesownerscatchupdag_run_timeoutasset_expressiondoc_mdstart_dateend_dateis_paused_upon_creationparamsrender_template_as_native_objtemplate_search_pathtimezonelast_parseddefault_argsowner_linksis_favoriteactive_runs_countis_backfillablefile_tokenconcurrencylatest_dag_version

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": [],
  "catchup": true,
  "dag_run_timeout": "example-value",
  "asset_expression": "example-value",
  "doc_md": "example-value",
  "start_date": "example-value",
  "end_date": "example-value",
  "is_paused_upon_creation": "example-value",
  "params": "example-value",
  "render_template_as_native_obj": true,
  "template_search_path": "example-value",
  "timezone": "example-value",
  "last_parsed": "example-value",
  "default_args": "example-value",
  "owner_links": "example-value",
  "is_favorite": true,
  "active_runs_count": 1,
  "is_backfillable": true,
  "file_token": "example-value",
  "concurrency": 1,
  "latest_dag_version": "example-value"
}