Pedro Gillet Soares
Pedro Gillet Soares
Im my case, we use the DBT [grant](https://docs.getdbt.com/reference/resource-configs/grants#configuring-grants) feature to manage access in BigQuery roll level security, and every time we include a new Service Account or user to the...
Still a problem. An annoying one.
Adding ``` vars: insert_rows_method: "chunk" dbt_artifacts_chunk_size: 1000 query_max_size: 1000000 ``` to the dbt_project.yaml worked for me. I'm using Elementary on 0.16.1 and DBT on 1.8.8 (using dbt-bigquery 1.8.3)