mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 04:39:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			367 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			367 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
# see https://datahubproject.io/docs/generated/ingestion/sources/file for complete documentation
 | 
						|
source:
 | 
						|
  type: "file"
 | 
						|
  config:
 | 
						|
    filename: "./examples/mce_files/bootstrap_mce.json"
 | 
						|
 | 
						|
# see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
 | 
						|
sink:
 | 
						|
  type: "datahub-rest"
 | 
						|
  config:
 | 
						|
    server: "http://localhost:8080"
 |