Open
Description
I'm trying to specify connection properties while using ducklake direct attach through dbeaver using this jdbc url format:
jdbc:duckdb:ducklake:postgres:postgresql://user:pwd@127.0.0.1:5432/dbname;s3_endpoint=localhost:9000;;s3_access_key_id=minioadmin;;s3_secret_access_key=minioadmin;;s3_url_style=path;;s3_use_ssl=false;
This causes the error:
Connection Error: Can't open a connection to same database file with a different configuration than existing connections
this problem doesnt occur when i don't specify the s3 connection properties.
Metadata
Metadata
Assignees
Labels
No labels