Skip to content

Commit

Permalink
fix CI logic
Browse files Browse the repository at this point in the history
  • Loading branch information
JDW818 committed Nov 22, 2023
1 parent 3859059 commit fd4c8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/staging/stripe/stg_stripe__payments.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ from {{ ref('snapshot_stg_payments') }}

-- for CI builds, only pull the records from the prior day

{% if target.name == 'ci'%}
{% if target.name == 'CI'%}

where created_at >= dateadd('day',-1,current_date())

Expand Down

0 comments on commit fd4c8ff

Please sign in to comment.