DAG

DAG

Properties

NameTypeDescriptionNotes
dag_display_namestrHuman centric display text for the DAG. New in version 2.9.0[optional] [readonly]
dag_idstrThe ID of the DAG.[optional] [readonly]
default_viewstr, none_typeDefault view of the DAG inside the webserver New in version 2.3.0[optional] [readonly]
descriptionstr, none_typeUser-provided DAG description, which can consist of several sentences or paragraphs that describe DAG contents.[optional] [readonly]
file_tokenstrThe key containing the encrypted path to the file. Encryption and decryption take place only on the server. This prevents the client from reading an non-DAG file. This also ensures API extensibility, because the format of encrypted data may change.[optional] [readonly]
filelocstrThe absolute path to the file.[optional] [readonly]
has_import_errorsbool, none_typeWhether the DAG has import errors New in version 2.3.0[optional] [readonly]
has_task_concurrency_limitsbool, none_typeWhether the DAG has task concurrency limits New in version 2.3.0[optional] [readonly]
is_activebool, none_typeWhether the DAG is currently seen by the scheduler(s). New in version 2.1.1 Changed in version 2.2.0: Field is read-only.[optional] [readonly]
is_pausedbool, none_typeWhether the DAG is paused.[optional]
is_subdagboolWhether the DAG is SubDAG.[optional] [readonly]
last_expireddatetime, none_typeTime when the DAG last received a refresh signal (e.g. the DAG's "refresh" button was clicked in the web UI) New in version 2.3.0[optional] [readonly]
last_parsed_timedatetime, none_typeThe last time the DAG was parsed. New in version 2.3.0[optional] [readonly]
last_pickleddatetime, none_typeThe last time the DAG was pickled. New in version 2.3.0[optional] [readonly]
max_active_runsint, none_typeMaximum number of active DAG runs for the DAG New in version 2.3.0[optional] [readonly]
max_active_tasksint, none_typeMaximum number of active tasks that can be run on the DAG New in version 2.3.0[optional] [readonly]
next_dagrundatetime, none_typeThe logical date of the next dag run. New in version 2.3.0[optional] [readonly]
next_dagrun_create_afterdatetime, none_typeEarliest time at which this ``next_dagrun`` can be created. New in version 2.3.0[optional] [readonly]
next_dagrun_data_interval_enddatetime, none_typeThe end of the interval of the next dag run. New in version 2.3.0[optional] [readonly]
next_dagrun_data_interval_startdatetime, none_typeThe start of the interval of the next dag run. New in version 2.3.0[optional] [readonly]
owners[str][optional] [readonly]
pickle_idstr, none_typeForeign key to the latest pickle_id New in version 2.3.0[optional] [readonly]
root_dag_idstr, none_typeIf the DAG is SubDAG then it is the top level DAG identifier. Otherwise, null.[optional] [readonly]
schedule_intervalScheduleInterval[optional]
scheduler_lockbool, none_typeWhether (one of) the scheduler is scheduling this DAG at the moment New in version 2.3.0[optional] [readonly]
tags[Tag], none_typeList of tags.[optional] [readonly]
timetable_descriptionstr, none_typeTimetable/Schedule Interval description. New in version 2.3.0[optional] [readonly]
any string namebool, date, datetime, dict, float, int, list, str, none_typeany string name can be used but the value must be the correct type[optional]

[Back to Model list] [Back to API list] [Back to README]