python-pinot-dbapi / pinot-dbapi

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

Add raw query response to cursor class #103

Closed piby180 closed 1 month ago

piby180 commented 2 months ago

As of now with this client, we do not have access to rich stats returned by the Pinot API as mentioned in https://github.com/python-pinot-dbapi/pinot-dbapi/issues/88

This PR will store the raw query response json returned by Pinot API. I have stored the raw json directly instead of parsing each statistic into a separate variable. This is to prevent any side effects due to future breaking changes in Pinot API.

xiangfu0 commented 1 month ago

Thanks for your contribution! this should be included in the release 5.5.0!