Skip to content

Commit

Permalink
oneinch: hotfix performance issue (duneanalytics#4782)
Browse files Browse the repository at this point in the history
* fix

* any value

* TEST

* fx

* кь

* Revert "кь"

This reverts commit 8477bd7.

* test

* retrigger ci

* try dates

* easy dates..

* retrigger ci

* retrigger ci

* retrigger ci

* test

* dates

* success

* group

* dates

* union

* tx

* w classic

* AT

* retrigger ci

* test

* fx

* dates

* test

* union

* union

* test

* fx

* last test

* last last test

* tst

* prod
  • Loading branch information
grkhr authored Nov 14, 2023
1 parent 4b35fca commit 1a6ac6d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions models/oneinch/oneinch_calls.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
{%
set columns = {
'blockchain':'group',
'block_time':'max',
'block_time':'group',
'tx_hash':'group',
'tx_from':'max',
'tx_to':'max',
'tx_success':'max',
'call_success':'max',
'tx_from':'any_value',
'tx_to':'any_value',
'tx_success':'group',
'call_success':'group',
'call_trace_address':'group',
'call_from':'max',
'call_to':'max',
'call_selector':'max',
'protocol':'max',
'call_input':'max',
'call_output':'max'
'call_from':'any_value',
'call_to':'any_value',
'call_selector':'any_value',
'protocol':'any_value',
'call_input':'any_value',
'call_output':'any_value'
}
%}

Expand Down

0 comments on commit 1a6ac6d

Please sign in to comment.