mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-08 09:39:02 +00:00

* Delete old docs and rename the openmetadata-docs-v1 to openmetadata-docs * Delete old docs and rename the openmetadata-docs-v1 to openmetadata-docs * Delete old docs and rename the openmetadata-docs-v1 to openmetadata-docs
27 lines
494 B
Markdown
27 lines
494 B
Markdown
---
|
|
title: OpenMetadata SDK
|
|
slug: /sdk
|
|
---
|
|
|
|
# OpenMetadata SDK
|
|
|
|
Here are the articles in this section:
|
|
|
|
{% inlineCalloutContainer %}
|
|
|
|
{% inlineCallout
|
|
icon="play_arrow"
|
|
bold="Python SDK"
|
|
href="/sdk/python" %}
|
|
Presentation of a high-level Python API as a type-safe and gentle wrapper for the OpenMetadata backend.
|
|
{% /inlineCallout%}
|
|
|
|
{% inlineCallout
|
|
icon="play_arrow"
|
|
bold="Java SDK"
|
|
href="/sdk/java" %}
|
|
Cooming soon.
|
|
{% /inlineCallout%}
|
|
|
|
{% /inlineCalloutContainer %}
|