Apache Airflow · Schema

DAGDetailsResponse

Specific serializer for DAG Details responses.

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Properties

Name Type Description
dag_id string
dag_display_name string
is_paused boolean
is_stale boolean
last_parsed_time object
last_parse_duration object
last_expired object
bundle_name object
bundle_version object
relative_fileloc object
fileloc string
description object
timetable_summary object
timetable_description object
timetable_partitioned boolean
timetable_periodic boolean
tags array
max_active_tasks integer
max_active_runs object
max_consecutive_failed_dag_runs integer
has_task_concurrency_limits boolean
has_import_errors boolean
next_dagrun_logical_date object
next_dagrun_data_interval_start object
next_dagrun_data_interval_end object
next_dagrun_run_after object
allowed_run_types object
owners array
catchup boolean
dag_run_timeout object
asset_expression object
doc_md object
start_date object
end_date object
is_paused_upon_creation object
params object
render_template_as_native_obj boolean
template_search_path object
timezone object
last_parsed object
default_args object
owner_links object
is_favorite boolean
active_runs_count integer
is_backfillable boolean Whether this DAG's schedule supports backfilling.
file_token string Return file token.
concurrency integer Return max_active_tasks as concurrency. Deprecated: Use max_active_tasks instead.
latest_dag_version object Return the latest DagVersion.
View JSON Schema on GitHub