Skip to content

Commit

Permalink
adding space and creating fake id
Browse files Browse the repository at this point in the history
  • Loading branch information
jerriek committed Oct 31, 2024
1 parent f348361 commit aa1e2fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion models/staging/stripe/stg_stripe__payments.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ select
-- ids
id as payment_id,
orderid as order_id,

"1" as new_id,
-- descriptions
paymentmethod as payment_method,
status,
Expand All @@ -16,3 +16,6 @@ select
from {{ ref('snapshot_stg_payments') }}
-- pull only the most recent update for each unique record
where dbt_valid_to is null



0 comments on commit aa1e2fa

Please sign in to comment.