mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-25 01:18:14 +00:00
[Fix] Docs update to 1.1.1 version (#12781)
Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
This commit is contained in:
parent
23b127aa23
commit
20e87eae16
@ -27,7 +27,7 @@ You can learn more about how the migration process works [here](/deployment/upgr
|
|||||||
```python
|
```python
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source venv/bin/activate
|
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`
|
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
|
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).
|
You will find specific instructions for each connector [here](/connectors).
|
||||||
|
|
||||||
## 1.1.1 - Stable Release 🎉
|
## 1.1.1 - Stable Release 🎉
|
||||||
|
Loading…
x
Reference in New Issue
Block a user