Skip to content

Commit 1772412

Browse files
committed
fix: Use DuckDB versions that match known-working motherduck config
Updated to use duckdb==0.10.2 and duckdb-engine==0.12.1, which are the same versions used in the motherduck configuration that are known to work with Superset's DuckDB integration.
1 parent 482b710 commit 1772412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ denodo = ["denodo-sqlalchemy~=1.0.6"]
133133
dremio = ["sqlalchemy-dremio>=1.2.1, <4"]
134134
drill = ["sqlalchemy-drill>=1.1.4, <2"]
135135
druid = ["pydruid>=0.6.5,<0.7"]
136-
duckdb = ["duckdb-engine>=0.17.0"]
136+
duckdb = ["duckdb==0.10.2", "duckdb-engine==0.12.1"]
137137
dynamodb = ["pydynamodb>=0.4.2"]
138138
solr = ["sqlalchemy-solr >= 0.2.0"]
139139
elasticsearch = ["elasticsearch-dbapi>=0.2.9, <0.3.0"]

0 commit comments

Comments
 (0)