Skip to content

cant specify connection property in URL when using ducklake direct attach #283

Open
@gahtan-syarif

Description

@gahtan-syarif

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions