Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Docs update to 1.1.1 version #12781

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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