Hi all,
We just noticed that with AMP Engine the In-DB tools with Snowflake don't run in parallel, which we don't understand the reason behind it.
If we separate the workflow in multiple workflows and execute each part separately at the same time, we can see all the threads in Snowflake, one thread per workflow.
Why can we execute multiple concurrent workflows in Snowflake but within the same workflow Alteryx doesn't create any concurrent thread?
Thanks in advance,
Bruno
In-DB tools are single threaded. They have a single interaction with the ODBC driver. This is not surprising behavior.
IN-DB tools are not AMP tools and use original engine.