Skip to content

Commit

Permalink
Fix broken link in ibis-backend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Jan 21, 2025
1 parent 7a7fe02 commit c189753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pip install ibis-framework[duckdb]

## Get an Ibis connection from your dataset

`dlt` datasets have a helper method to return an Ibis connection to the destination they live on. The returned object is a native Ibis connection to the destination, which you can use to read and even transform data. Please consult the [Ibis documentation](https://ibis-project.org/docs/backends/) to learn more about what you can do with Ibis.
`dlt` datasets have a helper method to return an Ibis connection to the destination they live on. The returned object is a native Ibis connection to the destination, which you can use to read and even transform data. Please consult the [Ibis documentation](https://ibis-project.org) to learn more about what you can do with Ibis.

```py
# get the dataset from the pipeline
Expand Down

0 comments on commit c189753

Please sign in to comment.