Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Data Replication in Dev & Test Workareas for Data Engineering

We are going to have Dev Test and Production Data Engineering workareas managed by deployment pipelines. We are dealing with a very large enterprise scale telecoms datalakehouse. What are the methods...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi Anonymous,

    Thanks for reaching out to the Microsoft fabric community forum.

     

    Yes, we can Create a trigger configuration table that specifies which pipelines to run in each environment (Dev, Test, and Production). This table can contain permissions or flags indicating active pipelines per environment. The deployment process should include logic to read from this table and determine which pipelines are enabled based on the current deployment context.

     

    By implementing a flexible and dynamic approach, using configurable pipeline controls and execution logic based on the deployment environment, you can significantly minimize the risk of unnecessary data backfilling in your Dev and Test environments. This not only saves resources but also creates a clearer and more manageable environment for testing and development.

     

    • Create a configuration process where each pipeline has a flag or setting that indicates its intended environment (Dev, Test, or Prod). Modify your deployment process to only execute pipelines based on the current environment context.
    • For example, when deploying to Dev, check only the pipelines marked for Dev execution in your configuration. This can be achieved through a similar logic in your deployment scripts.
    • Utilize staging tables or intermediate storage for preparing data before it’s replicated to Dev and Test. This allows for transformation and cleansing without touching production assets. Implement a pipeline that pulls data from the staging area into the Dev/Test environments based on the configuration settings.

    For detail information please refer the documentation link for your better understanding:

    https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/deploy-content?tabs=new#deploying-options

    https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/get-started-with-deployment-pipelines?tabs=from-fabric%2Cnew%2Cstage-settings-new#step-1---create-a-deployment-pipeline

     

    I hope my suggestions give you good ideas, if you need any further assistance, feel free to reach out.

     

    If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.

     

    Thank you.