Hi all,
I'm trying to implement stemming via Python in Alteryx. However, even when there is a "Success: writing outgoing connection data 1" message in Python, there are no data shown in the outgoing anchor.
This is the error that I encountered.
I saw these posts.
However, by reverting my designer layout does not solve my issue.
Please help. Have attached the workflow for reference.
Thanks and regards,
W
Solved! Go to Solution.
The workflow should still be published. Can you view it and run it in the gallery?
Thanks for the reply! I actually didn't think of checking the gallery itself after encountering the error but turns out it is there and it runs ok after I downloaded it from another machine
But it won't work when I tried to run it on the gallery itself.
I believe the Python Tool is disabled by default, but I'm not sure on this specific error. I'd recommend working with your admin or Alteryx support to get this workflow to run.
Correct -- the Python tool is a Gallery restricted tool because it has the potential to access/modify files outside of the workflow. That said, a gallery admin can make an exception if you send them a request. If this is the Alteryx public gallery, you can send an email to curator@alteryx.com. For more information see https://gallery.alteryx.com/#!exemption
Hi @yixuankang,
Is this issue resolved for you? Is the solution - to check with admin if Python has been disabled or not?
Can you please suggest what your resolution was? I am facing the same issue.
If you want to get rid off the python error no valid metadata you can encapsulate the python script into a macro following the steps I describe in this article: Python macros in Alteryx, how to get rid of the valid metadata error | by Alberto Hernández | May, 2...
Hi,
I was contfronted to the same issue. For me, it solved it when I launched Alteryx in "run as an administrator". But I do not of this solution globally apply or it is just related to my configuration of Alteryx.