Pere Miquel Brull 222a8f8984
[Docs] - SSO updates & Connectors workflow config (#12241)
* Rename docs and clean SSO

* Add connector partials

* Add connector partials

* Rename path
2023-06-30 12:25:11 +02:00

25 lines
626 B
Markdown

---
title: OpenMetadata SDK
slug: /sdk
---
# OpenMetadata SDK
Here are the articles in this section:
{% inlineCalloutContainer %}
{% inlineCallout
color="violet-70"
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
color="violet-70"
icon="play_arrow"
bold="Java SDK"
href="/sdk/java" %}
Provision, manage, and use OpenMetadata resources directly from your Java applications.
{% /inlineCallout %}
{% /inlineCalloutContainer %}