potiuk commented on code in PR #59764:
URL: https://github.com/apache/airflow/pull/59764#discussion_r2669500796
##########
airflow-core/src/airflow/serialization/definitions/dag.py:
##########
@@ -978,6 +984,38 @@ def clear(
from airflow.models.taskinstance import clear_task_instances
state: list[TaskInstanceState] = []
+
Review Comment:
LGTM, but Since it indeed touches core airflow definitions, I would love if
other maintainers more familiar with it will take a look - I am afraid this
might not be optimal way of doing it and possibly it can be done simpler.
--
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]