justinpakzad commented on code in PR #69409:
URL: https://github.com/apache/airflow/pull/69409#discussion_r3524953560


##########
airflow-core/src/airflow/cli/commands/dag_command.py:
##########
@@ -758,6 +761,7 @@ def dag_list_jobs(args, dag: DAG | None = None, *, session: 
Session = NEW_SESSIO
     )
 
 
+@deprecated_for_airflowctl("airflowctl dags list-runs")

Review Comment:
   Same here. We currently have `airflowctl dagrun list` which lists Dag runs 
(optionally filtered by dag id, state, etc), so it's very similar. That being 
said, if there are plans to extend the dag operations to match the cli command 
names exactly,  then maybe it makes sense as is.



-- 
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]

Reply via email to