Skip to content
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

Feat/file catalog #44

Merged
merged 5 commits into from
Oct 18, 2024
Merged

Feat/file catalog #44

merged 5 commits into from
Oct 18, 2024

Conversation

JanKaul
Copy link
Owner

@JanKaul JanKaul commented Oct 18, 2024

This PR add a "File" catalog. It makes use of Iceberg file system tables and doesn't require an external catalog. This is possible because S3 now supports conditional writes.

The table identifiers are converted to and from the table locations in object-storage. It always uses the last 3 parts of the table location prefix. For example:

s3://warehouse/staging/inventory/orders <-> staging.inventory.orders
s3://warehouse/cleaned/events <-> warehouse.cleaned.events

@JanKaul JanKaul merged commit 2492d09 into main Oct 18, 2024
1 check passed
@JanKaul JanKaul deleted the feat/file-catalog branch October 18, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant