Forum Discussion

CoffeeAddictMk2's avatar
CoffeeAddictMk2
Frequent Visitor
3 years ago
Solved

Deployment Pipeling Dataflows and linked entities

Im trying to utilise deployment pipelines however having an issue where a master dataflow (fed from other dataflows in the pipeline) isnt updating to the new workspaces as it is promoted unless the d...
  • CoffeeAddictMk2's avatar
    CoffeeAddictMk2
    2 years ago

    I have a solution though the use of Parameters to update the workspace to the different workspaces in the pipeline as a dataflows are progressed.

     

    The issue was I need to combine Years worth of excel extracts from sharepoint for multiple data sources as I cannot access the servers directly due to lack of gateway.

     

    Dataflow A  - 24 excel files for Y data

    Dataflow B - 24 Excel files for Z data

     

    (there were more sources but simplifying it) These 2 dataflows, append and transform their data so they match field names and are appended to each other in dataflow C

     

    in the dev space i only want to append 2 files for each data set and in the test and prod space i wanted all the data.

     

    By Setting up a workspace parameter and changing the Navigation1 step to 

    Navigation{[workspaceName=""&Workspace&""]}[Data]
    This enables me to change the workspace the unloaded dataflow refreshes it data from as it moved through the pipeline.