traces by hash

This commit is contained in:
Austin 2025-06-13 16:12:27 -04:00
parent 93e22d09bb
commit 9cd6fd257b
2 changed files with 4 additions and 5 deletions

View File

@ -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']

View File

@ -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' }}"