bugraoz93 commented on code in PR #68726:
URL: https://github.com/apache/airflow/pull/68726#discussion_r3454328927


##########
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:
   It is Kaxil indeed. I will revert to the old client and eliminate the 
dependency in another MR
   
   TLDR
   I thought this could unblock follow-up work for others, only adding the 
warning while I can revert all before the actual 3.3 so only maintainer 
deprecations can land. We can add those at any version now, as it won't be 
user-impacting changes



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