Files
atc-agents/deploy/openmetadata/ingest/ts_mysql_emp.yaml
T

29 lines
757 B
YAML
Raw Normal View History

source:
type: TestSuite
serviceName: atc_data_quality
sourceConfig:
config:
type: TestSuite
entityFullyQualifiedName: "atc_mysql.default.hr.employee_events"
processor:
type: orm-test-runner
config:
testCases:
# Cheap row-count check only: this is the 24M-row live CDC source table.
- name: employee_events_has_rows
testDefinitionName: tableRowCountToBeBetween
parameterValues:
- name: minValue
value: "1"
- name: maxValue
value: "10000000000"
sink:
type: metadata-rest
config: {}
workflowConfig:
openMetadataServerConfig:
hostPort: http://openmetadata-server:8585/api
authProvider: openmetadata
securityConfig:
jwtToken: "__JWT__"