v0.1.0-a5 dbt_unified_rag
Pre-release
Pre-release
Breaking Changes (requires `--full-refresh)
- Added
title
field to therag__unified_document
model and the individual HubSpot, Jira, and Zendesk unstructuredrag_<source>__document
models. (#17) - This field draws from other pre-existing fields. Its addition therefore includes the following breaking changes in upstream staging and intermediate models:
- Zendesk:
stg_rag_zendesk__ticket
: The ticketsubject
field has been renamed totitle
.int_rag_zendesk__ticket_document
: The ticketsubject
field has been renamed totitle
.
- Jira:
stg_rag_jira__issue
: Theissue_name
field (aliased fromsummary
) has been renamed totitle
.int_rag_jira__issue_document
: Theissue_name
field has been renamed totitle
.
- HubSpot:
stg_rag_hubspot__deal
: Thedeal_name
field has been renamed totitle
.int_rag_hubspot__deal_document
: Thedeal_name
field has been renamed totitle
.stg_rag_hubspot__engagement_email
: Theemail_subject
field has been renamed totitle
.int_rag_hubspot__deal_comment_document
: Theemail_subject
field has been renamed totitle
.stg_rag_hubspot__engagement_note
: Thetitle
field (value="engagement_note"
) has been added.int_rag_hubspot__deal_comment_documents_grouped
: Thetitle
(value="engagement_note"
) field has been added.
- Zendesk:
Bug Fix
- Fixed the HubSpot
url_reference
field to create a valid URL. Previously, we were missing a crucial/
and therefore created an invalid URL. (#17)
Under the Hood
- (Maintainers only) Added consistency data validation test for the
rag__unified_document
model. (#17)
Documentation
- Added Quickstart model counts to README. (#18)
- Corrected references to connectors and connections in the README. (#18)
Full Changelog: v0.1.0-a4...v0.1.0-a5