In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!
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