Keith Ingersoll

Results 8 comments of Keith Ingersoll

That all sounds good to me! > current command space is a bit cluttered and confusing Yeah, unfortunately. Maybe in an ideal world we'd have two different commands, one for...

This would be a major improvement. The difficult I've had with this before is that there doesn't seem to be a good way to get the type information from a...

Oof, we might have another problem. `read_civis` accepts `columns`, which could be arbitrary SQL. So if someone were to call ```python columns = ['my_var = 1'] read_civis('table', 'database', columns =...

oh, nice. `cachetools` looks interesting.

> To be clear, this is an instance where the Civis API changed mid-notebook session and the user wanted to access the new API endpoint(s) from an existing notebook, correct?...

@stephen-hoover confirmed that this field has only ever returned Platform errors. This means queries to Redshift will return a useful error, but user's code in container jobs has never returned...

> I think the right thing to do is on an error to fetch the job log (whatever the job is) and surface the log as an error message to...

3 sounds good to me! Out of curiosity, are we able to redeploy in a way that minimizes downtime?