mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 04:39:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			311 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			311 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
# see https://docs.datahub.com/docs/generated/ingestion/sources/file for complete documentation
 | 
						|
source:
 | 
						|
  type: "file"
 | 
						|
  config:
 | 
						|
    filename: "./examples/mce_files/single_mce.json"
 | 
						|
 | 
						|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/console for complete documentation
 | 
						|
sink:
 | 
						|
  type: "console"
 |