Forum Discussion

RouyAlfahel's avatar
RouyAlfahel
Frequent Visitor
11 months ago
Solved

How to use variable library for deployment from Test to Prod?

I am working on the topic of deployment from Test to Prod systems and I have read that the variable library can be helpful. Let’s imagine a very simple case: I have a Dataflow Gen2 that reads data ...
  • v-saisrao-msft's avatar
    v-saisrao-msft
    10 months ago

    Hi RouyAlfahel,

    Dataflow Gen2 can be made dynamic by referencing Fabric Variable Library in the Power Query M code, which allows the source to switch between Test and Prod environments without relying on a Copy Data activity. However, the destination (sink) remains fixed at design time and cannot be parameterized, so adjustments for the sink must still be handled manually or through pipeline configuration.in humanize way

    Use Fabric variable libraries in Dataflow Gen2 (Preview) - Microsoft Fabric | Microsoft Learn

     

    Thank you.