Closed awoehrl closed 8 months ago
hi there @awoehrl thanks so much for opening this and taking the time to contribute your PR! your code change seems very straightforward and sensible to me -- our team will prioritize reviewing and merging it in in the upcoming sprint 🙂
@awoehrl thanks again for opening this issue and the corresponding PR! This is now live in the latest version. As such, I will close out this Issue. Thank you again 😄
Is there an existing issue for this?
Describe the issue
In
apple_store__subscription_report
, there is a join onstate
but that field will be null for most countries. This results in metrics like event_renew, event_cancel, event_subscribe being 0 as the rows are not joined correctly.Relevant error log or model output
No response
Expected behavior
Correctly get all required rows from all joins
dbt Project configurations
-
Package versions
What database are you using dbt with?
bigquery
dbt Version
1.7.7
Additional Context
No response
Are you willing to open a PR to help address this issue?