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

Can't find metadata #100

Open
mattiasthalen opened this issue Feb 13, 2025 · 0 comments
Open

Can't find metadata #100

mattiasthalen opened this issue Feb 13, 2025 · 0 comments

Comments

@mattiasthalen
Copy link

mattiasthalen commented Feb 13, 2025

I'm trying to read my iceberg table like this:

select * from iceberg_scan("./lakehouse/bronze_20250213053036/raw__adventure_works__addresses");
IO Error: Iceberg metadata file not found for table version '1' using 'none' compression and format(s): 'v%s%s.metadata.json,%s%s.metadata.json'

It works when I do this:

select * from iceberg_scan("file://Users/mattiasthalen/Repositories/adventure-works/lakehouse/bronze_20250213053036/raw__adventure_works__addresses");

So in other words, full path, with file://, works. Is there anyway to get this to work with a relative path?

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

No branches or pull requests

1 participant