mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-09 01:58:53 +00:00

* Python version in requirements * Add lineage sdk * Deltalake metastore * Add loggerLevel
28 lines
619 B
Markdown
28 lines
619 B
Markdown
---
|
|
title: Python SDK Ingestion
|
|
slug: /sdk/python/ingestion
|
|
---
|
|
|
|
# Python SDK Ingestion
|
|
|
|
Snippets and knowledge specific to ingesting metadata using Python.
|
|
|
|
<InlineCalloutContainer>
|
|
<InlineCallout
|
|
color="violet-70"
|
|
icon="source"
|
|
bold="DBT"
|
|
href="sdk/python/ingestion/dbt"
|
|
>
|
|
Example of the integration of DBT with the Python SDK.
|
|
</InlineCallout>
|
|
<InlineCallout
|
|
color="violet-70"
|
|
icon="source"
|
|
bold="Add Lineage Request"
|
|
href="sdk/python/ingestion/lineage"
|
|
>
|
|
Learn how to use the Python client to interact with the Lineage.
|
|
</InlineCallout>
|
|
</InlineCalloutContainer>
|