kaxil commented on PR #60951:
URL: https://github.com/apache/airflow/pull/60951#issuecomment-3785876725

   Ofcourse !
   ```
   sqlalchemy.exc.NotSupportedError: (MySQLdb.NotSupportedError) (1235, "This 
version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'")
   [SQL: DELETE FROM rendered_task_instance_fields WHERE 
rendered_task_instance_fields.dag_id = %s AND 
rendered_task_instance_fields.task_id = %s AND 
(rendered_task_instance_fields.run_id NOT IN (SELECT dag_run.run_id 
   FROM dag_run 
   WHERE dag_run.dag_id = %s ORDER BY dag_run.run_after DESC 
    LIMIT %s))]
   [parameters: ('test_dag', 'f', 'test_dag', 30)]
   ```


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