Carolyn Hicks

Results 1 issues of Carolyn Hicks

:wave: Looks like this change in SQLAlchemy 1.4.0 is a problem: https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#the-url-object-is-now-immutable ``` @contextmanager def admin_db_connection(db_url): url = copy_url(db_url) dbtype = url.get_dialect().name if dbtype == "postgresql": > url.database = ""...