Home
Apache Airflow
Airflow Dag Details Response Example
Airflow Dag Details Response Example
example-value
Workflow Orchestration Data Pipeline Open Source Apache DAG Scheduling ETL Data 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_id dag_display_name is_paused is_stale last_parsed_time last_parse_duration last_expired bundle_name bundle_version relative_fileloc fileloc description timetable_summary timetable_description timetable_partitioned timetable_periodic tags max_active_tasks max_active_runs max_consecutive_failed_dag_runs has_task_concurrency_limits has_import_errors next_dagrun_logical_date next_dagrun_data_interval_start next_dagrun_data_interval_end next_dagrun_run_after allowed_run_types owners catchup dag_run_timeout asset_expression doc_md start_date end_date is_paused_upon_creation params render_template_as_native_obj template_search_path timezone last_parsed default_args owner_links is_favorite active_runs_count is_backfillable file_token concurrency latest_dag_version
Example Payload
{
"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"
}