mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 13:56:51 +00:00
.
This commit is contained in:
parent
4829487c6f
commit
fbba7bc8b8
@ -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
|
||||
|
||||
@ -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" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user