Imri Paran 67c57ec4f0
docs: 1.4.x-SNAPSHOT (#15506)
* docs: 1.4.x-SNAPSHOT
added partials
added images
updated paths
2024-03-11 09:42:26 +00:00

26 lines
639 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 %}