Data360 DQ+

Welcome to the Data360 DQ+ community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Here are some useful links where you can find more information:

Product Announcements  Product Documentation  Ideas Portal

Discussions

Members

Resources

Events

 View Only

How can we parameterized the dashboard link so that it works for all environment in process model email notification..

  • 1.  How can we parameterized the dashboard link so that it works for all environment in process model email notification..

    Employee
    Posted 09-17-2021 10:32
    I have created a dashboard in dev environment and in process model email notification put the dashboard link to notify end user,but when we moved the pipeline to production how we can globalize(parameterized) the dashboard link so that it can work for all environment.


  • 2.  RE: How can we parameterized the dashboard link so that it works for all environment in process model email notification..

    Employee
    Posted 10-21-2021 13:24

    Hi Ajeet,

    The team may utilize DQ+ environment properties to store the link, then use that property within your email notification. For example :

    ${email.link.fin.recon} 

    In doing so there will only be one environment property name, it will exist within each environment and its value is different in each environment. For example : 

    Within DEV : ${email.link.fin.recon}=X
    Within TST : ${email.link.fin.recon}=Y
    Within PRD : ${email.link.fin.recon}=Z

    Please note, the ${property.name} will be how the team references the property. When creating within DQ+, the ${} will be omitted

    Matthew Kennedy