small fixes

This commit is contained in:
Pablo Martin 2024-02-15 16:28:50 +01:00
parent dbf485bc39
commit 87bea1f45d

View file

@ -16,10 +16,8 @@ with
{{ adapter.quote("OtherSharingPlatformUrl") }}
as other_sharing_platform_url,
{{ adapter.quote("UserVerificationStatusId") }}
as id_user_verification_status
{{ adapter.quote("_airbyte_raw_id") }},
{{ adapter.quote("_airbyte_extracted_at") }},
{{ adapter.quote("_airbyte_meta") }}
as id_user_verification_status,
{{ adapter.quote("_airbyte_extracted_at") }} as dwh_loaded_at_date
from raw_superhog_user
)