mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:06:45 +00:00
unique key fixed
This commit is contained in:
parent
bf21d191fb
commit
57da6dd4c5
@ -4,7 +4,7 @@
|
||||
merge_exclude_columns = ['inserted_timestamp'],
|
||||
incremental_predicates = ["COALESCE(DBT_INTERNAL_DEST.block_timestamp::DATE,'2099-12-31') >= (select min(block_timestamp::DATE) from " ~ generate_tmp_view_name(this) ~ ")"],
|
||||
cluster_by = ['modified_timestamp::date'],
|
||||
unique_key = 'tx_id',
|
||||
unique_key = 'bridge_startgate_id',
|
||||
tags = ['bridge', 'scheduled', 'streamline_scheduled', 'scheduled_non_core', 'stargate']
|
||||
) }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user