Commit a9ee693
committed
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
1 file changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
15 | 28 | | |
16 | 29 | | |
17 | 30 | | |
| |||
41 | 54 | | |
42 | 55 | | |
43 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
44 | 60 | | |
0 commit comments