python-pinot-dbapi / pinot-dbapi

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

Way to set query params at connection level #99

Closed shounakmk219 closed 4 months ago

shounakmk219 commented 4 months ago

This can be leveraged by clients such as superset to apply query params at connection level to avoid passing it for every query.

Example of database connection creation in Superset:

image
xiangfu0 commented 4 months ago

Thanks for supporting this!