organized columns
This commit is contained in:
parent
fa5cfb8c66
commit
1e818ea306
1 changed files with 4 additions and 4 deletions
|
|
@ -3,14 +3,14 @@ with
|
||||||
stg_core__address_validation as (
|
stg_core__address_validation as (
|
||||||
select
|
select
|
||||||
{{ adapter.quote("Id") }} as id_address_validation,
|
{{ adapter.quote("Id") }} as id_address_validation,
|
||||||
{{ adapter.quote("Notes") }} as notes,
|
|
||||||
{{ adapter.quote("Passed") }} as validation_passed,
|
|
||||||
{{ adapter.quote("CreatedDate") }} as created_at_utc,
|
|
||||||
{{ adapter.quote("UpdatedDate") }} as updated_at_utc,
|
|
||||||
{{ adapter.quote("AccommodationId") }} as id_accommodation,
|
{{ adapter.quote("AccommodationId") }} as id_accommodation,
|
||||||
|
{{ adapter.quote("Passed") }} as validation_passed,
|
||||||
{{ adapter.quote("FeatureSizeMeters") }} as feature_size_meters,
|
{{ adapter.quote("FeatureSizeMeters") }} as feature_size_meters,
|
||||||
{{ adapter.quote("FeatureSizeMetersUpperLimit") }}
|
{{ adapter.quote("FeatureSizeMetersUpperLimit") }}
|
||||||
as feature_size_meters_upper_limit,
|
as feature_size_meters_upper_limit,
|
||||||
|
{{ adapter.quote("Notes") }} as notes,
|
||||||
|
{{ adapter.quote("CreatedDate") }} as created_at_utc,
|
||||||
|
{{ adapter.quote("UpdatedDate") }} as updated_at_utc,
|
||||||
{{ adapter.quote("_airbyte_extracted_at") }} as dwh_extracted_at_utc
|
{{ adapter.quote("_airbyte_extracted_at") }} as dwh_extracted_at_utc
|
||||||
|
|
||||||
from raw_address_validation
|
from raw_address_validation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue