Hi,
I created a custom transformer which includes a PythonCaller to run a little script, worked fine while the transformer was embedded.
I exported the custom transformer and added it to another workspace as a linked transformer, and now get the error:
"The workspace is set to use `Python 3.9+', but the workspace contains a linked custom transformer with an incompatible Python Compatibility of `Python 2.7'. Please update the Python Compatibility of the workspace or the linked custom transformer"
Both the workspace and the custom transformer are set to Python3.9+It works fine if I embed the transformer again. Any idea how I can resolve this?