mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
26 lines
605 B
JSON
26 lines
605 B
JSON
{
|
|
"source": {
|
|
"type": "redshift",
|
|
"config": {
|
|
"host_port": "cluster.name.region.redshift.amazonaws.com:5439",
|
|
"username": "username",
|
|
"password": "strong_password",
|
|
"database": "warehouse",
|
|
"service_name": "aws_redshift",
|
|
"filter_pattern": {
|
|
"excludes": ["information_schema.*", "[\\w]*event_vw.*"]
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
} |