potiuk commented on a change in pull request #18616:
URL: https://github.com/apache/airflow/pull/18616#discussion_r719180681



##########
File path: airflow/models/renderedtifields.py
##########
@@ -191,3 +179,20 @@ def delete_old_records(
             ]
 
             
session.query(cls).filter(and_(*filter_tis)).delete(synchronize_session=False)
+
+    @retry_db_transaction
+    @classmethod
+    def remove_old_rendered_ti_fields_mysql(cls, dag_id, session, task_id, 
tis_to_keep_query):

Review comment:
       Yep. I noticed yesterday but was too late to fix :)




-- 
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]


Reply via email to