-
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] Ability to filter out is_filtered_event events #96
Comments
Thanks for explaining it all out @skalepp-parachutehome, scheduling time with us to debug in office hours, and creating an issue on our We encourage you to work on this in your end and submit a PR (fork the repo and open the PR off the changes, see here for details), as this can potentially expedite shipping this issue. Let us know if you have any questions! |
I also have a need for the same feature. As a marketer, I appreciate the preconfigured reporting tables, however without the ability to filter out these events or have the events pre-filtered (since these are reporting tables, these events are not required), the tables are not usable. Key metrics are incorrect. |
Thanks for sharing your experience and desire for the feature @ron-eventgroove! @skalepp-parachutehome I noticed you were interested in opening a PR to contribute the feature. Have you been able to start working on a PR? If not, my team will look to fold this feature update into our next upcoming sprint. Thanks! |
@fivetran-joemarkiewicz - I have not had the chance. I don't want to hold this feature up for others so if you are able to bring it in, that would be great! |
Thanks for the quick reply! Our current sprint just kicked off, but I will add this to our upcoming sprint task list. |
Awsome, thanks @fivetran-joemarkiewicz! |
@fivetran-joemarkiewicz - Was this brought into the sprint? |
Hi @skalepp-parachutehome yup! We are working on this in the current sprint. I will be sure to share more once we get a working version with these updates applied. |
Hi @skalepp-parachutehome and @ron-eventgroove 👋 I have been able to get a working version of the package with this new feature included to filter out specified email events. I will kick off our internal review process shortly, but it would be great if either of you have time to test the working version of the package and confirm the email events are being properly filtered out when defining the new You can test the branch with the changes by using the following in your packages:
# You can comment out the official version for the time being
# - package: fivetran/hubspot
# version: [">=0.9.0", "<0.10.0"]
- git: https://github.com/fivetran/dbt_hubspot.git
revision: feature/email-event-filter
warn-unpinned: false Once you have this updated, be sure to save and then include the following variable in your vars:
hubspot_using_filtered_events: false # True by default After the above are applied, you can re run |
This has been incorporated in the latest release. As such, I will close this feature request. |
Is there an existing feature request for this?
Describe the Feature
In HubSpot, there is the ability to filter out events. Ideally, you could have the ability to filter out these events and any upstream models that have this flag within the dbt_project.yml file.
Describe alternatives you've considered
Unfortunately, there isn't another alternative. I did attend office hours and spoke to the team and we agreed this might make sense as a feature.
Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: