-
Notifications
You must be signed in to change notification settings - Fork 392
Add SQLite support #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SQLite support #178
Conversation
Fokko
commented
Dec 4, 2023

dba6ec8 to
63b3f24
Compare
fa55407 to
ae31c4f
Compare
ae31c4f to
d0102fd
Compare
|
You might be able to support arbitrary SQL-like catalogs using https://github.com/ibis-project/ibis |
|
@jayceslesar Thanks for chiming in here! If I'm not mistaken, PyIceberg could serve as a backend behind the Ibis front end. We currently use sqlalchemy as an ORM for different database implementations. |
bitsondatadev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few nits in the docs, but LGTM!
|
|
||
| import pytest | ||
| from pytest import TempPathFactory | ||
| from pytest_lazyfixture import lazy_fixture |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clever :)
Co-authored-by: Brian "bits" Olsen <[email protected]>
Co-authored-by: Brian "bits" Olsen <[email protected]>
…nto fd-iceberg-python
|
Thanks for the suggestions @bitsondatadev 🙌 |