a couple of stg transformations
This commit is contained in:
parent
d99616df5c
commit
7c15693caf
1 changed files with 2 additions and 2 deletions
|
|
@ -4,14 +4,14 @@ with
|
||||||
select
|
select
|
||||||
{{ adapter.quote("id") }},
|
{{ adapter.quote("id") }},
|
||||||
{{ adapter.quote("card") }},
|
{{ adapter.quote("card") }},
|
||||||
{{ adapter.quote("paid") }},
|
{{ adapter.quote("paid") }} as is_paid,
|
||||||
{{ adapter.quote("order") }},
|
{{ adapter.quote("order") }},
|
||||||
{{ adapter.quote("amount") }},
|
{{ adapter.quote("amount") }},
|
||||||
{{ adapter.quote("object") }},
|
{{ adapter.quote("object") }},
|
||||||
{{ adapter.quote("review") }},
|
{{ adapter.quote("review") }},
|
||||||
{{ adapter.quote("source") }},
|
{{ adapter.quote("source") }},
|
||||||
{{ adapter.quote("status") }},
|
{{ adapter.quote("status") }},
|
||||||
{{ adapter.quote("created") }},
|
to_timestamp({{ adapter.quote("created") }}) as created_at_utc,
|
||||||
{{ adapter.quote("dispute") }},
|
{{ adapter.quote("dispute") }},
|
||||||
{{ adapter.quote("invoice") }},
|
{{ adapter.quote("invoice") }},
|
||||||
{{ adapter.quote("outcome") }},
|
{{ adapter.quote("outcome") }},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue