Pere Miquel Brull 63f2b6772e
[Docs] - Breaking changes (#11260)
* Fix link

* Content updates

* Add Breaking Changes

* Update openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/index.md

Co-authored-by: Teddy <teddy.crepineau@gmail.com>

* Update openmetadata-docs-v1/content/v1.0.0/releases/index.md

Co-authored-by: Nahuel <nahuel@getcollate.io>

* Update docs

* doc: added sdk and api name change

* doc: fix module name in breaking change

---------

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Co-authored-by: Nahuel <nahuel@getcollate.io>
2023-04-25 14:04: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 %}