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 committed Sep 13, 2024
1 parent 47376a6 commit 15d7a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 15d7a08

Please sign in to comment.