You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failing because of 360 records where key ('_extract_ts', 'base64_url', 'id') is not unique
with dbt_test__target as (
select key as unique_field
from (select * from `cal-itp-data-infra`.`mart_gtfs`.`fct_service_alerts_messages` where
dt in (
'2025-02-14',
'2025-02-13'
)
AND hour in (
'2025-02-14 00:00:00',
'2025-02-13 02:00:00'
)
) dbt_subquery
where key is not null
)
select
unique_field,
count(*) as n_records
from dbt_test__target
group by unique_field
having count(*) > 1
The text was updated successfully, but these errors were encountered:
Sentry Issue: CAL-ITP-DATA-INFRA-2CP0
Tables: mart_gtfs.fct_service_alerts_messages
Column: key ('_extract_ts', 'base64_url', 'id')
Failing because of 360 records where key ('_extract_ts', 'base64_url', 'id') is not unique
The text was updated successfully, but these errors were encountered: