Skip to content

Commit

Permalink
temp fix for null block_timestamps in source table
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwes committed Nov 10, 2024
1 parent f00bc45 commit 4d38e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/staging/axelar/fact_axelar_daa_txns.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ select
count(*) as txns,
'axelar' as chain
from axelar_flipside.core.fact_transactions
where block_timestamp is not null
group by date

0 comments on commit 4d38e6f

Please sign in to comment.