jedcunningham commented on code in PR #31352:
URL: https://github.com/apache/airflow/pull/31352#discussion_r1210986708
##########
airflow/models/taskinstance.py:
##########
@@ -2825,15 +2825,15 @@ def tg2(inp):
def clear_db_references(self, session):
"""
- Clear DB references to XCom, TaskFail and RenderedTaskInstanceFields.
+ Clear db tables what have a reference to this instance.
Review Comment:
```suggestion
Clear db tables that have a reference to this instance.
```
--
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]