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

Directly scanning metadata file #18

Merged
merged 4 commits into from
Oct 10, 2023

Conversation

samansmink
Copy link
Collaborator

Partial solution to #10.

We now allow directly passing a metadata file. We check if the path is a json file, if it is we just scan that directly. This will allow users to access the various iceberg catalogs through an external tool, then pass the path to the latest to duckdb.
Until we have proper support for iceberg catalogs, this will allow actually using the iceberg extension on systems that don't produce a version-hint file:

SELECT * FROM ICEBERG_SCAN('../<metadata_file_name>.json');

@samansmink samansmink merged commit ca70abd into duckdb:main Oct 10, 2023
6 checks passed
@samansmink samansmink deleted the directly-scanning-metadata branch October 10, 2023 07:35
mike-luabase pushed a commit to definite-app/duckdb_iceberg that referenced this pull request Oct 27, 2024
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