dbt - Advanced Testing
A dbt test is written as:
select * from {{ ref('orders') }} where customer_email not like '%@%'
But it returns no rows even though some emails are invalid. What is the most probable reason?