yuseok89 commented on code in PR #69409:
URL: https://github.com/apache/airflow/pull/69409#discussion_r3525264813
##########
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:
Thank you so much. This was my mistake for going off the meta-issue alone
without double-checking against the actual airflowctl commands. I've updated
the PR to keep only the marker whose airflowctl equivalent actually exists and
fully matches.
--
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]