Nicholas Zeolla
Nicholas Zeolla
Hi is anyone working on this?
This isn't something the google terraform provider has native support for, I'd recommend defining your validation rules on an input variable instead: https://www.terraform.io/language/values/variables#custom-validation-rules. Or if you want to go even...
@haritamar @Maayan-s Hi, we've added the suggested changes to the `dbt_project.yml` ``` vars: query_max_size: 100000 insert_rows_method: "chunk" dbt_artifacts_chunk_size: 500 ``` But still see this message on our longer runs (Done....
Hi @haritamar , The log events I have shared are from our logs aggregator tool, so I don't have the dbt.log file accessible currently, I'll see what else I can...
@cwmuller what were your other vars set to? & did you also experience this error? > The query is too large. The maximum standard SQL query length is 1024.00K characters,...
@haritamar Seems to have fixed things for us, thanks for investigating. Can you share the PR with the bugfix, out of curiosity? EDIT: I can also confirm this works for...
@haritamar Small update: After some further tests without the query_max_size or dbt_artifacts_chunk_size variables set, I have found that this issue does still occur, we've settled with a stable config of:...