lidavidm commented on issue #2079: URL: https://github.com/apache/arrow-adbc/issues/2079#issuecomment-2774117114
I think you "just" subclass this, and start overriding/configuring things to get things working: https://github.com/sqlalchemy/sqlalchemy/blob/ecbd1228c292c0f628e9a318099885b770871316/lib/sqlalchemy/dialects/postgresql/base.py#L3055 And the pyproject.toml needs an entrypoint so sqlalchemy can find the dialect: https://docs.sqlalchemy.org/en/20/core/connections.html#registering-new-dialects (We use pyproject.toml, though, not setup.cfg.) -- 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]
