Onkar Ravgan 14fa96958f
Added dbt workflow docs (#9493)
* Added dbt workflow docs

* added dbt small case

* Fixed review comments
2022-12-22 13:11:18 +00:00

28 lines
621 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>