Skip to content

Commit

Permalink
fix formatting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avriiil authored and rtyler committed Feb 21, 2024
1 parent 0449db9 commit 77ddd7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/integrations/delta-lake-dask.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ You can read in specific versions of Delta tables by specifying a `version` numb
ddf = ddt.read_deltalake(delta_path, version=3)
# with specific datetime
ddt.read_deltalake(delta_path, datetime="2018-12-19T16:39:57-08:00")```
ddt.read_deltalake(delta_path, datetime="2018-12-19T16:39:57-08:00")
```

`dask-deltatable` also supports reading from remote sources like S3 with:

Expand Down

0 comments on commit 77ddd7c

Please sign in to comment.