mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-13 16:06:52 +00:00
38 lines
734 B
JSON
38 lines
734 B
JSON
{
|
|
"source": {
|
|
"type": "redshift-sql",
|
|
"config": {
|
|
"host_port": "cluster.name.region.redshift.amazonaws.com:5439",
|
|
"username": "username",
|
|
"password": "strong_password",
|
|
"database": "dev",
|
|
"service_name": "aws_redshift",
|
|
"service_type": "Redshift"
|
|
}
|
|
},
|
|
"processor": {
|
|
"type": "pii-tags",
|
|
"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
|
|
}
|
|
}
|