v0.1.0-a4 dbt_unified_rag
Pre-release
Pre-release
PR #13 includes the following updates:
Breaking Changes
- Added the hubspot
engagement
source table to the package and made the following updates:- Added
stg_rag_hubspot__engagement
model as part of the hubspot staging models and updated relevant documentation. - Updated
int_rag_hubspot__deal_document
joins so thatstg_rag_hubspot__engagement
table joins first over thestg_rag_hubspot__engagement_contact
andstg_rag_hubspot__engagement_company
tables to bring in all necessary engagement records. - Updated
int_rag_hubspot__deal_document
to retrieveengagement_type
from the hubspotengagement
table, as opposed to theengagement_email
andengagement_note
tables. As such, removes their respective references as they are no longer used in this model.
- Added
Bug Fix (--full-refresh
required when upgrading)
- Updated the
unique_id
inrag__unified_document
to includechunk_index
. Previously, the unique key was a combination of onlydocument_id
,platform
, andsource_relation
, which was potentially inaccurate if there were multiple chunks associated with a document.
Under the Hood
- Updated the hubspot_x seed data and get_hubspot_x_columns macros with the new
category
field where relevant. - Updated missing field descriptions in the Hubspot documentation.
Full Changelog: v0.1.0-a3...v0.1.0-a4