DataQualityDashboard icon indicating copy to clipboard operation
DataQualityDashboard copied to clipboard

Exclusion of Field Checks because table excluded is too broad.

Open don-torok opened this issue 4 years ago • 0 comments

The process to exclude field checks because a table is exclude removes all checks for that table/field. For example the Observation table checks if the person_id is isRequired and isForeignKey. Now if the Person table is excluded you would want to exclude running the test isForeignKey, but still run the isRequired check. However all checks for Observation.person_id are excluded.

don-torok avatar Jun 10 '20 21:06 don-torok