render
Contents
Usage
$ airflow tasks render [-h] [--map-index MAP_INDEX] [-S SUBDIR] [-v]
dag_id task_id execution_date_or_run_id
Arguments
| Parameter | Description |
|---|---|
dag_id |
ID of the DAG |
task_id |
ID of the task |
execution_date_or_run_id |
The |
--map-index |
Mapped task index. Default: |
-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 |