druid-io / pydruid

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

Merge druiddb into pydruid #110

Closed betodealmeida closed 6 years ago

betodealmeida commented 6 years ago

This PR merges the code from druiddb into pydruid. The DB API and SQLAlchemy dialect where moved to pydruid/db/, and the CLI was left in pydruid/. The (few) unit tests were added to tests/db/.

The CLI is now called pydruid, instead of druiddb.

I also removed all the f-strings, since the backport module was not working for some reason.