2022-07-11 13:19:11 +00:00
|
|
|
---
|
|
|
|
|
title: Python SDK Ingestion
|
|
|
|
|
slug: /sdk/python/ingestion
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Python SDK Ingestion
|
|
|
|
|
|
|
|
|
|
Snippets and knowledge specific to ingesting metadata using Python.
|
2022-07-17 16:18:22 +00:00
|
|
|
|
|
|
|
|
<InlineCalloutContainer>
|
|
|
|
|
<InlineCallout
|
|
|
|
|
color="violet-70"
|
|
|
|
|
icon="source"
|
2022-12-22 13:11:18 +00:00
|
|
|
bold="dbt"
|
2022-10-06 04:54:02 +00:00
|
|
|
href="/sdk/python/ingestion/dbt"
|
2022-07-17 16:18:22 +00:00
|
|
|
>
|
2022-12-22 13:11:18 +00:00
|
|
|
Example of the integration of dbt with the Python SDK.
|
2022-07-17 16:18:22 +00:00
|
|
|
</InlineCallout>
|
2022-08-31 13:11:11 +00:00
|
|
|
<InlineCallout
|
|
|
|
|
color="violet-70"
|
|
|
|
|
icon="source"
|
|
|
|
|
bold="Add Lineage Request"
|
2022-10-06 04:54:02 +00:00
|
|
|
href="/sdk/python/ingestion/lineage"
|
2022-08-31 13:11:11 +00:00
|
|
|
>
|
|
|
|
|
Learn how to use the Python client to interact with the Lineage.
|
|
|
|
|
</InlineCallout>
|
|
|
|
|
</InlineCalloutContainer>
|