Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Export Alteryx code to Python

Marijaz
5 - Atom

Hello,

I am new  Alteryx user. I hope I will find here answers to my questions.

For the beggining I have 2:

1. Is it possible to Export Alteryx code in Python? Could someone explain how?

2. Is it possible to Export Alteryx code in SQL? How?

 

Thank you in advence.

Best regards

2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @Marijaz 

 

Do you mean, some way of transforming an Alteryx Workflow to a Python Code or a SQL code that would do the same thing that the workflow would do?

 

No, right now there is no way of doing this automatically.

apathetichell
20 - Arcturus

You can export In-DB SQL code via Dynamic Output In-DB. Choose the Query as your output. Alteryx is not Python based (and to be blunt - it would not be economically efficient if they offered automatic python conversion for whole workflows). You can look at an Alteryx workflow in notepad to see the underlying .xml

Labels
Top Solution Authors