python-pinot-dbapi / pinot-dbapi

Python DB-API and SQLAlchemy dialect for Pinot
MIT License
20 stars 33 forks source link

Allow passing database for pinot queries #89

Closed shounakmk219 closed 8 months ago

shounakmk219 commented 9 months ago

Pass database=dbName argument as part of the connection string to query tables of a specific database. Each connection can query only 1 database.