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

Bugfix/budget association issue 21 #22

Conversation

fivetran-sheringuyen
Copy link
Contributor

Pull Request
Are you a current Fivetran customer?

Fivetran Employee

What change(s) does this PR introduce?

  • Added budget_association_status into the stg_microsoft_ads__campaign_daily_report table in order account for campaign budgets that end midday. Including budget_association_status as another grain to test by, will reduce tests failing due to non-uniqueness of rows. This change will therefore yield an update this package's integration_tests/seeds/microsoft_ads_campaign_performance_daily_report_data.

Did you update the CHANGELOG?

  • Yes

Does this PR introduce a breaking change?

  • Yes (please provide breaking change details below.)
  • No (please provide an explanation as to how the change is non-breaking below.)

Did you update the dbt_project.yml files with the version upgrade (please leverage standard semantic versioning)? (In both your main project and integration_tests)

  • [] Yes
  • N/A rolling into migration work

Is this PR in response to a previously created Bug or Feature Request

How did you test the PR changes?

  • CircleCi
  • Local (please provide additional testing details below)

Select which warehouse(s) were used to test the PR

  • BigQuery
  • Redshift
  • Snowflake
  • Postgres
  • Databricks
  • Other (provide details below)

Provide an emoji that best describes your current mood

💃

Feedback

We are so excited you decided to contribute to the Fivetran community dbt package! We continue to work to improve the packages and would greatly appreciate your feedback on our existing dbt packages or what you'd like to see next.

@fivetran-sheringuyen
Copy link
Contributor Author

fivetran-sheringuyen commented Oct 31, 2022

  • regenerate docs
  • update package reference before merge

@fivetran-sheringuyen fivetran-sheringuyen changed the base branch from main to MagicBot/dbt-utils-cross-db-migration November 1, 2022 04:56
CHANGELOG.md Outdated
@@ -37,6 +37,9 @@
- `dbt.current_timestamp_in_utc_backcompat`
- `packages.yml` has been updated to reflect new default `fivetran/fivetran_utils` version, previously `[">=0.3.0", "<0.4.0"]` now `[">=0.4.0", "<0.5.0"]`.

[PR #22](/~https://github.com/fivetran/dbt_microsoft_ads/pull/22) includes the following updates:
- Added `budget_association_status` into the `stg_microsoft_ads__campaign_daily_report` table in order to account for campaign budgets that end midday. Including `budget_association_status` as another grain to test by, will reduce tests failing due to non-uniqueness of rows. This change will therefore yield an update this package's `integration_tests/seeds/microsoft_ads_campaign_performance_daily_report_data`.
Copy link
Contributor

Choose a reason for hiding this comment

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

should we note that this change only really affects the source package and not the final campaign report model?

@fivetran-sheringuyen fivetran-sheringuyen merged commit 3e5b479 into MagicBot/dbt-utils-cross-db-migration Nov 3, 2022
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.

2 participants