Skip to content

feat: Add duckdb secrets support#37

Merged
Xuanwo merged 5 commits intomainfrom
xuanwo/duckdb-secrets
Dec 24, 2025
Merged

feat: Add duckdb secrets support#37
Xuanwo merged 5 commits intomainfrom
xuanwo/duckdb-secrets

Conversation

@Xuanwo
Copy link
Copy Markdown
Collaborator

@Xuanwo Xuanwo commented Dec 24, 2025

Close #36

Allow loading secrets from duckeb:

CREATE SECRET (TYPE S3, provider credential_chain);

SELECT *
  FROM 's3://bucket/path/to/dataset.lance'
  LIMIT 10;

Parts of this PR were drafted with assistance from Codex (with gpt-5.2) and fully reviewed and edited by me. I take full responsibility for all changes.

@Xuanwo Xuanwo merged commit 3319724 into main Dec 24, 2025
5 checks passed
@Xuanwo Xuanwo deleted the xuanwo/duckdb-secrets branch December 24, 2025 08:15
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

Successfully merging this pull request may close these issues.

Allow loading secrets from duckdb

1 participant