Michael Kuhlen

Results 4 comments of Michael Kuhlen

> Deleting models and bentos are on our roadmap, it's a bit tricky because it may break "deployment rollback" feature in some cases, and needs to invalidate relevant deployment snapshots....

Thanks both. `custom_objects` is an interesting suggestion, @parano. Thanks, I'll investigate that solution. Still think it might be useful to allow users to expose methods on the model that don't...

Thanks, that makes sense, @sauyon. I'm fine with closing this issue.

I would format this query like so: ``` WITH a AS foo ( SELECT a , b , c FROM d RIGHT OUTER JOIN e ) SELECT a , b...