justinpakzad commented on code in PR #69409:
URL: https://github.com/apache/airflow/pull/69409#discussion_r3524952272
##########
airflow-core/src/airflow/cli/commands/dag_command.py:
##########
@@ -727,6 +729,7 @@ def dag_report(args) -> None:
)
+@deprecated_for_airflowctl("airflowctl dags list-jobs")
Review Comment:
This one doesn't either. There is a `airflowctl jobs list` command, but it
can't filter by dag, so it's not fully matched with the cli.
Edit: There is actually a PR #68616 that will align the two.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]