Forum Discussion
Ben-Dev
3 years agoHelper II
PQ in Azure Data Factory - Mashup Engine or Transposition
Hello, The documentation for Azure Data Factory's 'Execute Power Query activity' states: > To achieve scale with your Power Query activity, Azure Data Factory translates your M script into a data f...
- 3 years ago
so, when using PQ from ADF, instead of my M expression being run by a mashup engine, it is never touched by a mashup engine but instead the M expression is simply translated into an ADF data flow (Spark) script and run by Spark
That's correct.
Ehren
3 years agoMicrosoft Employee
so, when using PQ from ADF, instead of my M expression being run by a mashup engine, it is never touched by a mashup engine but instead the M expression is simply translated into an ADF data flow (Spark) script and run by Spark
That's correct.
Ben-Dev
3 years agoHelper II
Thank you!