Alteryx workflow using python
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Arjunreddy
5 - Atom
03-29-2023
12:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
Labels:
- Labels:
- Common Use Cases
1 REPLY 1
martinding
13 - Pulsar
03-29-2023
02:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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/
