Skip to content

Commit

Permalink
Revert "Revert "chore: new, more verbose format for exposing spells""
Browse files Browse the repository at this point in the history
This reverts commit bbca115.
  • Loading branch information
alexshchur committed Dec 20, 2024
1 parent 3a20661 commit cd3d581
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
incremental_strategy = 'merge',
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.blockTime')],
unique_key = ['call_tx_hash', 'method', 'call_trace_address'],
post_hook='{{ expose_spells(\'["arbitrum"]\',
"project",
"paraswap_v6",
\'["eptighte", "mwamedacen"]\') }}'
post_hook='{{ expose_spells(blockchains = \'["arbitrum"]\',
spell_type = "project",
spell_name = "paraswap_v6",
contributors = \'["eptighte", "mwamedacen"]\') }}'
)

}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
incremental_strategy = 'merge',
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.blockTime')],
unique_key = ['call_tx_hash', 'method', 'call_trace_address'],
post_hook='{{ expose_spells(\'["avalanche_c"]\',
"project",
"paraswap_v6",
\'["eptighte", "mwamedacen"]\') }}'
post_hook='{{ expose_spells(blockchains = \'["avalanche_c"]\',
spell_type = "project",
spell_name = "paraswap_v6",
contributors = \'["eptighte", "mwamedacen"]\') }}'
)
}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
incremental_strategy = 'merge',
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.blockTime')],
unique_key = ['call_tx_hash', 'method', 'call_trace_address'],
post_hook='{{ expose_spells(\'["base"]\',
"project",
"paraswap_v6",
\'["eptighte", "mwamedacen"]\') }}'
post_hook='{{ expose_spells(blockchains = \'["base"]\',
spell_type = "project",
spell_name = "paraswap_v6",
contributors = \'["eptighte", "mwamedacen"]\') }}'
)
}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
incremental_strategy = 'merge',
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.blockTime')],
unique_key = ['call_tx_hash', 'method', 'call_trace_address'],
post_hook='{{ expose_spells(\'["bnb"]\',
"project",
"paraswap_v6",
\'["eptighte", "mwamedacen"]\') }}'
post_hook='{{ expose_spells(blockchains = \'["bnb"]\',
spell_type = "project",
spell_name = "paraswap_v6",
contributors = \'["eptighte", "mwamedacen"]\') }}'
)
}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
incremental_strategy = 'merge',
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.blockTime')],
unique_key = ['call_tx_hash', 'method', 'call_trace_address'],
post_hook='{{ expose_spells(\'["ethereum"]\',
"project",
"paraswap_v6",
\'["eptighte", "mwamedacen"]\') }}'
post_hook='{{ expose_spells(blockchains = \'["ethereum"]\',
spell_type = "project",
spell_name = "paraswap_v6",
contributors = \'["eptighte", "mwamedacen"]\') }}'
)
}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
incremental_strategy = 'merge',
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.blockTime')],
unique_key = ['call_tx_hash', 'method', 'call_trace_address'],
post_hook='{{ expose_spells(\'["fantom"]\',
"project",
"paraswap_v6",
\'["eptighte", "mwamedacen"]\') }}'
post_hook='{{ expose_spells(blockchains = \'["fantom"]\',
spell_type = "project",
spell_name = "paraswap_v6",
contributors = \'["eptighte", "mwamedacen"]\') }}'
)
}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
incremental_strategy = 'merge',
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.blockTime')],
unique_key = ['call_tx_hash', 'method', 'call_trace_address'],
post_hook='{{ expose_spells(\'["optimism"]\',
"project",
"paraswap_v6",
\'["eptighte", "mwamedacen"]\') }}'
post_hook='{{ expose_spells(blockchains = \'["optimism"]\',
spell_type = "project",
spell_name = "paraswap_v6",
contributors = \'["eptighte", "mwamedacen"]\') }}'
)
}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
incremental_strategy = 'merge',
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.blockTime')],
unique_key = ['call_tx_hash', 'method', 'call_trace_address'],
post_hook='{{ expose_spells(\'["polygon"]\',
"project",
"paraswap_v6",
\'["eptighte", "mwamedacen"]\') }}'
post_hook='{{ expose_spells(blockchains = \'["polygon"]\',
spell_type = "project",
spell_name = "paraswap_v6",
contributors = \'["eptighte", "mwamedacen"]\') }}'
)
}}

Expand Down

0 comments on commit cd3d581

Please sign in to comment.