"trino" entry points conflicts with `sqlalchemy-trino`
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 545
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.