Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
Free Trial

Alteryx Designer Desktop Discussions

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

How to run a python script before rest of alteryx workflow

user_7346
6 - Meteoroid

Hello,

 

The file types I am using are not supported by Alteryx so I have a python script that converts them to file types supported by alteryx. I have the python tool in my workflow, but I am not sure how to make sure that is the first thing run. If the python script is not run first then the input tools will not be able to find the files as they will not yet exist. I don't want the script to output anything, but that seems to be required so I just added a browse tool after the python tool. Is there a way to have this python tool run then continue with the rest of the alteryx workflow?

 

user_7346_0-1617113366149.png

 

10 REPLIES 10
mindact
5 - Atom

I do have a similar issue. I'm connecting to a redshift DB, with nested tables. Alteryx input tool does not support or handle nested data. Seems like Trifecta might be a solve for it, but it's not one of the options we have at my company. I'm leaning towards using a python script to import the data. Has anyone had a need to imported data from a DB with nested tables?

Labels
Top Solution Authors