Simple question - how can I view the SQL query that alteryx is using to run my workflow?
I've googled and found info about a 'dynamic output' node, but I can't find that node in alteryx - it might be in a previous version?
Simple question - how can I view the SQL query that alteryx is using to run my workflow?
I've googled and found info about a 'dynamic output' node, but I can't find that node in alteryx - it might be in a previous version?
A couple answers:
Are you using the In-database tool? These tools generate SQL in the back-end and you can extract this using the Dynamic output in-db tool.
If you are using the tools outside of the in-database category, these will not generate SQL code a they are in-memory processes.
It may be in the Input Data tool if you have a SQL connection..
If you use PASW(SPSS) Modeler then it compiles workflow to SQL as much as it can...