-
Notifications
You must be signed in to change notification settings - Fork 143
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
Multi-project support on BigQuery error #308
Comments
I don't recognize that as a package error. What version of the dbt BigQuery adapter are you using? Is this a new project? Or are you upgrading to the latest version of dbt-GA4? |
Hello @dgitis, This is not a new dbt project, we've been using this package for a while, but only with 1 google analytics property. We are using 1.7.0 dbt adapter version:
Once we add "combined_dataset", this error appears. As per my understanding this parameter enables macro, which combines all properties into one before executing models, but it fails. Thank you for your insights. |
@adaskaval yes, when combining properties, this macro is run: https://github.com/Velir/dbt-ga4/blob/main/macros/combine_property_data.sql Can you try to manually execute some of the commands in that macro? I have a feeling this is either related to your dbt execution environment or GCP settings. I've never seen that error. For example, can you try to run a command like this (filling in your own sample source/target table):
|
Package version:
My setup:
Error:
The text was updated successfully, but these errors were encountered: