-
Notifications
You must be signed in to change notification settings - Fork 9
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/fb-pages-apr-2024-api-update #8
Conversation
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.
LGTM! But let's hold off releasing until next week in case there are other considerations we should take into account with breaking changes.
packages.yml
Outdated
# - package: fivetran/facebook_pages | ||
# version: [">=0.3.0", "<0.4.0"] | ||
- git: https://github.com/fivetran/dbt_facebook_pages.git | ||
revision: feature/apr-2024-api-update | ||
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.
Reminder to update before merge
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-catfritz This should be
- package: fivetran/facebook_pages
version: [">=0.3.0", "<0.4.0"]
Your commented version was right, don't use the above suggestion.
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.
Thanks for catching this @fivetran-avinash. I like this approach @fivetran-catfritz to update the comment so you can easily swap when making these releases.
Apologies for overlooking this in the initial review. I have removed my suggestion.
CHANGELOG.md
Outdated
- Columns removed from staging model `stg_facebook_pages__lifetime_post_metrics_total`: | ||
- `impressions_fan_paid` | ||
|
||
## Features |
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.
Documentation isn't updated in this package, you can remove this.
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.
Could you expand a little on what you mean? I thought this should still be included since the fb pages packages are still installed, and the removed columns also carry through to the models and regenerated docs.
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.
Oh, I thought this was referring to yml updates. I guess the columns are being removed!
I'd suggest renaming this to be Documentation Updates then, as this doesn't seem like a Feature. Not super important though, as you've already started merging in the other releases.
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 like that suggestion--thank you and updated!
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-catfritz The versions on the README need to be bumped, one important note on the packages.yml, and one small comment on the CHANGELOG. Once that's done this is good to go!
@fivetran-avinash Thanks for the review! I bumped the readme (thank you for catching!), and I'm thinking the changelog can be kept as-is. Let me know what you think! |
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.
One suggestion to your reply but totally optional. lgtm!
PR Overview
This PR will address the following Issue/Feature:
This PR will result in the following new package version:
Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:
PR Checklist
Basic Validation
Please acknowledge that you have successfully performed the following commands locally:
dbt run (if incremental models are present) && dbt testBefore marking this PR as "ready for review" the following have been applied:
Detailed Validation
Please share any and all of your validation steps:
If you had to summarize this PR in an emoji, which would it be?
📄