OpenMetadata/ingestion/examples/workflows/redshift_profiler.json
Sriharsha Chintalapani 0d3ded0742
Data Profiler Integration (#2235)
* Fix 2234: Data profiler integration
2022-01-18 20:25:43 -08:00

17 lines
391 B
JSON

{
"profiler": {
"type": "redshift",
"config": {
"host_port": "cluster.name.region.redshift.amazonaws.com:5439",
"username": "username",
"password": "strong_password",
"database": "warehouse",
"db_schema": "public",
"service_name": "aws_redshift",
"schema_filter_pattern": {
"excludes": ["information_schema.*"]
}
}
}
}