Skip to content

Commit

Permalink
[Fix] Docs update to 1.1.1 version (#12781)
Browse files Browse the repository at this point in the history
Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
  • Loading branch information
dhruvinmaniar123 and Dhruvin Maniar authored Aug 8, 2023
1 parent 23b127a commit 20e87ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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 🎉
Expand Down

0 comments on commit 20e87ea

Please sign in to comment.