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
file://
Most IO implementations allow the file:// prefix to indicate that the data is local. Would be great if DuckDB can support this as well 👍
The text was updated successfully, but these errors were encountered:
iceberg_scan
was searching through duckdb's codebase for file://, found that delta_scan can read file:// paths
delta_scan
https://github.com/duckdb/duckdb/blob/49a28e32aa68d6d9595612da185d75896571fc74/extension/delta/src/functions/delta_scan.cpp#L140-L163
Sorry, something went wrong.
No branches or pull requests
Most IO implementations allow the
file://
prefix to indicate that the data is local. Would be great if DuckDB can support this as well 👍The text was updated successfully, but these errors were encountered: