sodadata / docs

Soda Documentation, served at docs.soda.io

Home Page:https://docs.soda.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update validity metric doc to match example

zshainsky opened this issue · comments

Issue

The Validity Metrics doc has a typo where an example does not fit the description provided explaining that example.

Documentation Link

Existing example and description:

Soda registers them as invalid. The check fails if Soda discovers more than five values that are not 0 or 1.

checks for dim_customer:
  - invalid_count(house_owner_flag) = 0:
      valid values: ['0', '1']

Suggested Change

The description should read:
Soda registers them as invalid. The check fails if Soda discovers more than any value that are not 0 or 1.

Thank you, @zshainsky!!