Alex Wenzel

Results 4 comments of Alex Wenzel

@nateprewitt That makes sense, thanks for the quick review/reply!

For what it's worth, the code I was debugging includes: ```python file_size = int(r.headers['Content-Length']) chunk_size = int(file_size / 50) ``` ...so files smaller than 50 bytes would hang forever. I...

I am receiving `ThrottlingException` errors frequently from the report I built with the connector. The report also seems to be pulling new data constantly even though I'm not editing any...

No @rdgrocha, from my recollection, I ended up creating an intermediate script that aggregated data into a Google Sheet and then pulled it into Data Studio from there.