mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-14 12:38:45 +00:00

* Update workflow imports * LineageRequest without desc * Usage Workflow * Usage Workflow * 1.2 docs publish * 1.2 docs publish
25 lines
626 B
Markdown
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 %} |