dbt - Advanced Testing
What will this dbt test return if the 'customers' table contains duplicate 'phone_number' entries?
select phone_number, count(*) from {{ ref('customers') }} group by phone_number having count(*) > 1