update python sdk pages to reflect latest version of python package (#16418)

This commit is contained in:
Sriharsha Chintalapani 2024-05-26 17:04:22 -07:00 committed by GitHub
parent e1a4937744
commit eb88dc11c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ Make sure to use the same `openmetadata-ingestion` version as your server versio
server at version 0.13.0, you will need to install:
```python
pip install "openmetadata-ingestion~=0.13.0"
pip install "openmetadata-ingestion~=1.4.0.1"
```
{% /note %}