Skip to content

Commit

Permalink
docs(duckdb): add installation note for duckdb >= 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 15, 2022
1 parent 753fd80 commit 608b1fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/backends/DuckDB.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ backend_module: duckdb
backend_param_style: a path to a DuckDB database
backend_connection_example: ibis.duckdb.connect("path/to/my.duckdb")
development_only: false
intro: |
!!! danger "`duckdb` >= 0.5.0 requires `duckdb-engine` >= 0.6.2"
If you encounter problems when using `duckdb` >= **0.5.0** you may need to
upgrade `duckdb-engine` to at least version **0.6.2**.
See [this issue](https://github.com/ibis-project/ibis/issues/4503) for
more details.
---

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

0 comments on commit 608b1fb

Please sign in to comment.