Skip to content

Commit

Permalink
remove duplicates (duneanalytics#4983)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dude authored Dec 12, 2023
1 parent d13be50 commit 4aea00b
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions models/labels/addresses/infrastructure/labels_infrastructure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@
\'["ilemi", "hildobby"]\') }}')
}}

--exclude due to duplicates:
--ref('labels_eth_stakers')

{% set infrastructure_models = [
ref('labels_eth_stakers')
, ref('labels_miners')
, ref('labels_system_addresses')
, ref('labels_validators')
, ref('labels_flashbots_ethereum')
, ref('labels_mev_ethereum')
, ref('labels_contract_deployers')
, ref('labels_stablecoins')
, ref('labels_cex_tokens')
, ref('labels_burn_addresses')
, ref('labels_flashloans_ethereum')
ref('labels_miners')
, ref('labels_system_addresses')
, ref('labels_validators')
, ref('labels_flashbots_ethereum')
, ref('labels_mev_ethereum')
, ref('labels_contract_deployers')
, ref('labels_stablecoins')
, ref('labels_cex_tokens')
, ref('labels_burn_addresses')
, ref('labels_flashloans_ethereum')
] %}

SELECT *
Expand Down

0 comments on commit 4aea00b

Please sign in to comment.