File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,21 @@ extension:
1010
1111repo :
1212 github : iqea-ai/duckdb-snowflake
13- ref : eaa953343f5cc0d1e53704b751fea5e70f556bf4
13+ ref : 75ab20e7349beaff184fcd3f98efbd90bcd7d812
14+ ref_next : 75ab20e7349beaff184fcd3f98efbd90bcd7d812
15+
16+ install_notes : |
17+ **Important:** This extension requires the Apache Arrow ADBC Snowflake driver to function properly.
18+
19+ The driver is not included in the extension package and must be downloaded and installed separately.
20+
21+ For complete installation instructions including platform-specific driver setup, please refer to:
22+ https://github.com/iqea-ai/duckdb-snowflake#adbc-driver-setup
23+
24+ Quick reference for driver placement:
25+ - Linux: ~/.duckdb/extensions/v1.3.2/linux_amd64/
26+ - macOS: ~/.duckdb/extensions/v1.3.2/osx_arm64/ (or osx_amd64)
27+ - Windows: C:\Users\<username>\.duckdb\extensions\v1.3.2\windows_amd64\
1428
1529docs :
1630 hello_world : |
4054
4155 extended_description : |
4256 This community-maintained extension allows DuckDB to connect to Snowflake using Arrow ADBC drivers.
57+ It provides both pass-through querying and direct database attachment capabilities for seamless Snowflake integration.
58+
59+ **Prerequisites:** The Apache Arrow ADBC Snowflake driver must be installed separately before using this extension.
4360 For detailed setup and usage instructions, visit the [extension repository](https://github.com/iqea-ai/duckdb-snowflake).
You can’t perform that action at this time.
0 commit comments