You really should not be doing imports in transforms (or any other def
s where you can avoid it). Delegate to a project library utility script, like shown here:
1 Like
You really should not be doing imports in transforms (or any other def
s where you can avoid it). Delegate to a project library utility script, like shown here: