diff --git a/openmetadata-docs/content/sdk/python/index.md b/openmetadata-docs/content/sdk/python/index.md index 22108edf373..4bfc3dec2b9 100644 --- a/openmetadata-docs/content/sdk/python/index.md +++ b/openmetadata-docs/content/sdk/python/index.md @@ -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. + + +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" +``` + + + 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