This repository was archived by the owner on Jan 20, 2026. It is now read-only.
feature/is-closed-support#146
Merged
fivetran-joemarkiewicz merged 9 commits intorelease/v0.21.0from Jul 24, 2025
Merged
Conversation
* Q2 FY26: Apply automated update. * Update README.md --------- Co-authored-by: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Co-authored-by: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com>
Co-authored-by: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com>
CHANGELOG.md
Outdated
| |-----------|----------------|--------------|--------------|---------| | ||
| | [stg_hubspot__deal_pipeline_stage](https://fivetran.github.io/dbt_hubspot_source/#!/model/model.hubspot_source.stg_hubspot__deal_pipeline_stage) | Column Renamed | `is_closed_won` | `is_closed` | Column renamed to more accurately match the source data. The renamed `is_closed` column is generated via a coalesce between the previous `closed_won` source column and the newly added `is_closed` column. This renamed column represents whether a deal is closed, regardless of its label as “Closed Won” or “Closed Lost.” You can still use the `pipeline_stage_label` column to differentiate between "Closed Won" and "Closed Lost" stages. | | ||
|
|
||
| ## Feature Updates |
Contributor
There was a problem hiding this comment.
These are kinda more Under the Hood
Contributor
Author
There was a problem hiding this comment.
Updated
Co-authored-by: Jamie Rodriguez <65564846+fivetran-jamie@users.noreply.github.com>
fivetran-jamie
approved these changes
Jul 24, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Overview
Package version introduced in this PR: v0.21.0
This PR addresses the following Issue/Feature(s): Issue #145
Summary of changes:
Renamed the
is_closed_woncolumn within thestg_hubspot__deal_pipeline_stagemodel tois_closed. This was done to more accurately reflect the source data as this column represents the state of the deal pipeline and not necessarily if it was won or not. To determine this, thepipeline_stage_labelcan be used.Additionally, highlighted the deprecation of the
closed_woncolumn at the source in favor of theis_closedcolumn.Submission Checklist
Changelog