Skip to content

Commit

Permalink
contributor/fee-test-update
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-joemarkiewicz committed Apr 13, 2023
1 parent 0bfc21d commit 50f98d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# dbt_stripe_source v0.9.2
PR [#64](https://github.com/fivetran/dbt_stripe_source/pull/64) includes the following updates:
## Bug Fixes
- The `stg_stripe__fee` uniqueness test has been updated to also consider the `index` when determining the unique combination of columns. As there may be many indexes to a single fee, the uniqueness test has been updated to account for this scenario.

## Contributors
- [@jmussitsch](https://github.com/jmussitsch) ([#64](https://github.com/fivetran/dbt_stripe_source/pull/64))

# dbt_stripe_source v0.9.1
PR [#61](https://github.com/fivetran/dbt_stripe_source/pull/61) includes the following updates:
## Feature Updates
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config-version: 2
name: 'stripe_source'
version: '0.9.1'
version: '0.9.2'
require-dbt-version: [">=1.3.0", "<2.0.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.9.1'
version: '0.9.2'


profile: 'integration_tests'
Expand Down

0 comments on commit 50f98d7

Please sign in to comment.