Skip to content

Commit f39c22e

Browse files
committed
bulk hide curated datasets
1 parent 6207ab2 commit f39c22e

File tree

1,822 files changed

+3781
-9090
lines changed

Some content is hidden

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

1,822 files changed

+3781
-9090
lines changed

dbt_subprojects/daily_spellbook/models/_blockchains/near/near_bridge_omni.sql

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
incremental_strategy = 'merge',
77
unique_key = ['bridge_omni_id'],
88
partition_by = ['block_date'],
9-
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.block_time')],
10-
post_hook='{{ expose_spells(\'["near"]\',
11-
"project",
12-
"bridge_omni",
13-
\'["krishgka"]\') }}'
9+
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.block_time')]
10+
, post_hook='{{ hide_spells() }}'
1411
)}}
1512

1613
-- NEAR Omni Bridge transactions tracking inbound and outbound transfers

dbt_subprojects/daily_spellbook/models/_blockchains/near/near_fact_intents.sql

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
incremental_strategy = 'merge',
77
unique_key = ['fact_intents_id'],
88
partition_by = ['block_date'],
9-
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.block_time')],
10-
post_hook='{{ expose_spells(\'["near"]\',
11-
"project",
12-
"fact_intents",
13-
\'["krishgka"]\') }}'
9+
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.block_time')]
10+
, post_hook='{{ hide_spells() }}'
1411
) }}
1512

1613

dbt_subprojects/daily_spellbook/models/_blockchains/near/v1_signer/near_v1_signer_users.sql

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
config(
33
schema = 'near_v1_signer',
44
alias = 'users',
5-
materialized = 'table',
6-
post_hook = '{{ expose_spells(\'["near"]\',
7-
"project",
8-
"v1_signer",
9-
\'["bh2smith"]\') }}'
5+
materialized = 'table'
6+
, post_hook='{{ hide_spells() }}'
107
)
118
}}
129

dbt_subprojects/daily_spellbook/models/_projects/bungee/bungee_bridges.sql

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
config(
33
schema = 'bungee',
44
alias = 'bridges',
5-
materialized = 'view',
6-
post_hook = '{{ expose_spells(\'[
7-
"ethereum", "zkevm", "scroll", "blast", "linea", "mantle", "optimism",
8-
"gnosis", "arbitrum", "zksync", "base", "bnb", "polygon",
9-
"avalanche_c", "fantom"
10-
]\',
11-
"project", "bungee", \'["lequangphu"]\') }}'
5+
materialized = 'view'
6+
, post_hook='{{ hide_spells() }}'
127
)
138
}}
149

dbt_subprojects/daily_spellbook/models/_projects/eigenlayer/ethereum/eigenlayer_ethereum_avs_metadata_uri_latest.sql

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{{
22
config(
33
schema = 'eigenlayer_ethereum',
4-
alias = 'avs_metadata_uri_latest',
5-
post_hook='{{ expose_spells(\'["ethereum"]\',
6-
"project",
7-
"eigenlayer",
8-
\'["bowenli"]\') }}',
9-
unique_key = ['avs']
4+
alias = 'avs_metadata_uri_latest'
5+
, post_hook='{{ hide_spells() }}'
6+
, unique_key = ['avs']
107
)
118
}}
129

dbt_subprojects/daily_spellbook/models/_projects/eigenlayer/ethereum/eigenlayer_ethereum_avs_operator_registration_status_latest.sql

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{{
22
config(
33
schema = 'eigenlayer_ethereum',
4-
alias = 'avs_operator_registration_status_latest',
5-
post_hook='{{ expose_spells(\'["ethereum"]\',
6-
"project",
7-
"eigenlayer",
8-
\'["bowenli"]\') }}',
9-
unique_key = ['avs', 'operator']
4+
alias = 'avs_operator_registration_status_latest'
5+
, post_hook='{{ hide_spells() }}'
6+
, unique_key = ['avs', 'operator']
107
)
118
}}
129

dbt_subprojects/daily_spellbook/models/_projects/eigenlayer/ethereum/eigenlayer_ethereum_avs_paid_rewards.sql

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{{
22
config(
33
schema = 'eigenlayer_ethereum',
4-
alias = 'avs_paid_rewards',
5-
post_hook='{{ expose_spells(\'["ethereum"]\',
6-
"project",
7-
"eigenlayer",
8-
\'["bowenli"]\') }}',
9-
materialized = 'table',
4+
alias = 'avs_paid_rewards'
5+
, post_hook='{{ hide_spells() }}'
6+
, materialized = 'table',
107
unique_key = ['avs']
118
)
129
}}

dbt_subprojects/daily_spellbook/models/_projects/eigenlayer/ethereum/eigenlayer_ethereum_operator_metadata_uri_latest.sql

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{{
22
config(
33
schema = 'eigenlayer_ethereum',
4-
alias = 'operator_metadata_uri_latest',
5-
post_hook='{{ expose_spells(\'["ethereum"]\',
6-
"project",
7-
"eigenlayer",
8-
\'["bowenli"]\') }}',
9-
unique_key = ['operator']
4+
alias = 'operator_metadata_uri_latest'
5+
, post_hook='{{ hide_spells() }}'
6+
, unique_key = ['operator']
107
)
118
}}
129

dbt_subprojects/daily_spellbook/models/_projects/eigenlayer/ethereum/eigenlayer_ethereum_operator_shares_cumulative_by_day.sql

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{{
22
config(
33
schema = 'eigenlayer_ethereum',
4-
alias = 'operator_shares_cumulative_by_day',
5-
post_hook='{{ expose_spells(\'["ethereum"]\',
6-
"project",
7-
"eigenlayer",
8-
\'["bowenli"]\') }}',
9-
unique_key = ['operator', 'strategy', 'date']
4+
alias = 'operator_shares_cumulative_by_day'
5+
, post_hook='{{ hide_spells() }}'
6+
, unique_key = ['operator', 'strategy', 'date']
107
)
118
}}
129

dbt_subprojects/daily_spellbook/models/_projects/eigenlayer/ethereum/eigenlayer_ethereum_pod_shares_updated_enriched.sql

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{{
22
config(
33
schema = 'eigenlayer_ethereum',
4-
alias = 'pod_shares_updated_enriched',
5-
post_hook='{{ expose_spells(\'["ethereum"]\',
6-
"project",
7-
"eigenlayer",
8-
\'["bowenli"]\') }}'
4+
alias = 'pod_shares_updated_enriched'
5+
, post_hook='{{ hide_spells() }}'
96
)
107
}}
118

0 commit comments

Comments
 (0)