Oleg Pykhov
Results
1
comments of
Oleg Pykhov
I've also encountered into this. It seems that `MetaData` constructor from SQLAlchemy [does not support](https://github.com/sqlalchemy/sqlalchemy/blob/main/lib/sqlalchemy/sql/schema.py) `bind` keyword argument anymore. main branch: ```python class MetaData(HasSchemaAttr): def __init__( self, schema: Optional[str] =...