mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 04:14:00 +00:00
DBT structure change
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
}}
|
||||
|
||||
select
|
||||
CONCAT(segment_id,'-',company_id) as concat_id,
|
||||
*
|
||||
*,
|
||||
'{{ modules.datetime.datetime.now(modules.pytz.timezone("Asia/Kuala_Lumpur")) }}' AS _dbt_ran_datetime
|
||||
|
||||
from {{ source('src_exchange_mysql', 'segment_companies') }}
|
||||
|
||||
{% endsnapshot %}
|
||||
Reference in New Issue
Block a user