Skip to content

Commit

Permalink
Merge pull request #16 from fivetran/jsloan-updates
Browse files Browse the repository at this point in the history
Jsloan updates
  • Loading branch information
fivetran-joemarkiewicz authored Jun 9, 2021
2 parents ab46055 + 34385ba commit 99aa131
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config-version: 2

name: 'stripe_source'
version: '0.3.1'
version: '0.3.2'
require-dbt-version: [">=0.18.0", "<0.20.0"]

models:
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config-version: 2

name: 'stripe_source_integration_tests'
version: '0.3.1'
version: '0.3.2'

require-dbt-version: [">=0.18.0", "<0.20.0"]
profile: 'integration_tests'
Expand Down
2 changes: 2 additions & 0 deletions models/tmp/stg_stripe__customer_tmp.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
select *
from {{ var('customer') }}
where coalesce(livemode, true)
and not coalesce(is_deleted, false)

0 comments on commit 99aa131

Please sign in to comment.