-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/email-event-filter #104
Conversation
# - package: fivetran/hubspot_source | ||
# version: [">=0.9.0", "<0.10.0"] | ||
|
||
- git: https://github.com/fivetran/dbt_hubspot_source.git | ||
revision: feature/email-event-filter | ||
warn-unpinned: false | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will update before merging
CHANGELOG.md
Outdated
|
||
## Under the Hood | ||
- The `email_event_data.csv` seed file was updated to include events that are listed as `true` for filtered_events. This is to effectively test the above mentioned feature update. | ||
- Included `hubspot_using_filtered_events: false` as a variable declared in the final `run_models.sh` step to ensure our integration tests gain coverage over this new feature and variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not seeing this config in the run_models.sh script, just in the one in source, maybe we don't need this bit here if it's something more relevant for the source package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fivetran-reneeli thanks for catching this! I must have accidentally removed this when I trimmed one of the run commands. Just added it back in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just have very minor remarks!
Co-authored-by: Renee Li <91097070+fivetran-reneeli@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Reminder to update package deps
PR Overview
This PR will address the following Issue/Feature: FR #96
This PR will result in the following new package version:
v0.9.1
This is simply a documentation and under the hood update based on the updates within PR #104 from the source package. As such, no breaking updates will be reflected.
Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:
This PR mainly includes documentation around the newly added
hubspot_using_filtered_events
variable (true by default) that changes the behavior of thestg_hubspot__email_event
staging model to filter out filtered events if the variable is set tofalse
. Please see PR #104 for more details around the upstream changes.PR Checklist
Basic Validation
Please acknowledge that you have successfully performed the following commands locally:
Before marking this PR as “ready for review” the following have been applied:
Detailed Validation
Please acknowledge that the following validation checks have been performed prior to marking this PR as “ready for review”:
Please see PR #104 for the validation steps taken to ensure the changes are behaving as expected in the source. With comfort around these changes, I feel the downstream implications will behave the same and as intended.
Standard Updates
Please acknowledge that your PR contains the following standard updates:
dbt Docs
Please acknowledge that after the above were all completed the below were applied to your branch:
If you had to summarize this PR in an emoji, which would it be?
📧