2022-07-11 15:19:11 +02:00
|
|
|
---
|
|
|
|
title: Python SDK Ingestion
|
|
|
|
slug: /sdk/python/ingestion
|
|
|
|
---
|
|
|
|
|
|
|
|
# Python SDK Ingestion
|
|
|
|
|
|
|
|
Snippets and knowledge specific to ingesting metadata using Python.
|
2022-07-17 18:18:22 +02:00
|
|
|
|
|
|
|
<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>
|
2022-08-31 15:11:11 +02:00
|
|
|
<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>
|