eladkal commented on code in PR #54842:
URL: https://github.com/apache/airflow/pull/54842#discussion_r2294360709
##########
airflow-core/src/airflow/utils/dag_cycle_tester.py:
##########
@@ -24,8 +24,8 @@
from airflow.sdk.definitions.dag import DAG
warnings.warn(
- "`airflow.utils.dag_cycle_tester` module is deprecated and "
- "will be removed in Airflow 3.2. Please use `dag.check_cycle()` method
instead.",
+ "`airflow.utils.dag_cycle_tester` module is deprecated and and will be
removed in a future release."
+ "Please use `dag.check_cycle()` method instead.",
Review Comment:
I assume the intention was that it will be removed in 3.x rather than in 4.0?
if we change it we may forget to do it
--
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]