Skip to content

Commit

Permalink
Link Python clients doc to deprecation notice (#8358)
Browse files Browse the repository at this point in the history
* Link Python clients doc to deprecation notice

* Use relative link to deprecation post
  • Loading branch information
arielshaqed authored Nov 11, 2024
1 parent da13042 commit 4e395f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/integrations/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ redirect_from:

{% include toc_2-3.html %}

{: .warning }
> If you are still using the [legacy Python `lakefs-client`][legacy-pypi], it's
> time to upgrade! This client is [deprecated][legacy-deprecated] and will be removed
> soon.
**High Level Python SDK** <span class="badge mr-1">New</span>
We've just released a new High Level Python SDK library, and we're super excited to tell you about it! Continue reading to get the
full story!
Though our previous SDK client is still supported and maintained, we highly recommend using the new High Level SDK.
**For previous Python SDKs follow these links:**
[lakefs-sdk](https://pydocs-sdk.lakefs.io)
[legacy-sdk](https://pydocs.lakefs.io) (Depracated)
[legacy-sdk](https://pydocs.lakefs.io) (Deprecated)
{: .note }

There are three primary ways to work with lakeFS from Python:
Expand Down Expand Up @@ -604,3 +608,6 @@ s3.head_object(Bucket='example-repo', Key='main/example-file.parquet')
# 'ETag': '"2398bc5880e535c61f7624ad6f138d62"',
# 'Metadata': {}}
```

[legacy-deprecated]: /posts/deprecate-py-legacy.html
[legacy-pypi]: https://pypi.org/project/lakefs-client/
2 changes: 1 addition & 1 deletion docs/posts/deprecate-py-legacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2024-10-28
search_exclude: true
---

# :warning: Deprecating `lakefs-client`, the legacy Python :snake: Client SDKs
# ⚠️ Deprecating `lakefs-client`, the legacy Python 🐍 Client SDKs

`lakefs-client` is now deprecated, and we will shortly publish its last
release to PyPI.
Expand Down

0 comments on commit 4e395f3

Please sign in to comment.