We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sqlalchemy-trino
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?
trino+pyhive
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: