-
Notifications
You must be signed in to change notification settings - Fork 43
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
BigQuery Materalized view getting 'NoneType' object is not iterable
#37
Comments
+1 |
1 similar comment
+1 |
I am getting the same traceback when copying This is the folder structure I have:
Am I missing anything? |
Did anyone make this work? Seems like a connected issue too: dbt-labs/dbt-core#4596 |
+1 |
in my experience, this issue is usually when you have a jinja variable in one of your models, but it does not have a default value, so when DBT tries to build the manifest, it fails. i have no idea why it has this behaviour, but it is what it is i guess. make sure you have default values |
This bug should no longer exist in the official implementation! Materialized Views have been supported in dbt since dbt-core 1.7 (November 2023). See dbt docs: materialized views and dbt docs: Big Query configurations: materialized views for more information. The version of materialized views in this experimental repo is is long-overdue for official deprecation -- it has not been meaningfully maintained or improved for over three years (see #11). If you haven't already, you should try out the official implementation! Should you encounter an issue, you can then open bug or enhancement ticket on either dbt-core or the dbt-bigquery for your current data platform. |
Here is the error I am getting by adding the default and bigquery folders to my macros folder:
The text was updated successfully, but these errors were encountered: