Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
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