Skip to content

Commit

Permalink
release review
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-avinash committed Nov 25, 2024
1 parent c65bad5 commit 9835893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
[PR #146](https://github.com/fivetran/dbt_quickbooks/pull/146) introduces the following updates:

## Breaking Changes
- We have introduced the following fields in the `quickbooks__general_ledger` to better analyze real-time transaction data:
- Introduced the following fields in the `quickbooks__general_ledger` model to better analyze real-time transaction data::
- `created_at`: The time a transaction was first created.
- `updated_at`: The time a transaction was last updated.
- This required updates to all our double entry transaction models to bring in these specific fields for each transaction type.
- This is a breaking change as this adds new fields to the existing schema for one of our end models.
- Updated the `*_double_entry` models to add these fields for each transaction type.
- This is a breaking change as this adds new fields to the existing schema.

# dbt_quickbooks v0.16.0
[PR #143](https://github.com/fivetran/dbt_quickbooks/pull/143) introduces the following updates:
Expand Down

0 comments on commit 9835893

Please sign in to comment.