Pere Miquel Brull 6fcdf803e6
Prepare Docs V1 structure (#11089)
* Prepare Docs V1 structure

* Point to the v1.0.0 images dir

* Use the same ssh key

* Use new key

* Add connectors icons

* Update images
2023-04-17 16:45:47 +02:00

27 lines
532 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"
>
Cooming soon.
</InlineCallout>
</InlineCalloutContainer>