python-pinot-dbapi / pinot-dbapi

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

Improve schemas and tables list #15

Closed dd-willgan closed 2 years ago

dd-willgan commented 3 years ago

PinotDialect currently gets schemas and tables from the controller, but there are a couple issues with this:

xiangfu0 commented 2 years ago

You are right. Pinot doesn't have the concept of schema. So here we just make the schema to accept any value.