kaxil commented on code in PR #68726:
URL: https://github.com/apache/airflow/pull/68726#discussion_r3439671483
##########
airflow-core/src/airflow/cli/utils.py:
##########
@@ -42,27 +38,28 @@
def deprecated_for_airflowctl(replacement: str) -> Callable[[F], F]:
"""
- Mark an ``airflow`` CLI command as deprecated in favour of an
``airflowctl`` equivalent.
+ Mark an ``airflow`` CLI command as migrated to its ``airflowctl``
equivalent.
Review Comment:
Is airflowctl bundled with core-airflow -- not tied to its versioniong but
it is a required dep, no? :
https://github.com/apache/airflow/blob/main/airflow-core/pyproject.toml ?
--
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]