Skip to content

Commit

Permalink
Merge pull request #10 from DanielPDWalker/dev
Browse files Browse the repository at this point in the history
Fix - Fixed test filtering by incorrect dbt column
  • Loading branch information
DanielPDWalker authored Oct 15, 2023
2 parents ef63a03 + 658f6a1 commit 01ec977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SELECT
COUNT(unpacked_live_data)
FROM {{ ref('live_data_snapshot') }} lds, JSONB_ARRAY_ELEMENTS(lds.livedata) AS unpacked_live_data
WHERE dbt_updated_at IS NULL
WHERE dbt_valid_to IS NULL
HAVING COUNT(unpacked_live_data) != (
SELECT
COUNT(*)
Expand Down

0 comments on commit 01ec977

Please sign in to comment.