Skip to content

Commit

Permalink
docs: fix typo in delta-lake-dagster
Browse files Browse the repository at this point in the history
  • Loading branch information
jessy1092 authored and rtyler committed Sep 17, 2024
1 parent 73107a7 commit 6125adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/delta-lake-dagster.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def iris_dataset() -> pd.DataFrame:
```

## Using Delta Lake and Dagster with Polars
To read and write data to Delta Lake using pandas, use the `DeltaLakePolarsIOManager()`.
To read and write data to Delta Lake using polars, use the `DeltaLakePolarsIOManager()`.

You will need to install it using:

Expand All @@ -223,7 +223,7 @@ pip install dagster-deltalake-polars
In your `Definitions` object, change the `io_manager` to `DeltaLakePolarsIOManager()`:

```
from dagster_polars import DeltaLakePolarsIOManager
from dagster_deltalake_polars import DeltaLakePolarsIOManager
defs = Definitions(
assets=all_assets,
Expand Down

0 comments on commit 6125adc

Please sign in to comment.