seamless
seamless copied to clipboard
Inline transformer pin assignment does NOT upload it to the database
ctx.tf = lambda a, b: a + b
ctx.tf.a = 4
will give a CacheMissError for "4"
This may or may not be a bug.
This can be desired behaviour if ctx.tf.a
is very big!