You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 8.0 Upgrade Assistant we can see the following critical error for old transform configurations:
The help text tells the user to use _update or _upgrade to fix this issue, but it would be good to include the full endpoint (/_transform/<transform_id>/_update or /_transform/_upgrade) to give the user a more concrete instruction. It might also be good to mention that /_transform/_upgrade will fix this for all transforms while /_transform/<transform_id>/_update will only operate on a single transform.
Maybe something like this?
Use [/_transform/tf2c/_update] to update the configuration of [tf2c] or [/_transform/_upgrade] to do it for all transforms.