We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentry Issue: CAL-ITP-DATA-INFRA-2BHQ
DbtTestFail: test.calitp_warehouse.unique_fct_payments_deposit_transactions_trn_ref_num.428765639d - Got 69 results, configured to fail if != 0
Table: mart_payments.fct_payments_deposit_transactions Column: trn_ref_num
Failing because of 24 duplicated trn_ref_num, related to unique_int_elavon__deposit_transactions_trn_ref_num error
select trn_ref_num , count(*) from mart_payments.fct_payments_deposit_transactions group by trn_ref_num having count(*) > 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sentry Issue: CAL-ITP-DATA-INFRA-2BHQ
Table: mart_payments.fct_payments_deposit_transactions
Column: trn_ref_num
Failing because of 24 duplicated trn_ref_num, related to unique_int_elavon__deposit_transactions_trn_ref_num error
The text was updated successfully, but these errors were encountered: