Skip to content

Conversation

@NoyaArie
Copy link
Owner

@NoyaArie NoyaArie commented Dec 3, 2025

Summary\n\nThis PR updates the accepted_values test on the one column of the one model to:\n\n1. Uncomment the error_if condition as requested\n2. Change the error threshold from != 0 to > 100\n\n## Changes\n\n- Added model configuration for the one model in models/schema.yml\n- Set the accepted_values test to:\n - values: [2, 3] (unchanged)\n - error_if: \"> 100\" (uncommented and updated threshold)\n - warn_if: \"> 2\" (keeping existing warn condition)\n\n## Impact\n\nWith this change, the test will:\n- ✅ Pass if ≤ 100 invalid rows are found\n- ⚠️ Warn if > 2 invalid rows are found \n- ❌ Fail only if > 100 invalid rows are found\n\nThis makes the test more tolerant of data quality issues while still providing early warning signals.\n"

Created by: ella+123@elementary-data.com

…rows\n\nAdded model configuration for 'one' model with accepted_values test\nthat has error_if uncommented and set to '> 100' instead of '!= 0'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants