dbt-labs / dbt-event-logging

a dbt package to make auditing dbt runs easy.

Home Page:https://hub.getdbt.com/dbt-labs/logging/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does this support BigQuery?

darrenhaken opened this issue · comments

Hey @darrenhaken - I think this should work, but this package is probably not a good paradigm for BQ. While really none of the databases that dbt supports are intended to receive many small insert statements, BigQuery in particular has limits around how many times an insert can be run against a table in a given day.

We have a draft PR that will batch insert all of these stats at the end of the run - I think that might be a long-term better approach here.

+1 for BQ

A reminder to myself: The v0.2.0 release introduces further problems for BQ: there is an assumption that target.user exists, and that's never the case for BQ users