2023-12-13 14:03:08 +01:00
|
|
|
---
|
|
|
|
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"
|
2024-04-03 20:42:30 +05:30
|
|
|
bold="Add Lineage Request"
|
|
|
|
href="/sdk/python/ingestion/lineage" %}
|
|
|
|
Learn how to use the Python client to interact with the Lineage.
|
2023-12-13 14:03:08 +01:00
|
|
|
{% /inlineCallout %}
|
|
|
|
{% inlineCallout
|
|
|
|
color="violet-70"
|
|
|
|
icon="source"
|
2024-04-03 20:42:30 +05:30
|
|
|
bold="Tags"
|
|
|
|
href="/sdk/python/ingestion/tags" %}
|
|
|
|
Learn how to add tags to entities with the Python SDK.
|
2023-12-13 14:03:08 +01:00
|
|
|
{% /inlineCallout %}
|
|
|
|
{% /inlineCalloutContainer %}
|