Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"trino" entry points conflicts with sqlalchemy-trino #427

Open
betodealmeida opened this issue Feb 11, 2022 · 0 comments
Open

"trino" entry points conflicts with sqlalchemy-trino #427

betodealmeida opened this issue Feb 11, 2022 · 0 comments

Comments

@betodealmeida
Copy link
Contributor

PyHive defines a "trino" entry point for a SQLAlchemy dialect:

https://github.com/dropbox/PyHive/blob/master/setup.py#L72

If you have both PyHive and sqlalchemy-trino installed both will register the same dialect, and each request will randomly use one of the libraries.

Can we rename the PyHive entry point to trino+pyhive, or something else different?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant