2023-04-17 16:45:47 +02:00
|
|
|
---
|
|
|
|
title: OpenMetadata SDK
|
|
|
|
slug: /sdk
|
|
|
|
---
|
|
|
|
|
|
|
|
# OpenMetadata SDK
|
|
|
|
|
|
|
|
Here are the articles in this section:
|
|
|
|
|
2023-04-21 21:59:41 +05:30
|
|
|
{% inlineCalloutContainer %}
|
|
|
|
{% inlineCallout
|
2023-04-17 16:45:47 +02:00
|
|
|
color="violet-70"
|
|
|
|
icon="play_arrow"
|
|
|
|
bold="Python SDK"
|
2023-04-25 14:04:11 +02:00
|
|
|
href="/sdk/python" %}
|
2023-04-17 16:45:47 +02:00
|
|
|
Presentation of a high-level Python API as a type-safe and gentle wrapper for the OpenMetadata backend.
|
2023-04-21 21:59:41 +05:30
|
|
|
{% /inlineCallout %}
|
|
|
|
{% inlineCallout
|
2023-04-17 16:45:47 +02:00
|
|
|
color="violet-70"
|
|
|
|
icon="play_arrow"
|
|
|
|
bold="Java SDK"
|
2023-04-25 14:04:11 +02:00
|
|
|
href="/sdk/java" %}
|
|
|
|
Provision, manage, and use OpenMetadata resources directly from your Java applications.
|
2023-04-21 21:59:41 +05:30
|
|
|
{% /inlineCallout %}
|
|
|
|
{% /inlineCalloutContainer %}
|