Forum Discussion

sapientcompany's avatar
sapientcompany
Advocate II
4 years ago
Solved

Deployment Pipelines with Embedded SKU

Does anyone know if deployment pipelines share resources with an embeded SKU.  For example, if I have A3 and I setup a deployment pipeline, will each workspace created (Dev, Test etc...) share the A3...
  • Nimrod_Shalit's avatar
    Nimrod_Shalit
    4 years ago

    Each dataset stands on its own, so it will require data to be able to work in each of the stages.

    Your problem is something multiple customers are facing, and it is usually solved in 2 ways:

    1. Have a separate DB for each stage, so that dev/ test are loaded only with small amount of data. You can configure rules in a pipeline to control the connections across stages, so Prod is unaffected.
    2. If you only have 1 data source to retrieve the data, you can use M parameters to control the amount of data that's being pulled in dev/test. Through param rules you can control the values across stages and make sure Prod stage is unaffected.