Snowflake IO cannot figure out withQuotationMark

2021-07-19 Thread Daniel Mateus Pires
Hi there, I'm trying to write to Snowflake using Beam, it writes down the CSV where a row looks like this: 'test','123','2021-05-28','','true' I see that everything is quoted with a single quote (') by default, which is fine, and confirms what I read in the documentation of withQuotationMark. I h

BigQuery Storage API read hit Quota

2022-11-15 Thread Daniel Mateus Pires
hey we have a big job that fails after it hits BigQuery Storage API Read quota limits, we’ve increased it once already but it keeps happening. When a job fails we see a spike of 429 s on the API Monitoring page for “ReadRows” and eventually we see "The worker lost contact with the service in Datafl

Re: BigQuery Storage API read hit Quota

2022-11-15 Thread Daniel Mateus Pires
rry > > On Tue, Nov 15, 2022 at 5:53 AM Daniel Mateus Pires > wrote: > >> hey we have a big job that fails after it hits BigQuery Storage API Read >> quota limits, we’ve increased it once already but it keeps happening. >> When a job fails we see a spike of 429 s on the AP