mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 04:14:00 +00:00
Merge branch 'lee_address_geoloc' into 'main'
Modified unique key in incremental model See merge request CIEFWorldwideSdnBhd/dbt_cloud!7
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{{
|
||||
config(
|
||||
materialized='incremental',
|
||||
unique_key=['company_id', 'company_address_id']
|
||||
unique_key='company_id'
|
||||
)
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user