We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great project! Just went through the setup process and thought it'd be a good idea to use an in-memory catalog for demo. Here's an example of an in-memory catalog https://github.com/apache/iceberg-python/blob/9857107561d2267813b7ce150b01b4e6ac4b3e34/tests/catalog/test_sql.py#L113-L117
This requires pyiceberg[sql-sqlite] https://github.com/apache/iceberg-python/blob/9857107561d2267813b7ce150b01b4e6ac4b3e34/pyproject.toml#L595
pyiceberg[sql-sqlite]
The text was updated successfully, but these errors were encountered:
Thanks @kevinjqliu , sure we will try it out, or, please feel free to add it yourself.
Sorry, something went wrong.
No branches or pull requests
Great project! Just went through the setup process and thought it'd be a good idea to use an in-memory catalog for demo.
Here's an example of an in-memory catalog
https://github.com/apache/iceberg-python/blob/9857107561d2267813b7ce150b01b4e6ac4b3e34/tests/catalog/test_sql.py#L113-L117
This requires
pyiceberg[sql-sqlite]
https://github.com/apache/iceberg-python/blob/9857107561d2267813b7ce150b01b4e6ac4b3e34/pyproject.toml#L595
The text was updated successfully, but these errors were encountered: