Skip to content

Commit

Permalink
docs(python): Update deltalake docstrings to new link (#14282)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfrederikhoeck authored Feb 5, 2024
1 parent f7e9a20 commit 0eaa3cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py-polars/polars/io/delta.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def read_delta(
For cloud storages, this may include configurations for authentication etc.
More info is available `here
<https://delta-io.github.io/delta-rs/python/usage.html?highlight=backend#loading-a-delta-table>`__.
<https://delta-io.github.io/delta-rs/usage/loading-table/>`__.
delta_table_options
Additional keyword arguments while reading a Delta lake Table.
pyarrow_options
Expand Down Expand Up @@ -167,7 +167,7 @@ def scan_delta(
For cloud storages, this may include configurations for authentication etc.
More info is available `here
<https://delta-io.github.io/delta-rs/python/usage.html?highlight=backend#loading-a-delta-table>`__.
<https://delta-io.github.io/delta-rs/usage/loading-table/>`__.
delta_table_options
Additional keyword arguments while reading a Delta lake Table.
pyarrow_options
Expand Down Expand Up @@ -291,7 +291,7 @@ def _get_delta_lake_table(
Notes
-----
Make sure to install deltalake>=0.8.0. Read the documentation
`here <https://delta-io.github.io/delta-rs/python/installation.html>`_.
`here <https://delta-io.github.io/delta-rs/usage/installation/>`_.
"""
_check_if_delta_available()

Expand Down

0 comments on commit 0eaa3cb

Please sign in to comment.