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
This works:
INSTALL azure; LOAD azure; CREATE SECRET test ( TYPE AZURE, PROVIDER CREDENTIAL_CHAIN, ACCOUNT_NAME 'test' ); select * from 'az://test/test.csv';
This triggers a segmentation fault (in same session as above):
copy (select 1 as A, 2 as B) to 'az://test/test2.csv';
OS: Windows 11 and Linux (WSL) Environment: Both PowerShell and WSL
❯ duckdb --version v0.10.0 20b1486d11
The text was updated successfully, but these errors were encountered:
Azure writes are not yet supported, but we obviously shouldn't throw segfaults here. Thanks for reporting this!
Sorry, something went wrong.
No branches or pull requests
This works:
This triggers a segmentation fault (in same session as above):
System Info
OS: Windows 11 and Linux (WSL)
Environment: Both PowerShell and WSL
The text was updated successfully, but these errors were encountered: