OpenMetadata/ingestion/examples/workflows/redshift_profiler.yaml

13 lines
302 B
YAML
Raw Normal View History

2022-05-17 18:12:18 +05:30
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.*