Skip to content

Commit

Permalink
include rides in
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-costanzo committed Aug 24, 2023
1 parent 841cbcc commit ee146df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warehouse/models/mart/payments/fct_payments_rides_v2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ join_table AS (
ON m.funding_source_vault_id = v.funding_source_vault_id
AND m.transaction_time >= v.calitp_valid_at
AND m.transaction_time < v.calitp_invalid_at
INNER JOIN initial_transactions AS t1
LEFT JOIN initial_transactions AS t1
ON m.participant_id = t1.participant_id
AND m.micropayment_id = t1.micropayment_id
LEFT JOIN second_transactions AS t2
Expand Down

0 comments on commit ee146df

Please sign in to comment.