Forum Discussion

IAMCS's avatar
IAMCS
Icon for Helper I rankHelper I
10 months ago
Solved

Semantic model refresh pipeline activity

I have a pipeline which is as follow: app refers to staging layer ptf refers to bronze layer ent refers to silver layer vis to gold Currently the screenshot is from test worksapce , but ...
  • rohit1991's avatar
    10 months ago

    Hi IAMCS 

     

    The semantic model refresh activity uses the same connection that was set up during configuration. If that connection has the right permissions in all your dev, test, and prod workspaces, it can be used across environments without any issue. That’s why your pipeline runs successfully in the test workspace using the dev connection.

     

    However, creating a separate connection for production, as you did, is a smart choice. It keeps your environments isolated, helps avoid accidental refreshes, and makes managing access much easier. So yes, one connection can technically work everywhere, but keeping a separate one for prod is definitely the better and safer setup.