Skip to content

Commit

Permalink
Fix Bam Datahub
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny77D committed Nov 15, 2024
1 parent 30a0fa5 commit 1697231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/data_hubs/fact_daily_bam_datahub.sql
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ select
bam.non_sybil_users,
concat(
coalesce(
cast(app_symbol as string),
cast(bam.app as string),
cast(lower(replace(bam.category, ' ', '_')) as string),
app_coingecko.token_symbol,
bam.app,
lower(replace(bam.category, ' ', '_')),
''
),
'-',
Expand Down

0 comments on commit 1697231

Please sign in to comment.