0

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?

Mori E
  • 11
  • 4
  • Drag another python tool onto your workflow canvas. Drag on as many as you need, each one running a subset of your original script. – johnjps111 Jan 19 '22 at 05:58
  • 1
    Why do you need to use Alteryx if you already have it in Python? If you really need to do it in Alteryx, convert the Python script into Alteryx tools. The built in Python tool is super buggy and managing environments is a giant pain. – DixieFlatline Jan 25 '22 at 01:51
  • @DixieFlatline I need real-time connection to database (with automated config) and ultimately data feed from Alteryx workflow to tableau for reporting. I'm currently running a jupyter notebook on my local machine and I ran out of memory (kernal dies) when I try to merge multiple dfs due to high cardinality and volume. – Mori E Jan 27 '22 at 02:16

0 Answers0