mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 11:01:45 +00:00
traces by hash
This commit is contained in:
parent
93e22d09bb
commit
9cd6fd257b
@ -4,12 +4,11 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={
|
||||
"external_table" :'traces',
|
||||
"external_table" :'traces_by_hash',
|
||||
"sql_limit" :"30000",
|
||||
"producer_batch_size" :"30000",
|
||||
"worker_batch_size" :"10000",
|
||||
"sql_source" :'{{this.identifier}}',
|
||||
"exploded_key": tojson(['result'])
|
||||
"sql_source" :'{{this.identifier}}'
|
||||
}
|
||||
),
|
||||
tags = ['streamline_core_evm_realtime']
|
||||
@ -20,8 +20,8 @@ sources:
|
||||
- name: traces
|
||||
- name: blocks_v2
|
||||
- name: transactions_v2
|
||||
- name: receipts_v2
|
||||
- name: traces_v2
|
||||
- name: receipts_by_hash
|
||||
- name: traces_by_hash
|
||||
|
||||
- name: silver_crosschain
|
||||
database: "{{ 'crosschain' if target.database == 'FLOW' else 'crosschain_dev' }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user