Hi, Team! Could you help to tell me what is the di...
# getting-started
g
Hi, Team! Could you help to tell me what is the difference between
Test
and
Assertion
? And what are their usage scenarios?
b
hey there! good question - assertions are assertions on the data itself- is this column always non-negative for example. tests are tests on your metadata graph- do all my entities have domains, for example. There will be more information on Tests to come as this is new!
g
Thank you very much! Looking forward to it.