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
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?
file://
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to read my iceberg table like this:
It works when I do this:
So in other words, full path, with
file://
, works. Is there anyway to get this to work with a relative path?The text was updated successfully, but these errors were encountered: