Skip to content

Commit

Permalink
Airdrop Stg Table Naming Consistency (#1706)
Browse files Browse the repository at this point in the history
consistent naming
  • Loading branch information
chuxinh authored Jun 27, 2024
1 parent b572424 commit 325135d
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 @@ -50,7 +50,7 @@ airdrop_recipients as (
select
LOWER(address) as address,
COUNT(distinct airdrop_round) as count_drops
from {{ ref('stg_optimism_airdrop_addresses') }}
from {{ ref('stg_optimism__airdrop_addresses') }}
group by LOWER(address)
)
),
Expand Down

0 comments on commit 325135d

Please sign in to comment.