mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +00:00 
			
		
		
		
	
		
			
	
	
		
			20 lines
		
	
	
		
			392 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			392 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|   | { | ||
|  |   "type": "mysql", | ||
|  |   "serviceName": "mysql_sample", | ||
|  |   "serviceConnection": { | ||
|  |     "config": { | ||
|  |       "type": "Mysql", | ||
|  |       "hostPort": "localhost:3306", | ||
|  |       "username": "openmetadata_user", | ||
|  |       "authType": { | ||
|  |         "password": "openmetadata_password" | ||
|  |       }, | ||
|  |       "databaseSchema": "posts_db" | ||
|  |     } | ||
|  |   }, | ||
|  |   "sourceConfig": { | ||
|  |     "config": { | ||
|  |       "type": "DatabaseMetadata" | ||
|  |     } | ||
|  |   } | ||
|  | } |