2021-09-20 09:46:50 +05:30
|
|
|
{
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "redshift",
|
2022-04-07 08:52:38 -07:00
|
|
|
"serviceName": "aws_redshift",
|
|
|
|
|
"serviceConnection": {
|
|
|
|
|
"config": {
|
|
|
|
|
"hostPort": "cluster.name.region.redshift.amazonaws.com:5439",
|
|
|
|
|
"username": "username",
|
|
|
|
|
"password": "strong_password",
|
|
|
|
|
"database": "dev",
|
|
|
|
|
"type": "Redshift"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sourceConfig": {
|
|
|
|
|
"config": {
|
|
|
|
|
"schemaFilterPattern": {
|
|
|
|
|
"excludes": [
|
|
|
|
|
"information_schema.*",
|
|
|
|
|
"[\\w]*event_vw.*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-09-20 09:46:50 +05:30
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sink": {
|
|
|
|
|
"type": "metadata-rest",
|
|
|
|
|
"config": {}
|
|
|
|
|
},
|
2022-04-07 08:52:38 -07:00
|
|
|
"workflowConfig": {
|
|
|
|
|
"openMetadataServerConfig": {
|
|
|
|
|
"hostPort": "http://localhost:8585/api",
|
|
|
|
|
"authProvider": "no-auth"
|
2021-09-20 09:46:50 +05:30
|
|
|
}
|
|
|
|
|
}
|
2022-04-07 08:52:38 -07:00
|
|
|
}
|