You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried upgrading dbt-artifacts from 2.4 to 2.6. the upgrade was successful, however after our job ran the artifact was not able to be uploaded to bigquery as the query was too long.
How to reproduce
Expected behaviour
We would expect the artifact data to be uploaded to bigquery and the job not to fail
Screenshots
Environment
Results of running dbt --version:
dbt=1.6.5
# Add the results here
Please paste the contents of your packages.yml file here:
packages:
------------------------------------------------------------Invoke dbt Command
------------------------------------------------------------dbt deps05:00:49 Running with dbt=1.6.505:00:49 Installing dbt-labs/dbt_utils05:00:49 Installed from version 1.1.105:00:49 Installing calogica/dbt_expectations05:00:50 Installed from version 0.10.005:00:50 Installing dbt-labs/codegen05:00:50 Installed from version 0.11.005:00:50 Installing data-mie/dbt_profiler05:00:50 Installed from version 0.8.105:00:50 Installing dbt-labs/dbt_project_evaluator
The text was updated successfully, but these errors were encountered:
Hello. As noted in #369 we added a new feature in 2.6.0 which will hopefully help here. In a previous release, we added an additional all_results column which contained a JSON object of all results for people to be able to do their own analysis on. However, this increased the query size dramatically, which is why these issues started arising.
In the latest release, I've added a variable that will stop this behaviour to reduce the query size. Please can you try adding the following as a variable in your dbt_project.yml file and see if that resolves it?
Overview
Tried upgrading dbt-artifacts from 2.4 to 2.6. the upgrade was successful, however after our job ran the artifact was not able to be uploaded to bigquery as the query was too long.
How to reproduce
Expected behaviour
We would expect the artifact data to be uploaded to bigquery and the job not to fail
Screenshots
Environment
Results of running
dbt --version
:dbt=1.6.5
# Add the results here
Please paste the contents of your
packages.yml
file here:The text was updated successfully, but these errors were encountered: