sematic icon indicating copy to clipboard operation
sematic copied to clipboard

Persist inline value and display in UI

Open neutralino1 opened this issue 2 years ago • 1 comments

The @sematic.func decorator accepts an inline argument whose default value is True.

An inline Sematic Function will run in the same process as its driver job. It only applies to CloudResolver and means that the function executes in the driver Kubernetes job, in the same process as the resolver.

Right now the value on the inline argument is only stored in memory and not persisted to the DB. This Issue is to persist it in the DB and display it somewhere in the UI.

neutralino1 avatar Sep 28 '22 04:09 neutralino1

Update: inline has been renamed to standalone, and its value flipped.

tscurtu avatar Jul 20 '23 16:07 tscurtu