From df8530ac144a66399be1d195c63c67feff7c5c7a Mon Sep 17 00:00:00 2001 From: jeff-dude <102681548+jeff-dude@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:28:52 -0400 Subject: [PATCH] exclude from prod (#6707) --- .../models/_sector/blobs/ethereum/ethereum_blobs.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/dbt_subprojects/hourly_spellbook/models/_sector/blobs/ethereum/ethereum_blobs.sql b/dbt_subprojects/hourly_spellbook/models/_sector/blobs/ethereum/ethereum_blobs.sql index b3419d33542..6893aaaacab 100644 --- a/dbt_subprojects/hourly_spellbook/models/_sector/blobs/ethereum/ethereum_blobs.sql +++ b/dbt_subprojects/hourly_spellbook/models/_sector/blobs/ethereum/ethereum_blobs.sql @@ -1,4 +1,5 @@ {{ config( + tags = ['prod_exclude'], schema = 'ethereum', alias = 'blobs', materialized = 'incremental',