From 4c543489cbe36eadccf4e83bc8d0bc17bc70b144 Mon Sep 17 00:00:00 2001 From: Jessica Huhnke <91915469+jhuhnke@users.noreply.github.com> Date: Wed, 4 Jan 2023 20:57:13 +0000 Subject: [PATCH] data type in yml file fix (#89) --- models/core/core__fact_transactions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/core/core__fact_transactions.yml b/models/core/core__fact_transactions.yml index fbc5653..aeb0795 100644 --- a/models/core/core__fact_transactions.yml +++ b/models/core/core__fact_transactions.yml @@ -23,7 +23,7 @@ models: description: "{{ doc('tx_from') }}" tests: - not_null: - where: TX_SUCCEEDED = TRUE + where: tx_succeeded = 'TRUE' - name: TX_SUCCEEDED description: "{{ doc('tx_succeeded') }}" tests: