show-dependencies
Contents
Usage
$ airflow dags show-dependencies [-h] [--imgcat] [-s SAVE] [-S SUBDIR] [-v]
Arguments
| Parameter | Description |
|---|---|
--imgcat |
Displays a graph using the imgcat tool. This option only works in iTerm |
-s, --save |
Saves the result to the specified file. The file format is determined by the file extension. For more information about supported format, see Output Formats |
-S, --subdir |
File or directory location for DAGs. Defaults to |
-h, --help |
Print out the help manual for this command |
-v, --verbose |
Make logging output more verbose |