sodadata / soda-core

:zap: Data quality testing for the modern data stack (SQL, Spark, and Pandas) https://www.soda.io
https://go.soda.io/core-docs
Apache License 2.0
1.92k stars 210 forks source link

execute sada contract check result pass but has error with logs result #2154

Open aixulin opened 3 months ago

aixulin commented 3 months ago

when I execute contract check with contract_yarm_str like this

dataset: dim_customer
columns: 
- name: create_date
  checks: 
  - type: no_invalid_values
    valid_format: date inverse
- name: number
  checks: 
  - type: no_invalid_values
    valid_min: 50

Based on the printed log, both columns have been successfully verified. But the result returned is a failure with this:

0 check failures and 1 execution error
Errors:  
     error | Duplicate check identity '719156cd': 
tools-soda commented 3 months ago

CLOUD-8292

aixulin commented 3 months ago

my soda-core-contracts version is 3.3.13