2022-06-27 15:14:04 +02:00
|
|
|
source:
|
|
|
|
type: postgres
|
|
|
|
serviceName: local_postgres
|
|
|
|
serviceConnection:
|
|
|
|
config:
|
|
|
|
type: Postgres
|
|
|
|
username: openmetadata_user
|
|
|
|
password: openmetadata_password
|
|
|
|
hostPort: localhost:5432
|
|
|
|
sourceConfig:
|
|
|
|
config:
|
|
|
|
type: Profiler
|
2022-08-19 10:52:08 +02:00
|
|
|
generateSampleData: <true | false>
|
|
|
|
profileSample: <number between 0 and 99>
|
2022-08-08 10:43:17 +05:30
|
|
|
databaseFilterPattern: <table FQN filtering regex>
|
|
|
|
schemaFilterPattern: <table FQN filtering regex>
|
|
|
|
tableFilterPattern: <table FQN filtering regex>
|
2022-06-27 15:14:04 +02:00
|
|
|
processor:
|
|
|
|
type: orm-profiler
|
2022-08-19 10:52:08 +02:00
|
|
|
config:
|
|
|
|
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
|
|
|
|
- ...
|
2022-06-27 15:14:04 +02:00
|
|
|
sink:
|
|
|
|
type: metadata-rest
|
|
|
|
config: {}
|
|
|
|
workflowConfig:
|
|
|
|
openMetadataServerConfig:
|
|
|
|
hostPort: <OpenMetadata host and port>
|
|
|
|
authProvider: <OpenMetadata auth provider>
|