mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 09:50:01 +00:00
60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
source:
|
|
type: postgres
|
|
serviceName: local_postgres
|
|
serviceConnection:
|
|
config:
|
|
type: Postgres
|
|
username: username
|
|
password: password
|
|
hostPort: localhost:5432
|
|
# database: database
|
|
sourceConfig:
|
|
config:
|
|
type: Profiler
|
|
# generateSampleData: true
|
|
# profileSample: 85
|
|
# threadCount: 5 (default)
|
|
# databaseFilterPattern:
|
|
# includes:
|
|
# - database1
|
|
# - database2
|
|
# excludes:
|
|
# - database3
|
|
# - database4
|
|
# schemaFilterPattern:
|
|
# includes:
|
|
# - schema1
|
|
# - schema2
|
|
# excludes:
|
|
# - schema3
|
|
# - schema4
|
|
# tableFilterPattern:
|
|
# includes:
|
|
# - table1
|
|
# - table2
|
|
# excludes:
|
|
# - table3
|
|
# - table4
|
|
processor:
|
|
type: orm-profiler
|
|
config: {} # Remove braces if adding properties
|
|
# tableConfig:
|
|
# - fullyQualifiedName: <table fqn>
|
|
# profileSample: <number between 0 and 99>
|
|
# columnConfig:
|
|
# profileQuery: <query to use for sampling data for the profiler>
|
|
# excludeColumns:
|
|
# - <column name>
|
|
# includeColumns:
|
|
# - columnName: <column name>
|
|
# - metrics:
|
|
# - MEAN
|
|
# - MEDIAN
|
|
# - ...
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: <OpenMetadata host and port>
|
|
authProvider: <OpenMetadata auth provider> |