Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions airflow-core/src/airflow/cli/cli_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1387,6 +1387,7 @@ class GroupCommand(NamedTuple):
"Execute one single DagRun for a given DAG and logical date.\n"
"\n"
"You can test a DAG in three ways:\n"
"\n"
"1. Using default bundle:\n"
" airflow dags test <DAG_ID>\n"
"\n"
Expand Down
Loading