Hi all, We have an ETL that processes a bunch of f...
# ask-community
y
Hi all, We have an ETL that processes a bunch of files and writes their contents to bigquery using
load_table_from_dataframe
It seems like it works for a while, but then data stops getting written to bigquery, but there's no error thrown. The ETL continues to run, but the data was not added. Has anyone run into this? I realize this is probably more of a bigquery question
dagster bot responded by community 1
🤖 1
m
When you look at the project history in BigQuery, do you see a job entry indicating that BigQuery even tried to do anything?
y
Oh! I see it says quote exceeded. darn
Thanks!