soda-core icon indicating copy to clipboard operation
soda-core copied to clipboard

YAML indentation error message

Open vijaykiran opened this issue 2 years ago • 0 comments

with this checks:

checks for dim_customer:
  - invalid_count(marital_status) = 0:
    valid values:
      - W

Scan reports no errors:

➜ soda scan -c configuration.yml -d adventureworks checks1.yml
Soda Core 3.0.0b5
Counting invalid without valid specification does not make sense
Scan summary:
1/1 check PASSED: 
    dim_customer in adventureworks
      invalid_count(marital_status) = 0 [PASSED]
All is good. No failures. No warnings. No errors.

Expected : scan command will show an error because the valid values are not indented.

vijaykiran avatar Mar 30 '22 13:03 vijaykiran