-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
base: master
Are you sure you want to change the base?
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 |
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
Check List
Description of Changes Made
feat(duckdb-driver): Add support for installing and loading DuckDB Community Extensions