Skip to content
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

validations #32

Merged
merged 7 commits into from
Jul 15, 2024
Merged

validations #32

merged 7 commits into from
Jul 15, 2024

Conversation

fivetran-jamie
Copy link
Contributor

@fivetran-jamie fivetran-jamie commented Jul 9, 2024

PR Overview

This PR will address the following Issue/Feature:
fivetran/dbt_microsoft_ads_source#30 by way of including fivetran/dbt_microsoft_ads_source#31

This PR will result in the following new package version:

v0.8.0 -- breaking change upstream

Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:

See parallel upstream release of source package.

PR #32 includes the following updates:

Under the Hood

  • Updated the PR Templates for package maintainers to our most up-to-date standards.
  • Added consistency validation test for the microsoft_ads__campaign_report table (to be used only by maintainers).

PR Checklist

Basic Validation

Please acknowledge that you have successfully performed the following commands locally:

  • dbt run –full-refresh && dbt test
  • dbt run (if incremental models are present) && dbt test

Before marking this PR as "ready for review" the following have been applied:

  • The appropriate issue has been linked, tagged, and properly assigned.
  • All necessary documentation and version upgrades have been applied.
  • docs were regenerated (unless this PR does not include any code or yml updates).
  • BuildKite integration tests are passing.
  • Detailed validation steps have been provided below.

Detailed Validation

Please share any and all of your validation steps:

see consistency test added
image

If you had to summarize this PR in an emoji, which would it be?

🧪

@fivetran-jamie fivetran-jamie marked this pull request as ready for review July 9, 2024 21:36
Copy link
Contributor

@fivetran-joemarkiewicz fivetran-joemarkiewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fivetran-jamie this looks good to me! Thanks for your quick work with addressing this update. Just a few documentation comments to address before moving to release review.

CHANGELOG.md Outdated
@@ -1,3 +1,13 @@
# dbt_microsoft_ads v0.8.0

*See parallel upstream [release](https://github.com/fivetran/dbt_microsoft_ads_source/releases) of source package.*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you include the specific release of the source package here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I know it is duplicative but can we include the relevant release notes from the source package here. Just to make it easier for folks to follow along as to why this is being marked as a breaking change.

packages.yml Outdated
Comment on lines 2 to 5
- package: fivetran/microsoft_ads_source
version: [">=0.8.0", "<0.9.0"]
# - package: fivetran/microsoft_ads_source
# version: [">=0.9.0", "<0.10.0"]
- git: https://github.com/fivetran/dbt_microsoft_ads_source.git
revision: bugfix/campaign-report-add-budget
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder to swap before release.

Copy link
Contributor

@fivetran-catfritz fivetran-catfritz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fivetran-jamie Also a small question here but otherwise looks good!

CHANGELOG.md Outdated
Comment on lines 18 to 21
### Under the Hood
- Included auto-releaser GitHub Actions workflow to automate future releases.
- Updated the PR Templates for package maintainers to our most up-to-date standards.
- Upgraded integration test dbt-adapter versions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a suggestion--maybe we can remove this under the hood section? Just to avoid confusion with the first one, and this doesn't really affect this package?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yeah that's a good call!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

Copy link
Contributor

@fivetran-catfritz fivetran-catfritz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@fivetran-jamie fivetran-jamie merged commit 36e7d9e into main Jul 15, 2024
2 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants