druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

Update connect function in api.py to accept proxies #185

Closed manojbalaji1 closed 4 years ago

manojbalaji1 commented 4 years ago

In certain scenarios, druid url's are accessible explicitly through proxies, so added proxies as input parameter for connection which is passed to requests.post in Cursor

@donbowman @mistercrunch can you please review this PR?

mistercrunch commented 4 years ago

pre-commit install as noted in README should help

manojbalaji1 commented 4 years ago

Trailing coma + rebase, otherwise LGTM

Completed requested changes