MINOR: docs: explicit install command (#17199)

* docs: explicit install command

added `pip install openmetadata-ingestion` to the external ingestion guide

* added to all versions
This commit is contained in:
Imri Paran 2024-07-26 14:41:10 +02:00 committed by GitHub
parent 80aa9fd80f
commit 9132902ba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View File

@ -15,6 +15,10 @@ component that can be run from - **literally** - anywhere.
In order to install it, you just need to get it from [PyPI](https://pypi.org/project/openmetadata-ingestion/).
```shell
pip install openmetadata-ingestion
```
We will show further examples later, but a piece of code is the best showcase for its simplicity. In order to run
a full ingestion process, you just need to execute a single function. For example, if we wanted to run the metadata
ingestion from within a simple Python script:

View File

@ -17,6 +17,10 @@ component that can be run from - **literally** - anywhere.
In order to install it, you just need to get it from [PyPI](https://pypi.org/project/openmetadata-ingestion/).
```shell
pip install openmetadata-ingestion
```
We will show further examples later, but a piece of code is the best showcase for its simplicity. In order to run
a full ingestion process, you just need to execute a single function. For example, if we wanted to run the metadata
ingestion from within a simple Python script:

View File

@ -17,6 +17,10 @@ component that can be run from - **literally** - anywhere.
In order to install it, you just need to get it from [PyPI](https://pypi.org/project/openmetadata-ingestion/).
```shell
pip install openmetadata-ingestion
```
We will show further examples later, but a piece of code is the best showcase for its simplicity. In order to run
a full ingestion process, you just need to execute a single function. For example, if we wanted to run the metadata
ingestion from within a simple Python script: