remove internal columns

This commit is contained in:
drethereum 2024-07-16 10:23:43 -06:00
parent a8ebb5caf2
commit 3d6b7f54cf
3 changed files with 0 additions and 6 deletions

View File

@ -20,7 +20,6 @@ SELECT
DATA,
event_removed,
tx_status AS tx_succeeded,
_log_id,
logs_id AS fact_event_logs_id,
inserted_timestamp,
modified_timestamp

View File

@ -20,8 +20,6 @@ models:
description: '{{ doc("berachain_logs_data") }}'
- name: EVENT_REMOVED
description: '{{ doc("berachain_event_removed") }}'
- name: _LOG_ID
description: '{{ doc("internal_column") }}'
- name: TX_SUCCEEDED
description: '{{ doc("berachain_tx_status") }}'
- name: ORIGIN_FUNCTION_SIGNATURE

View File

@ -30,9 +30,6 @@ SELECT
error_reason,
trace_status AS trace_succeeded,
DATA,
is_pending,
_call_id,
_inserted_timestamp,
traces_id AS fact_traces_id,
inserted_timestamp,
modified_timestamp