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:
Yam ZhengLim
2023-06-30 09:09:34 +00:00
@@ -7,7 +7,7 @@
{{
config(
materialized='incremental',
unique_key=['company_id', 'company_address_id']
unique_key='company_id'
)
}}