Skip to content

Commit a9ee693

Browse files
Update Snowflake extension descriptor with latest stable and main branch commits
- Update ref to stable branch commit 9f5f549 (v1.3.2) - Update ref_next to main branch commit c681627 (v1.4.0) - Add comprehensive install_notes section highlighting ADBC driver requirement - Include platform-specific driver placement paths for quick reference - Add direct link to detailed installation documentation - Ensure users are properly informed about prerequisite driver setup The extension now points to the latest stable release with updated documentation that includes consolidated platform-specific installation instructions and improved Windows support with wget and zip file handling. Installation notes now clearly communicate: - ADBC driver is required and not included in extension package - Platform-specific DuckDB extension directory paths - Link to comprehensive setup documentation at: https://github.com/iqea-ai/duckdb-snowflake#adbc-driver-setup This addresses the need for users to manually install the libadbc_driver_snowflake.so file in the correct DuckDB extensions directory before using the Snowflake extension.
1 parent 3dad891 commit a9ee693

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

extensions/snowflake/description.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,21 @@ extension:
1010

1111
repo:
1212
github: iqea-ai/duckdb-snowflake
13-
ref: 0e0520ca2d54b071922594d8cc9ea56174fb37d2
14-
ref_next: c3196bfc034ad7e5390ace326e9df6de1431523d
13+
ref: 9f5f5495c97419432795695c228b9feb424acf23
14+
ref_next: c6816276ccd58ef860bf0b5d0c97a7174f6c5369
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\
1528
1629
docs:
1730
hello_world: |
@@ -41,4 +54,7 @@ docs:
4154
4255
extended_description: |
4356
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.
4460
For detailed setup and usage instructions, visit the [extension repository](https://github.com/iqea-ai/duckdb-snowflake).

0 commit comments

Comments
 (0)