[Fix] Docs update to 1.1.1 version (#12781)

Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
This commit is contained in:
Dhruvin Maniar 2023-08-08 11:18:01 +05:30 committed by GitHub
parent 23b127aa23
commit 20e87eae16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ You can learn more about how the migration process works [here](/deployment/upgr
```python
python -m venv venv
source venv/bin/activate
pip install openmetadata-ingestion~=1.1.0
pip install openmetadata-ingestion~=1.1.1
```
Validate the installed metadata version with `python -m metadata --version`
@ -87,7 +87,7 @@ For example, if you are upgrading the server to the version `x.y.z`, you will ne
pip install openmetadata-ingestion[<plugin>]==x.y.z
```
The `plugin` parameter is a list of the sources that we want to ingest. An example would look like this `openmetadata-ingestion[mysql,snowflake,s3]==1.1.0`.
The `plugin` parameter is a list of the sources that we want to ingest. An example would look like this `openmetadata-ingestion[mysql,snowflake,s3]==1.1.1`.
You will find specific instructions for each connector [here](/connectors).
## 1.1.1 - Stable Release 🎉