From a5039ee60d50b93010b8a6c8a1192c152d4af74a Mon Sep 17 00:00:00 2001 From: Rantum Date: Tue, 26 Nov 2024 09:44:25 -0800 Subject: [PATCH] add exclude tag to nft spells (#7196) --- .../_projects/zeroex/ethereum/zeroex_ethereum_nft_fills.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/dbt_subprojects/dex/models/_projects/zeroex/ethereum/zeroex_ethereum_nft_fills.sql b/dbt_subprojects/dex/models/_projects/zeroex/ethereum/zeroex_ethereum_nft_fills.sql index faf0b2ce872..862995c9162 100644 --- a/dbt_subprojects/dex/models/_projects/zeroex/ethereum/zeroex_ethereum_nft_fills.sql +++ b/dbt_subprojects/dex/models/_projects/zeroex/ethereum/zeroex_ethereum_nft_fills.sql @@ -1,4 +1,5 @@ {{ config( + tags=['prod_exclude'], schema = 'zeroex_ethereum', alias = 'nft_fills', materialized='incremental',