We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Can I suppress the Python tool metadata error?

FilipR
11 - Bolide

Is there a way to suppress the "Run the workflow to generate valid metadata" error the Python tool is always showing before you run it?

 

I have a macro which uses the Python tool. I don't want other users to be confused by this error.

2 REPLIES 2
alberto_herni
9 - Comet

Hi @FilipR,

 

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 | Medium

 

If that resolves your issue please mark this as solved.

 

Regards,

Alberto

FilipR
11 - Bolide

@alberto_herni it works! Thank you very much!

Labels
Top Solution Authors