mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-30 18:17:53 +00:00 
			
		
		
		
	 34fbe5d64c
			
		
	
	
		34fbe5d64c
		
			
		
	
	
	
	
		
			
			* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT * DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
		
			
				
	
	
		
			26 lines
		
	
	
		
			641 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			641 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="Add Lineage Request"
 | |
|     href="/sdk/python/ingestion/lineage" %}
 | |
|     Learn how to use the Python client to interact with the Lineage.
 | |
|   {% /inlineCallout %}
 | |
|   {% inlineCallout
 | |
|     color="violet-70"
 | |
|     icon="source"
 | |
|     bold="Tags"
 | |
|     href="/sdk/python/ingestion/tags" %}
 | |
|     Learn how to add tags to entities with the Python SDK.
 | |
|   {% /inlineCallout %}
 | |
| {% /inlineCalloutContainer %}
 |