Closed Igor-Kuzenkov closed 1 year ago
Hi @Igor-Kuzenkov thanks so much for raising this with our team.
I am looking into this to understand what may have been incorporated in the latest version of dbt-core that is not compatible with our package configuration. I will post back once I discover more.
@Igor-Kuzenkov I was able to find the root of the issue! It turns out there was a way we structured the yaml for an enable config in the recent release of Amazon Ads that did not cooperate with the latest version of dbt-core.
Fortunately, it is a simple fix and should be able to be addressed in the above Amazon Ads #5 PR. I am having my team review and will work to get this rolled out shortly.
Thanks again for raising this to our team!
@Igor-Kuzenkov this issue was just addressed in the latest release of the Amazon Ads package and should be resolved now. Feel free to run another dbt deps and run to see the issue resolved.
As such, I will close out this bug report. Please feel free to reopen it if you still see the issue. Thanks again for your timely report of this issue. It helped us quickly address the bug for users on the latest version of dbt. 😄
Magic happened. Working well now. Thank you, @fivetran-joemarkiewicz, for the quick fix!
Is there an existing issue for this?
Describe the issue
Recently
dbt-core
was upgraded to1.4.1
and plugindbt-snowflake
to1.4.0
. After this upgradead_reporting
1.2.0
does not work.Relevant error log or model output
Expected behavior
ad_reporting
package1.2.0
works correctly withdbt-core
1.4.1
anddbt-snowflake
1.4.0
.dbt Project configurations
In my case four ads systems are enabled:
No other specific settings.
Package versions
What database are you using dbt with?
snowflake
dbt Version
Additional Context
The same
ad_reporting
package version1.2.0
worked fine withdbt-core
version1.3.2
anddbt-snowflake
plugin1.3.0
.Are you willing to open a PR to help address this issue?