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

set command has no effect #40

Open
DeoLeung opened this issue Nov 7, 2024 · 1 comment
Open

set command has no effect #40

DeoLeung opened this issue Nov 7, 2024 · 1 comment

Comments

@DeoLeung
Copy link

DeoLeung commented Nov 7, 2024

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

@DeoLeung
Copy link
Author

the problem is it checks if set variable is in duckdb setting, however the s3 variables need to enable extension first

fix it by manually load extension in startup script

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