Apache Airflow · Schema
DAGResponse
DAG serializer for 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 | |
| is_backfillable | boolean | Whether this DAG's schedule supports backfilling. |
| file_token | string | Return file token. |