mitdbg / brad

A virtualization layer for cloud data infrastructures.
https://dsg.csail.mit.edu/projects/brad
MIT License
7 stars 1 forks source link

Restructure BradFlightSqlServer class, integrate pybind library and create bindings #472

Closed sopzha closed 7 months ago

sopzha commented 7 months ago

Currently failing formatting, lint, and type check. The main issue seems to be from the failed import handler, though I'm not sure why we cannot find the pybind_brad_server module (the import seems fine locally?). Also unsure how to properly access brad_server in "import ... as brad_server" outside the scope where it's defined, but let me know if you have any suggestions! Thank you for helping review!