phanikumv commented on code in PR #32474:
URL: https://github.com/apache/airflow/pull/32474#discussion_r1260527156
##########
airflow/models/renderedtifields.py:
##########
@@ -236,14 +232,15 @@ def _do_delete_old_records(
session: Session,
) -> None:
# This query might deadlock occasionally and it should be retried if
fails (see decorator)
+ # breakpoint()
Review Comment:
Removed 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]