Skip to content

Commit 9921d63

Browse files
a-monteiro0xRobin
andauthored
chore(zeroex): prod_exclude 4 dead api_fills chains (~1.27 CPU-hrs/day + 0.36 TB/day for 0 rows) (#9845)
* chore(zeroex): prod_exclude 4 dead api_fills chains (base/celo/fantom/avalanche_c) * Address review: prod_exclude -> static on 4 dead zeroex chain models jeff-dude: 'standard is to use static when we want to maintain historical data, but stop running forward'. Switched all 4 api_fills models (avalanche_c, base, celo, fantom) from tags=['prod_exclude'] to tags=['static'] to match repo convention. dbt parse clean. --------- Co-authored-by: 0xRob <83790096+0xRobin@users.noreply.github.com>
1 parent 5a98c68 commit 9921d63

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

dbt_subprojects/dex/models/_projects/zeroex/avalanche_c/zeroex_avalanche_c_api_fills.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{ config(
2+
tags=['static'],
23
schema = 'zeroex_avalance_c',
34
alias = 'api_fills',
45
materialized='incremental',

dbt_subprojects/dex/models/_projects/zeroex/base/zeroex_base_api_fills.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{ config(
2+
tags=['static'],
23

34
schema = 'zeroex_base',
45
alias = 'api_fills',

dbt_subprojects/dex/models/_projects/zeroex/celo/zeroex_celo_api_fills.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{ config(
2+
tags=['static'],
23

34
schema = 'zeroex_celo',
45
alias = 'api_fills',

dbt_subprojects/dex/models/_projects/zeroex/fantom/zeroex_fantom_api_fills.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{ config(
2+
tags=['static'],
23
schema = 'zeroex_fantom',
34
alias = 'api_fills',
45
materialized='incremental',

0 commit comments

Comments
 (0)