-
Notifications
You must be signed in to change notification settings - Fork 127
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
[Bug]: Error when upgrading to 2.4.0 on BigQuery #343
Comments
Hi @jdewet03 . Thanks for raising and sorry you are seeing this error. We are not able to replicate it locally, so I need to ask a few follow up questions to work out the cause. How large is your project? Specifically how many models do you have? |
We have 175 models |
Additional context and exact sequence of events:
|
I have started to see the same issue |
Closing as should be fixed by |
Overview
We're unable to successfully run
dbt run --select dbt_artifacts
when upgrading to 2.4.0on-run-end failed, error:
The query is too large. The maximum standard SQL query length is 1024.00K characters, including comments and white space characters.
How to reproduce
On dbt solution using BigQuery:
dbt run --select dbt_artifacts
We also tried deleting our dbt_artifacts schemas but same error
Expected behaviour
We expect to see the dbt command above complete succesfully
Screenshots
Environment
Results of running
dbt --version
:Please paste the contents of your
packages.yml
file here:The text was updated successfully, but these errors were encountered: