Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Alteryx workflow using python

Arjunreddy
5 - Atom

Hello,

 

I am a newbie in Alteryx - has anyone ever built an etl workflow using python? I know how to read and run the jupyter notebook through import script in alteryx menu but not sure how to run my code as multiple steps of workflow. Any ideas?

1 REPLY 1
martinding
13 - Pulsar

Hi @Arjunreddy,

 

Simply write your script as you would normally do in Jupyter, just make sure you properly output the results (usually as a DataFrame).

 

It doesn't matter if your scripts are in separate cells.

 

Please have a look at the following resources:

1. https://www.thedataschool.com.au/boris-kushnarev/python-in-alteryx/

2. https://www.thedataschool.com.au/sebastian-van-gerwen/5-tips-for-running-python-in-alteryx/

 

Labels
Top Solution Authors