Skip to content

Commit a9a52df

Browse files
committed
chore: add adbc, duckdb examples
1 parent eefb5c4 commit a9a52df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/adbc_example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
"""
2-
Install pyarrow, adbc_driver_duckdb and duckdb before running this example
2+
Install pyarrow, adbc-driver-manager and duckdb before running this example
33
This example currently can be run only with duckdb<=1.1.3, later vesions of duckdb no longer support substrait in adbc
44
"""
55

6-
76
import adbc_driver_duckdb.dbapi
87
import pyarrow
98
from substrait.builders.plan import read_named_table, filter

0 commit comments

Comments
 (0)