mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-30 18:17:53 +00:00 
			
		
		
		
	 ab620e95af
			
		
	
	
		ab620e95af
		
			
		
	
	
	
	
		
			
			* Prepare tests for basic config cases * Add test cases * Use os expandvars * Add missing commas * Add missing commas * Remove dataclasses backport
		
			
				
	
	
		
			21 lines
		
	
	
		
			429 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			429 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "source": {
 | |
|     "type": "mlflow",
 | |
|     "config": {
 | |
|       "tracking_uri": "http://localhost:5000",
 | |
|       "registry_uri": "mysql+pymysql://mlflow:password@localhost:3307/experiments"
 | |
|     }
 | |
|   },
 | |
|   "sink": {
 | |
|     "type": "metadata-rest",
 | |
|     "config": {}
 | |
|   },
 | |
|   "metadata_server": {
 | |
|     "type": "metadata-server",
 | |
|     "config": {
 | |
|       "api_endpoint": "http://localhost:8585/api",
 | |
|       "auth_provider_type": "no-auth"
 | |
|     }
 | |
|   }
 | |
| }
 |