mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:27:00 +00:00
event_inner to schedule (#658)
This commit is contained in:
parent
b22caeab39
commit
9d00c8da97
@ -6,7 +6,7 @@
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
post_hook = enable_search_optimization('{{this.schema}}', '{{this.identifier}}', 'ON EQUALITY(tx_id, program_id, instruction_program_id, instruction_index, inner_index, event_type)'),
|
||||
full_refresh = false,
|
||||
tags = ['events_inner_backfill']
|
||||
tags = ['scheduled_core']
|
||||
) }}
|
||||
|
||||
{% if execute %}
|
||||
@ -42,6 +42,5 @@ FROM
|
||||
|
||||
{% if is_incremental() %}
|
||||
WHERE
|
||||
modified_timestamp > '{{ max_modified_timestamp }}'
|
||||
-- to-do: revert back to >= after backfill
|
||||
modified_timestamp >= '{{ max_modified_timestamp }}'
|
||||
{% endif %}
|
||||
@ -6,7 +6,7 @@
|
||||
post_hook = enable_search_optimization('{{this.schema}}','{{this.identifier}}','ON EQUALITY(tx_id, program_id, instruction_program_id, instruction_index, inner_index, event_type)'),
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
full_refresh = false,
|
||||
tags = ['events_inner_backfill']
|
||||
tags = ['scheduled_core']
|
||||
) }}
|
||||
|
||||
WITH pre_final AS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user