We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753fd80 commit 608b1fbCopy full SHA for 608b1fb
docs/backends/DuckDB.md
@@ -5,6 +5,14 @@ backend_module: duckdb
5
backend_param_style: a path to a DuckDB database
6
backend_connection_example: ibis.duckdb.connect("path/to/my.duckdb")
7
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.
16
---
17
18
{% include 'backends/template.md' %}
0 commit comments