Re: [sqlalchemy] sqlacodegen error : AttributeError: 'Table' object has no attribute 'bind'

2023-02-24 Thread Mike Bayer
Please refer to https://github.com/agronholm/sqlacodegen/discussions for sqlacodegen support. On Wed, Feb 22, 2023, at 11:25 AM, Yoav Kopfstein wrote: > I am using sqlacodegen for the first time to generate Python class models > from an existing PostgreSQL database. > > when running this : >

[sqlalchemy] sqlacodegen error : AttributeError: 'Table' object has no attribute 'bind'

2023-02-22 Thread Yoav Kopfstein
I am using sqlacodegen for the first time to generate Python class models from an existing PostgreSQL database. when running this : % sqlacodegen --schema= --tables postgresql://:@ I am getting this error: Traceback (most recent call last): File "***/bin/sqlacodegen", line 8, in