amoghrajesh commented on code in PR #54842:
URL: https://github.com/apache/airflow/pull/54842#discussion_r2295151765
##########
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:
Not this one, no. I introduced the deprecation warning in 3.1 itself, so 3.2
for this would probably be really early.
I am fine keeping it for things like `dag_parsing_context` where warning was
introduced in 3.x and there have been couple of releases in between to notice
and update
--
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]