python-pinot-dbapi / pinot-dbapi

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

Allow passing database for pinot queries #89

Closed shounakmk219 closed 5 months ago

shounakmk219 commented 6 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.