lidavidm commented on issue #2079:
URL: https://github.com/apache/arrow-adbc/issues/2079#issuecomment-2298194188
No, it seems like a bit more is needed.
```
Traceback (most recent call last):
File
"/home/lidavidm/Code/arrow-adbc/docs/source/python/recipe/postgresql_sqlalchemy.py",
line 43, in <module>
metadata.create_all(conn)
File
"/home/lidavidm/miniforge3/envs/adbc-dev/lib/python3.11/site-packages/sqlalchemy/sql/schema.py",
line 5866, in create_all
bind._run_ddl_visitor(
^^^^^^^^^^^^^^^^^^^^^
File
"/home/lidavidm/miniforge3/envs/adbc-dev/lib/python3.11/site-packages/sqlalchemy/pool/base.py",
line 1488, in __getattr__
return getattr(self.dbapi_connection, key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Connection' object has no attribute '_run_ddl_visitor'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]