feat(extension): new extension for generic storage filesystem query#2003
Open
brunolnetto wants to merge 3 commits into
Open
feat(extension): new extension for generic storage filesystem query#2003brunolnetto wants to merge 3 commits into
brunolnetto wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds an extension manifest/description file for the cloudfs DuckDB extension, including repository pinning and end-user documentation.
Changes:
- Introduces
description.ymlwith extension metadata (name, version, toolchains, maintainers). - Adds embedded
hello_worldand extended documentation for supported schemes/providers and deployment hints.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
brunolnetto
added a commit
to trouchet/cloudfs
that referenced
this pull request
Jun 3, 2026
Fix 3 issues from GitHub Copilot review: 1. Change licence → license (American spelling, schema compliance) 2. Convert requires_toolchains from semicolon string to YAML list - Better validation and cleaner diffs - Easier to parse and extend 3. Fix grammar: a ~8 MB → an ~8 MB (vowel sound rule) Addresses: github.com/duckdb/community-extensions/pull/2003 review
Member
|
Hi @brunolnetto, I think the descriptor yaml needs to be in a folder with the extension name, could you move that so it's at |
Author
Addressed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new extension metadata file,
description.yml, for thecloudfsextension. The file provides a comprehensive overview of the extension's capabilities, supported providers, authentication methods, and usage examples.Key additions in the new extension metadata:
Extension Definition and Capabilities
cloudfsextension, which enables querying multiple cloud storage providers (SharePoint, OneDrive, Google Drive, Dropbox, SFTP, and VPS via cloudfs-agent) using custom URL schemes (spfs://,odfs://,gdfs://,dbxfs://,sftp://, andvfs://) with the same features ass3://, such as support for Parquet, CSV, JSON, Delta Lake, Iceberg, glob patterns, andCOPY TOoperations.Documentation and Usage
cloudfs-agent.