Skip to content

Commit

Permalink
Add created at and updated at
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-avinash committed Nov 20, 2024
1 parent a736775 commit 9ab70d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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:

## Feature Updates
- We have introduced the following fields in the `quickbooks__general_ledger`.
- We have introduced the following fields in the `quickbooks__general_ledger` 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 isn't necessarily a breaking change, but as this is a new version of this model that introduces new fields, we determined it was best to bump the version up.
- This isn't necessarily a breaking change, but as this introduces new fields to an end model, we determined it was best to bump the version up.

# 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 9ab70d3

Please sign in to comment.