mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
26 lines
684 B
YAML
26 lines
684 B
YAML
source:
|
|
type: redshift
|
|
serviceName: <service name>
|
|
serviceConnection:
|
|
config:
|
|
type: Redshift
|
|
hostPort: cluster.name.region.redshift.amazonaws.com:5439
|
|
username: username
|
|
password: strong_password
|
|
database: dev
|
|
sourceConfig:
|
|
config:
|
|
type: Profiler
|
|
databaseFilterPattern: <table FQN filtering regex>
|
|
schemaFilterPattern: <table FQN filtering regex>
|
|
tableFilterPattern: <table FQN filtering regex>
|
|
processor:
|
|
type: orm-profiler
|
|
config: {}
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: <OpenMetadata host and port>
|
|
authProvider: <OpenMetadata auth provider> |