-
Install the DataFusion ADBC driver:
dbc install datafusion
-
Customize the Python script
main.pyas needed- Change the SQL SELECT statement in
cursor.execute(), or keep it set toSELECT * FROM 'games.parquet';to query the Parquet file included with this example
- Change the SQL SELECT statement in
-
Run the Python script:
uv run main.py