duckdb / community-extensions

https://duckdb.org/community_extensions
147 stars 27 forks source link

DuckDB GSheets #168

Closed archiewood closed 1 month ago

carlopi commented 1 month ago

Welcome to the community extensions!

archiewood commented 1 month ago

is there anything else I need to do here?

install gsheets from community;
HTTP Error: Failed to download extension "gsheets" at URL "http://community-extensions.duckdb.org/v1.1.1/osx_arm64/gsheets.duckdb_extension.gz" (HTTP 403)

Candidate extensions: "postgres", "inet", "https", "delta", "s3"
carlopi commented 1 month ago

Extensions are, at the moment, only built and distributed in the latest stable duckdb version, that is v1.1.2.

Once a new release hits, old deployed extensions stays alive, but in the state they were last published.

I checked earlier from OSX CLI on v1.1.2, works as a charm.

carlopi commented 1 month ago

This might need better documentation, if it was not clear enough to you.

archiewood commented 1 month ago

aha i need to upgrade them!

archiewood commented 1 month ago

worked TY