Skip to content

Commit

Permalink
Update spiceaidocs/docs/api/odbc/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Lyons <[email protected]>
  • Loading branch information
sgrebnov and slyons authored Oct 7, 2024
1 parent 1c379f9 commit 7d8f582
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spiceaidocs/docs/api/odbc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@ spiced --flight 0.0.0.0:50051
2024-10-06T20:06:50.921420Z INFO runtime: Dataset taxi_trips registered (s3://spiceai-demo-datasets/taxi_trips/2024/), results cache enabled.
```

Configure client app to use `Arrow Flight SQL ODBC Driver` and run a sample query, such as `SELECT trip_distance, total_amount FROM taxi_trips ORDER BY trip_distance DESC LIMIT 10;`
Configure the client app to use `Arrow Flight SQL ODBC Driver` and run a sample query, such as

```sql
SELECT trip_distance, total_amount FROM taxi_trips ORDER BY trip_distance DESC LIMIT 10;
```


<img width="800" alt="Example ODBC Client Configuration" src="/img/odbc/spice-odbc-example-config.png" />

Expand Down

0 comments on commit 7d8f582

Please sign in to comment.