refunds
This commit is contained in:
parent
6b62987a41
commit
34171cf7be
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
with
|
||||
raw_refunds as (select * from {{ source("stripe_uk", "refunds") }}),
|
||||
raw_refunds as ({{ generate_stripe_sources_unioned_select("refunds") }}),
|
||||
stg_seed__currencies as (select * from {{ ref("stg_seed__currencies") }}),
|
||||
stg_stripe__refunds as (
|
||||
select
|
||||
|
|
@ -28,6 +28,7 @@ with
|
|||
{{ adapter.quote("balance_transaction") }},
|
||||
{{ adapter.quote("destination_details") }},
|
||||
{{ adapter.quote("source_transfer_reversal") }},
|
||||
{{ adapter.quote("stripe_source_account") }},
|
||||
{{ adapter.quote("_airbyte_extracted_at") }} as dwh_extracted_at_utc,
|
||||
cast(
|
||||
{{ adapter.quote("_airbyte_extracted_at") }} as date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue