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
starts locally
python -m buenavista.examples.duckdb_postgres
connect via postico
SET s3_endpoint = 'xx.com'; select count(*) from 's3://bucket/a.parquet';
it connects to amazon, not my s3 endpoint
The text was updated successfully, but these errors were encountered:
the problem is it checks if set variable is in duckdb setting, however the s3 variables need to enable extension first
s3
fix it by manually load extension in startup script
Sorry, something went wrong.
No branches or pull requests
starts locally
connect via postico
it connects to amazon, not my s3 endpoint
The text was updated successfully, but these errors were encountered: