DAG

DAG

Properties

NameTypeDescriptionNotes
dag_idstrThe ID of the DAG.[optional] [readonly]
root_dag_idstr, none_typeIf the DAG is SubDAG then it is the top level DAG identifier. Otherwise, nulll.[optional] [readonly]
is_pausedbool, none_typeWhether the DAG is paused.[optional]
is_subdagboolWhether the DAG is SubDAG.[optional] [readonly]
filelocstrThe absolute path to the file.[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]
owners[str][optional] [readonly]
descriptionstr, none_typeUser-provided DAG description, which can consist of several sentences or paragraphs that describe DAG contents.[optional] [readonly]
schedule_intervalScheduleInterval[optional]
tags[Tag], none_typeList of tags.[optional] [readonly]

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