Happy Monday ๐คนโโ๏ธ
This release of the dbt_quickbooks
package includes the following updates:
Bug Fixes
- Within the
v0.5.1
release, thetransaction_id
field was erroneously removed from thequickbooks__general_ledger
model. This field has since been added back. (#46)
Under the Hood
- Updated the
dbt-utils.surrogate_key()
macro to take the argument as a single list rather than a series of strings. This is to be in line with the proper use of the macro and ensure it is not impacted when the series of string argument is deprecated. (#46)