Skip to content

Commit 3643de2

Browse files
authored
fix: exclude failing models (#9070)
1 parent ef3c048 commit 3643de2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dbt_subprojects/daily_spellbook/models/_projects/oneinch/bnb/project/oneinch_bnb_project_swaps.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{-
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'oneinch_' + blockchain,
67
alias = 'project_swaps',
78
materialized = 'view',

dbt_subprojects/daily_spellbook/models/_projects/oneinch/bnb/project/oneinch_bnb_project_swaps_base.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{-
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'oneinch_' + blockchain,
67
alias = 'project_swaps_base',
78
partition_by = ['block_month', 'project'],

dbt_subprojects/daily_spellbook/models/_projects/oneinch/bnb/project/oneinch_bnb_project_swaps_second_side.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{-
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'oneinch_' + blockchain,
67
alias = 'project_swaps_second_side',
78
partition_by = ['block_month', 'project'],

0 commit comments

Comments
 (0)