Skip to content

Files

Latest commit

bc376dd · Feb 4, 2021

History

History
20 lines (16 loc) · 1.4 KB

DAG.md

File metadata and controls

20 lines (16 loc) · 1.4 KB

DAG

DAG

Properties

Name Type Description Notes
dag_id str The ID of the DAG. [optional] [readonly]
root_dag_id str, none_type If the DAG is SubDAG then it is the top level DAG identifier. Otherwise, nulll. [optional] [readonly]
is_paused bool, none_type Whether the DAG is paused. [optional]
is_subdag bool Whether the DAG is SubDAG. [optional] [readonly]
fileloc str The absolute path to the file. [optional] [readonly]
file_token str The 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]
description str, none_type User-provided DAG description, which can consist of several sentences or paragraphs that describe DAG contents. [optional] [readonly]
schedule_interval ScheduleInterval [optional]
tags [Tag], none_type List of tags. [optional] [readonly]

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