seamless icon indicating copy to clipboard operation
seamless copied to clipboard

Inline transformer pin assignment does NOT upload it to the database

Open sjdv1982 opened this issue 1 year ago • 0 comments

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!

sjdv1982 avatar Nov 26 '23 14:11 sjdv1982