issues
search
python-pinot-dbapi
/
pinot-dbapi
Python DB-API and SQLAlchemy dialect for Pinot
MIT License
20
stars
33
forks
source link
Issue #13 Support broker authentication
#14
Closed
dd-willgan
closed
3 years ago
dd-willgan
commented
3 years ago
Resolves #13
sqlalchemy parses username and password from URL
.
Currently not being used by PinotDialect however
.
Added it to the args and then set the session auth
as recommended
.
Tested:
Created the .tar.gz locally and tested with locally running Pinot / Superset.
Works when there is no username / password provided as well.
xiangfu0
commented
3 years ago
Thanks for supporting this!
Resolves #13
Tested: