Hello, If updating an existing realtime table with...
# general
p
Hello, If updating an existing realtime table with a new transformConfig, is the transformed field automatically computed for existing segments or is there some endpoint I need to call to force that computation? The same question but for altering an existing transformConfig.
🙌 1
m
Afaik auto recompute of transforms is not supported.
p
So I need to recreate the table to force the update?
m
Yeah. @User can you also confirm
n
You have to call reload segments api
m
@User Is that supported for realtime also?
n
It should work same for the completed segments
m
I see. I stand corrected then.
@User
n
Note that it will only work if the arguments to the new transform function are already present
m
Could we document this @User
p
Perfect, sounds just like my use-case thank you both!