The Inspire Pin contest has begun! Win a free pass to Inspire by submitting your design to be made into a real-life pin! Submission details can be found here.
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?
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/
