Skip to content

Commit

Permalink
put tags last
Browse files Browse the repository at this point in the history
  • Loading branch information
desmond-hui committed Jun 21, 2024
1 parent 0a1954e commit cfb1fbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
incremental_predicates = ["dynamic_range_predicate", "block_timestamp::date"],
merge_exclude_columns = ["inserted_timestamp"],
cluster_by = ['block_timestamp::DATE','_inserted_timestamp::DATE'],
tags = ['scheduled_non_core'],
post_hook = enable_search_optimization(
'{{this.schema}}',
'{{this.identifier}}',
'ON EQUALITY(tx_id, swapper, from_mint, to_mint)'
),
tags = ['scheduled_non_core'],
) }}

{% if execute %}
Expand Down

0 comments on commit cfb1fbb

Please sign in to comment.