Skip to content

Commit

Permalink
Update docs/website/docs/general-usage/dataset-access/dataset.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA authored Dec 13, 2024
1 parent c2647a5 commit afa1633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/dataset-access/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ other_pipeline = dlt.pipeline(pipeline_name="other_pipeline", destination="duckd
other_pipeline.run(limited_items_relation.iter_arrow(chunk_size=10_000), table_name="limited_items")
```

Learn more about [transforming data in python with dataframes or arrow tables](../../dlt-ecosystem/transformations/python).
Learn more about [transforming data in Python with Arrow tables or DataFrames](../../dlt-ecosystem/transformations/python).

### Using `ibis` to query data

Expand Down

0 comments on commit afa1633

Please sign in to comment.