Skip to content

feat: add DuckDB workspace storage s3:// notation documentation #1029

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

claude[bot]
Copy link
Contributor

@claude claude bot commented Jul 1, 2025

Summary

Add documentation for DuckDB workspace storage s3:// notation as requested in #1028.

Changes Made

  • Added s3:// notation documentation to the DuckDB quickstart section
  • Explained that it's equivalent to passing s3 objects as parameters
  • Documented syntax for:
    • Primary workspace storage: s3:///path/to/file
    • Secondary storage: s3://<secondary_storage>/path/to/file
    • Glob pattern support: s3:///myfiles/*.parquet

Context

This enhancement was requested by @HugoCasa to provide users with an alternative method for referencing workspace files in DuckDB scripts, complementing the existing s3object parameter approach.

Resolves #1028

Generated with Claude Code

Add documentation for s3:// notation as an alternative to passing s3 objects as parameters in DuckDB scripts:
- Primary workspace: s3:///path/to/file
- Secondary storage: s3://<secondary_storage>/path/to/file  
- Glob pattern support: s3:///myfiles/*.parquet

Resolves #1028

Co-authored-by: Ruben Fiszel <[email protected]>
Copy link

Deploying windmilldocs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 16f3550
Status: ✅  Deploy successful!
Preview URL: https://82e653ce.windmilldocs.pages.dev
Branch Preview URL: https://claude-issue-1028-20250701-0.windmilldocs.pages.dev

View logs

@HugoCasa HugoCasa marked this pull request as ready for review July 1, 2025 12:09
@HugoCasa HugoCasa changed the title Add DuckDB workspace storage s3:// notation documentation feat: add DuckDB workspace storage s3:// notation documentation Jul 1, 2025
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.

duckdb workspace storage notation
0 participants