bujjibabukatta commented on issue #66726: URL: https://github.com/apache/airflow/issues/66726#issuecomment-4902193603
SQLite doesn't support row-level locking, so with_row_locks() was crashing with database is locked when creating a backfill. Fixed by returning the query early when the dialect is SQLite. Added a test to cover this case -- 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]
