Skip to content

Commit 608b1fb

Browse files
committed
docs(duckdb): add installation note for duckdb >= 0.5.0
1 parent 753fd80 commit 608b1fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/backends/DuckDB.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ backend_module: duckdb
55
backend_param_style: a path to a DuckDB database
66
backend_connection_example: ibis.duckdb.connect("path/to/my.duckdb")
77
development_only: false
8+
intro: |
9+
!!! danger "`duckdb` >= 0.5.0 requires `duckdb-engine` >= 0.6.2"
10+
11+
If you encounter problems when using `duckdb` >= **0.5.0** you may need to
12+
upgrade `duckdb-engine` to at least version **0.6.2**.
13+
14+
See [this issue](https://github.com/ibis-project/ibis/issues/4503) for
15+
more details.
816
---
917

1018
{% include 'backends/template.md' %}

0 commit comments

Comments
 (0)