Can I extend a model to include computed fields?

Can I extend a model to include computed fields?

So sorry for the delay here, @bhattr — and yes, you can!

There are some differences in how various connectors handle things like computed fields. One escape hatch we offer—in the event introspection doesn’t pick this up—is an option called native queries. This, or using a lambda connector, typically covers any of these needs.