Skip to content

Commit

Permalink
fix: remaining trusted transaction count model
Browse files Browse the repository at this point in the history
  • Loading branch information
ccerv1 committed Jun 25, 2024
1 parent d04b710 commit afc1d7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ with metrics as (
union all
select * from {{ ref('rf4_transactions') }}
union all
select * from {{ ref('rf4_trusted_transactions') }}
select * from {{ ref('rf4_trusted_transaction_count') }}
union all
select * from {{ ref('rf4_trusted_users_share_of_transactions') }}
union all
Expand Down

0 comments on commit afc1d7e

Please sign in to comment.