mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 18:48:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			702 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			702 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "source": {
 | |
|     "type": "postgres",
 | |
|     "config": {
 | |
|       "username": "openmetadata_user",
 | |
|       "password": "openmetadata_password",
 | |
|       "host_port": "localhost:5432",
 | |
|       "database": "pagila",
 | |
|       "service_name": "local_postgres",
 | |
|       "service_type": "Postgres"
 | |
|     }
 | |
|   },
 | |
|   "processor": {
 | |
|     "type": "pii",
 | |
|     "config": {}
 | |
|   },
 | |
|   "sink": {
 | |
|     "type": "metadata-rest-tables",
 | |
|     "config": {}
 | |
|   },
 | |
|   "metadata_server": {
 | |
|     "type": "metadata-server",
 | |
|     "config": {
 | |
|       "api_endpoint": "http://localhost:8585/api",
 | |
|       "auth_provider_type": "no-auth"
 | |
|     }
 | |
|   },
 | |
|   "cron": {
 | |
|     "minute": "*/5",
 | |
|     "hour": null,
 | |
|     "day": null,
 | |
|     "month": null,
 | |
|     "day_of_week": null
 | |
|   }
 | |
| }
 | 
