supabase-py
supabase-py copied to clipboard
feat(storage): add pyiceberg wrapper
What kind of change does this PR introduce?
Add support for accessing a catalog for a given Iceberg instance, similar to the JS implementation
Additional context
I'm not sure this is the only function we want to add, maybe we'd like some more functionality on it too?
Pull Request Test Coverage Report for Build 20234289876
Details
- 0 of 0 changed or added relevant lines in 0 files are covered.
- 25 unchanged lines in 2 files lost coverage.
- Overall coverage decreased (-0.09%) to 91.206%
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| src/storage3/_sync/analytics.py | 12 | 42.31% |
| src/storage3/_async/analytics.py | 13 | 42.31% |
| <!-- | Total: | 25 |
| Totals | |
|---|---|
| Change from base Build 20234227331: | -0.09% |
| Covered Lines: | 8930 |
| Relevant Lines: | 9791 |