druid-io / pydruid

A Python connector for Druid
Other
509 stars 200 forks source link

Add support for Druid Basic Auth to SQLAlchemy #149

Closed donbowman closed 5 years ago

donbowman commented 5 years ago

This adds support for basic authentication (in the same format as the other sqlalchemy drivers) druid://USER:PASSWORD@localhost:8082/druid/v2/sql/

Signed-off-by: Don Bowman don@agilicus.com

donbowman commented 5 years ago

are there additional changes needed?

donbowman commented 5 years ago

before i rebase this again, is there anything else needed?

mistercrunch commented 5 years ago

Thank you for this contribution!