DataQualityDashboard
DataQualityDashboard copied to clipboard
Exclusion of Field Checks because table excluded is too broad.
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.