mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 02:37:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			401 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			401 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # in this example, AWS creds are detected automatically
 | |
| 
 | |
| # see https://datahubproject.io/docs/generated/ingestion/sources/sagemaker/ for complete documentation
 | |
| source:
 | |
|   type: sagemaker
 | |
|   config:
 | |
|     aws_region: "us-west-2"
 | |
| 
 | |
| # see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
 | |
| sink:
 | |
|   type: "datahub-rest"
 | |
|   config:
 | |
|     server: "http://localhost:8080"
 | 
