mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 16:38:17 +00:00
Docs - Python SDK installation (#9101)
This commit is contained in:
parent
db74c064eb
commit
e19cb77de1
@ -7,6 +7,19 @@ slug: /sdk/python
|
||||
|
||||
We are now going to present a high-level Python API as a type-safe and gentle wrapper for the OpenMetadata backend.
|
||||
|
||||
<Note>
|
||||
|
||||
The Python SDK is part of the `openmetadata-ingestion` base package. You can install it from [PyPI](https://pypi.org/project/openmetadata-ingestion/).
|
||||
|
||||
Make sure to use the same `openmetadata-ingestion` version as your server version. For example, if you have the OpenMetadata
|
||||
server at version 0.13.0, you will need to install:
|
||||
|
||||
```python
|
||||
pip install "openmetadata-ingestion~=0.13.0"
|
||||
```
|
||||
|
||||
</Note>
|
||||
|
||||
In the [OpenMetadata Design](/developers/architecture), we have been dissecting the internals of OpenMetadata. The main conclusion here is twofold:
|
||||
|
||||
- **Everything** is handled via the API, and
|
||||
|
Loading…
x
Reference in New Issue
Block a user