Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Jun 12, 2024
1 parent 6b05399 commit 4256c22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ or:
pip install intake-dremio
```

When installing from the `pyviz` channel and `conda-forge` conda channels, you must ensure that `libarrow-flight` is also installed:

```
conda install -c pyviz -c conda-forge intake-dremio libarrow-flight
```

This is because `conda-forge` has split up pyarrow into individual packages as of `pyarrow 16`.

## Example

An Intake catalog referencing a Dremio dataset consists of the `uri` pointing to the Dremio instance along with a username and password and a SQL expression (`sql_expr`), e.g.:
Expand Down

0 comments on commit 4256c22

Please sign in to comment.