uranusjr commented on code in PR #63185:
URL: https://github.com/apache/airflow/pull/63185#discussion_r3372042560
##########
airflow-core/src/airflow/dag_processing/manager.py:
##########
@@ -438,6 +441,12 @@ def deactivate_stale_dags(
)
to_deactivate.add(dag.dag_id)
continue
+ # Legacy 0082-migration row the startup repair could not route.
Review Comment:
This is too cryptic for a reader without context. Expand on why this is
needed, or just link to the issue.
--
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]