Skip to content

Commit

Permalink
exclude from prod (duneanalytics#4766)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dude authored Nov 10, 2023
1 parent bfda760 commit 66c93f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions models/maker/ethereum/maker_ethereum_accounting.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(

tags = ['prod_exclude'],
alias = 'accounting',
partition_by = ['dt'],
materialized = 'table',
Expand All @@ -10,7 +10,10 @@
\'["lyt", "adcv", "SebVentures", "steakhouse", "hosuke"]\') }}'
)
}}

/*
note: this spell has been disable for now, as it's rebuilt as matview on the app
to reactive the spell, we will need to break it down into multiple spells that feed into a final spell, as the trino engine fails on stage count limit hit
*/
WITH dao_wallet AS (
SELECT * FROM (VALUES
( 0x9e1585d9ca64243ce43d42f7dd7333190f66ca09 , 'RWF Core Unit Multisig + Operational 1', 'Fixed', 'RWF-001')
Expand Down

0 comments on commit 66c93f2

Please sign in to comment.