-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat(duckdb-driver): Add support for installing and loading DuckDB Community Extensions #9169
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
feat(duckdb-driver): Add support for installing and loading DuckDB Community Extensions #9169
Conversation
…mmunity Extensions
|
@benyaminsalimi Could you please explain what's the difference between official and community extensions? Why do we need to handle the community ones differently? |
@igorlukanin The community extension is from another repository (community), example of installing community extension You can find more information here I was also thinking about add feature of install from 3rd party repositories, which Duck DB supports! It will be |
KSDaemon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻 Looks good! Left only one neat pick rgd types
|
@benyaminsalimi, could you please sync with the latest master and resolve the conflicts (should not be hard)? Thnx! |
…ty-extensions # Conflicts: # packages/cubejs-duckdb-driver/src/DuckDBDriver.ts
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9169 +/- ##
==========================================
- Coverage 48.03% 48.02% -0.02%
==========================================
Files 171 171
Lines 21449 21454 +5
Branches 3723 3724 +1
==========================================
Hits 10303 10303
- Misses 10714 10719 +5
Partials 432 432
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…mmunity Extensions (cube-js#9169) * feat(duckdb-driver): Add support for installing and loading DuckDB Community Extensions * remarks on PR --------- Co-authored-by: Konstantin Burkalev <KSDaemon@gmail.com>
Check List
Description of Changes Made
feat(duckdb-driver): Add support for installing and loading DuckDB Community Extensions