This commit is contained in:
Eric Laurello 2025-07-17 15:52:40 -04:00
parent 4829487c6f
commit fbba7bc8b8
2 changed files with 4 additions and 7 deletions

View File

@ -30,12 +30,9 @@ models:
- name: ICON_URL
description: "{{ doc('icon_url') }}"
data_type: VARCHAR
- name: ID
- name: OBJECT_ID
description: "{{ doc('id') }}"
data_type: VARCHAR
- name: COIN_TYPES_ID
description: "{{ doc('coin_types_id') }}"
data_type: VARCHAR
- name: DIM_TOKENS_ID
description: "{{ doc('dim_tokens_id') }}"
data_type: VARCHAR
@ -439,13 +436,13 @@ models:
- name: TX_DEPENDENCIES
description: "{{ doc('tx_dependencies') }}"
data_type: VARIANT
- name: GAS_USED_COMPUTATION_COST
- name: GAS_USED_COMPUTATION_FEE
description: "{{ doc('gas_used_computation_cost') }}"
data_type: NUMBER
- name: GAS_USED_NON_REFUNDABLE_STORAGE_FEE
description: "{{ doc('gas_used_non_refundable_storage_fee') }}"
data_type: NUMBER
- name: GAS_USED_STORAGE_COST
- name: GAS_USED_STORAGE_FEE
description: "{{ doc('gas_used_storage_cost') }}"
data_type: NUMBER
- name: GAS_USED_STORAGE_REBATE

View File

@ -7,7 +7,7 @@
"sql_limit" :"500000",
"producer_batch_size" :"500000",
"worker_batch_size" :"5000",
"async_concurrent_requests" :"25",
"async_concurrent_requests" :"100",
"sql_source" :"{{this.identifier}}",
'exploded_key': '["result"]',
"order_by_column": "checkpoint_number DESC" }