Daniel Tashjian

Results 34 comments of Daniel Tashjian

I just checked and yes, the code runs in a container. It might be a mac-only issue if linux environments are not having a problem. Edit: It is 100% reproducible...

I didn't think a `CREATE TABLE` during a session would be cleaned up by BQ, I'll have to test that out. If you're open to the multi-statement query solution (wasn't...

So I proved to myself that yes, the table will be cleaned up by BQ after 24h, but it doesn't satisfy my use case for 2 reasons: 1. The table...

I recently ran into issues trying to put mocks into my pydantic models. In case this pattern helps anyone, here's what I ended up doing: ```python # application code: class...