Skip to content

Commit 79c6513

Browse files
authored
temp: exclude until redesign of lineage is complete (#9057)
1 parent fed35dd commit 79c6513

File tree

80 files changed

+80
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+80
-0
lines changed

dbt_subprojects/daily_spellbook/models/_projects/oneinch/_meta/oneinch_mapped_contracts.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{{
22
config(
3+
tags = ['prod_exclude'],
34
schema = 'oneinch',
45
alias = 'mapped_contracts',
56
materialized = 'table',

dbt_subprojects/daily_spellbook/models/_projects/oneinch/arbitrum/_meta/oneinch_arbitrum_mapped_contracts.sql

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

55
{{
66
config(
7+
tags = ['prod_exclude'],
78
schema = 'oneinch_' + blockchain,
89
alias = 'mapped_contracts',
910
materialized = 'table',

dbt_subprojects/daily_spellbook/models/_projects/oneinch/arbitrum/project/oneinch_arbitrum_project_calls.sql

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

55
{{
66
config(
7+
tags = ['prod_exclude'],
78
schema = 'oneinch_' + blockchain,
89
alias = 'project_calls',
910
partition_by = ['block_month'],

dbt_subprojects/daily_spellbook/models/_projects/oneinch/arbitrum/project/oneinch_arbitrum_project_orders.sql

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

55
{{
66
config(
7+
tags = ['prod_exclude'],
78
schema = 'oneinch_' + blockchain,
89
alias = 'project_orders',
910
partition_by = ['block_month'],

dbt_subprojects/daily_spellbook/models/_projects/oneinch/arbitrum/project/oneinch_arbitrum_project_orders_raw_logs.sql

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

55
{{
66
config(
7+
tags = ['prod_exclude'],
78
schema = 'oneinch_' + blockchain,
89
alias = 'project_orders_raw_logs',
910
partition_by = ['block_date'],

dbt_subprojects/daily_spellbook/models/_projects/oneinch/arbitrum/project/oneinch_arbitrum_project_orders_raw_traces.sql

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

55
{{
66
config(
7+
tags = ['prod_exclude'],
78
schema = 'oneinch_' + blockchain,
89
alias = 'project_orders_raw_traces',
910
partition_by = ['block_date'],

dbt_subprojects/daily_spellbook/models/_projects/oneinch/arbitrum/project/oneinch_arbitrum_project_swaps.sql

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

55
{{
66
config(
7+
tags = ['prod_exclude'],
78
schema = 'oneinch_' + blockchain,
89
alias = 'project_swaps',
910
partition_by = ['block_month', 'project'],

dbt_subprojects/daily_spellbook/models/_projects/oneinch/avalanche_c/_meta/oneinch_avalanche_c_mapped_contracts.sql

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

55
{{
66
config(
7+
tags = ['prod_exclude'],
78
schema = 'oneinch_' + blockchain,
89
alias = 'mapped_contracts',
910
materialized = 'table',

dbt_subprojects/daily_spellbook/models/_projects/oneinch/avalanche_c/project/oneinch_avalanche_c_project_calls.sql

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

55
{{
66
config(
7+
tags = ['prod_exclude'],
78
schema = 'oneinch_' + blockchain,
89
alias = 'project_calls',
910
partition_by = ['block_month'],

dbt_subprojects/daily_spellbook/models/_projects/oneinch/avalanche_c/project/oneinch_avalanche_c_project_orders.sql

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

55
{{
66
config(
7+
tags = ['prod_exclude'],
78
schema = 'oneinch_' + blockchain,
89
alias = 'project_orders',
910
partition_by = ['block_month'],

0 commit comments

Comments
 (0)