SQLAlchemy delete Method: Valid Strategies for synchronize_session in Bulk Deletion
I’m working on a FastAPI project where I need to perform a bulk deletion of jobs using SQLAlchemy. The list of job IDs to be deleted is provided via a POST request from Postman. However, I’m encountering an error related to the synchronize_session parameter in the SQLAlchemy delete method. Here is my setup: