mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
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:
parent
80aa9fd80f
commit
9132902ba1
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user