mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 18:59:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			520 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			520 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| # see https://datahubproject.io/docs/generated/ingestion/sources/dbt for complete documentation
 | |
| source:
 | |
|   type: "dbt"
 | |
|   config:
 | |
|     manifest_path: "./tests/integration/dbt/dbt_manifest.json"
 | |
|     catalog_path: "./tests/integration/dbt/dbt_catalog.json"
 | |
|     sources_path: "./tests/integration/dbt/dbt_sources.json"
 | |
|     target_platform: "dbt"
 | |
| # see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
 | |
| sink:
 | |
|   type: "datahub-rest"
 | |
|   config:
 | |
|     server: "http://localhost:8080"
 | 
