45 lines
894 B
JSON
Raw Normal View History

2021-08-01 14:27:44 -07:00
{
"source": {
"type": "redshift-usage",
"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"
}
},
"bulkSink": {
2021-08-01 14:27:44 -07:00
"type": "metadata-usage",
"config": {
"filename": "/tmp/redshift_usage"
2021-08-01 14:27:44 -07:00
}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
2021-08-01 14:27:44 -07:00
}
}
}