add missing _utc suffix

This commit is contained in:
Pablo Martin 2024-06-04 18:21:56 +02:00
parent f5ae39e443
commit bfd05a6410

View file

@ -11,7 +11,7 @@ with
{{ adapter.quote("IsStayImportingEnabled") }} as is_stay_importing_enabled,
{{ adapter.quote("IgnoreStaysOnFirstImport") }}
as ignore_stays_on_first_import,
{{ adapter.quote("CreatedByCutOffDate") }} as cutoff_date,
{{ adapter.quote("CreatedByCutOffDate") }} as cutoff_date_utc,
{{ adapter.quote("AuthenticationConfiguration") }} authentication_configuration,
{{ adapter.quote("CreatedDate") }} as created_at_utc,
{{ adapter.quote("UpdatedDate") }} as updated_at_utc,