2021-08-01 14:27:44 -07:00
|
|
|
{
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "redshift-usage",
|
2022-04-09 18:50:30 +05:30
|
|
|
"serviceName": "aws_redshift_demo_2",
|
|
|
|
|
"serviceConnection": {
|
|
|
|
|
"config": {
|
|
|
|
|
"hostPort": "cluster.name.region.redshift.amazonaws.com:5439",
|
|
|
|
|
"username": "username",
|
|
|
|
|
"password": "strong_password",
|
|
|
|
|
"database": "dev",
|
|
|
|
|
"type": "Redshift"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sourceConfig": {
|
|
|
|
|
"config": {
|
|
|
|
|
"queryLogDuration": "1"
|
|
|
|
|
}
|
2021-08-01 14:27:44 -07:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"processor": {
|
|
|
|
|
"type": "query-parser",
|
|
|
|
|
"config": {
|
|
|
|
|
"filter": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"stage": {
|
2021-08-14 00:09:51 +05:30
|
|
|
"type": "table-usage",
|
2021-08-01 14:27:44 -07:00
|
|
|
"config": {
|
|
|
|
|
"filename": "/tmp/redshift_usage"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-04-09 18:50:30 +05:30
|
|
|
"bulkSink": {
|
2021-08-01 14:27:44 -07:00
|
|
|
"type": "metadata-usage",
|
|
|
|
|
"config": {
|
2022-01-04 17:12:10 +05:30
|
|
|
"filename": "/tmp/redshift_usage"
|
2021-08-01 14:27:44 -07:00
|
|
|
}
|
|
|
|
|
},
|
2022-04-09 18:50:30 +05:30
|
|
|
"workflowConfig": {
|
|
|
|
|
"openMetadataServerConfig": {
|
|
|
|
|
"hostPort": "http://localhost:8585/api",
|
|
|
|
|
"authProvider": "no-auth"
|
2021-08-01 14:27:44 -07:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|