Relative Content

Tag Archive for pythonflaskgoogle-cloud-platformsqlalchemygunicorn

database error with sqlalchemy on Google Cloud Run

I am trying to deploy a flask app on Google Cloud Run that has a sqlite database and I keep getting an error that a table already exists. Even when I delete the database instance from my container before I click Deploy on Cloud Run the error still persists.