Forum Discussion

Ben-Dev's avatar
Ben-Dev
Helper II
3 years ago
Solved

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...
  • Ehren's avatar
    Ehren
    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.