This commit is contained in:
Pablo Martin 2024-08-12 11:01:09 +02:00
parent 51fd0cf3bc
commit 59477a4641

View file

@ -24,7 +24,7 @@ with
{{ adapter.quote("UpdatedDate") }} as updated_at_utc,
cast({{ adapter.quote("UpdatedDate") }} as date) as updated_date_utc,
{{ adapter.quote("_airbyte_extracted_at") }} as dwh_extract_at
{{ adapter.quote("_airbyte_extracted_at") }} as dwh_extracted_at
from raw_user_product_bundle
)