mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
31 lines
776 B
YAML
31 lines
776 B
YAML
source:
|
|
type: redshift-usage
|
|
serviceName: <service name>
|
|
serviceConnection:
|
|
config:
|
|
type: Redshift
|
|
hostPort: cluster.name.region.redshift.amazonaws.com:5439
|
|
username: username
|
|
password: strong_password
|
|
database: dev
|
|
sourceConfig:
|
|
config:
|
|
queryLogDuration: <query log duration integer>
|
|
stageFileLocation: <path to store the stage file>
|
|
resultLimit: <query log limit integer>
|
|
processor:
|
|
type: query-parser
|
|
config:
|
|
filter: ''
|
|
stage:
|
|
type: table-usage
|
|
config:
|
|
filename: /tmp/redshift_usage
|
|
bulkSink:
|
|
type: metadata-usage
|
|
config:
|
|
filename: /tmp/redshift_usage
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: <OpenMetadata host and port>
|
|
authProvider: <OpenMetadata auth provider> |