Andrew W. Donoho

Results 9 comments of Andrew W. Donoho

First, don't jump through hoops on my account. Second, letting anyone get access to my private repositories is a non-starter. I suspect I am not alone. Third, I'm a patient...

@Linchin This is a program that collects values from a compute cluster. Each function returns the single row of a data frame. They are concatenated and then written to GBQ....

Presumably, the underlying Google API calls support timeouts? Is a better answer to surface exceptions that involve timeouts? (I followed the link you mentioned and because they say they don't...

From the above trace, I found the following interesting `#TODO` in `load_chunks()` line 252: ``` if api_method == "load_parquet": load_parquet( client, dataframe, destination_table_ref, write_disposition, location, schema, billing_project=billing_project, ) # TODO:...

Not as rare an error as you might hope. Happening multiple times since the first issue raise. This is from a few minutes ago. ``` Traceback (most recent call last):...

I am happy to help but I know nothing about this stack. IOW, if you need me to instrument my stack, I'm happy to do so. We capture the firehose...

@Linchin This is a program that collects values from a compute cluster. Each function returns the single row of a data frame. They are concatenated and then written to GBQ....

Presumably, the underlying Google API calls support timeouts? Is a better answer to surface exceptions that involve timeouts? (I followed the link you mentioned and because they say they don't...

From the above trace, I found the following interesting `#TODO` in `load_chunks()` line 252: ``` if api_method == "load_parquet": load_parquet( client, dataframe, destination_table_ref, write_disposition, location, schema, billing_project=billing_project, ) # TODO:...