JC

Results 3 issues of JC

Hi there, I want to use service accounts without physically downloading the keys (this is even mentioned by Google as best practice). It's working well without `backend "gcs"`. However, when...

bug
backend/gcs
new

Hey guys, To fix the issue raised in https://github.com/elementary-data/dbt-data-reliability/issues/675 I added support for query_max_size to the insert_rows_method `chunk`. This addition is important to prevent errors like `The query is too...

Hi guys! I've added arg chunk_size when calling insert_rows to fix the error `Maximum number of resources referenced per query are 1,000 resources` serval days ago. https://github.com/elementary-data/dbt-data-reliability/pull/669 However, a new...