mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-05 03:56:35 +00:00
13 lines
302 B
YAML
13 lines
302 B
YAML
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.*
|