Skip to content

Commit

Permalink
fix roundtrip test - dataquality relation validation (#3855)
Browse files Browse the repository at this point in the history
  • Loading branch information
keenkeystrokes authored Jan 30, 2025
1 parent 80971ca commit f91707b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ DataQualityRelationValidation model::relationValidation
{
name: 'propertyNotEmpty';
assertion: row|$row.property_1->isNotEmpty();
type: ROW_LEVEL;
}
];
}

0 comments on commit f91707b

Please sign in to comment.