Configure environment properties - Data360_DQ+ - Latest

Data360 DQ+ Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 DQ+
Version
Latest
ft:locale
en-US
Product name
Data360 DQ+
ft:title
Data360 DQ+ Help
Copyright
2026
First publish date
2016
ft:lastEdition
2026-01-09
ft:lastPublication
2026-01-09T10:21:53.029000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Infogix
L4_Investment_Segment
Data 360
L5_Product_Group
Data 360
L6_Product_Name
DQ+

You can use the Properties tab to parameterize values that might change across your system's environments.

  1. From the menu at the top of the screen, select Admin > Environments.
  2. To edit an existing environment, select the environment that you want to edit from the list on the left of the screen.
  3. Select the Properties tab.
  4. Click New to add a new property.
  5. When you have finished adding properties, click Save Changes.

Example

In this example, you want the URL, username, and password of a database-based data store to differ per environment. Rather than manually changing these values within the data store definition each time you move the data store across environments, you can create environment properties.

You would need to create the properties in each environment where the data store will reside. Environment properties are name:value pairs. In each environment, the properties could have the same names but different values, for example:

Environment 1 has the following properties:

Name

Value

URL

jdbc:teradata://123.45.678.910/DATABASE=test

USERNAME

databaseTestUser

PASSWORD

passwordTest

 

Environment 2 has the following properties:

Name

Value

URL

jdbc:teradata://123.45.678.910/DATABASE=prod

USERNAME

databaseProdUser

PASSWORD

passwordProd

 

Within the data store, you could then reference the environment properties by using the following syntax: ${propertyName}. For example, ${URL}, ${USERNAME}, and ${PASSWORD}. The system would then substitute the parameterized property names with their values, per environment.

Fields that support substitution

The fields that support substitution include:

Data Store

  • S3 Channel:
    • Bucket Name.
    • Folder.
  • HDFS Channel:
    • Path.
  • Filesystem Channel:
    • Path.
  • Database Channel:
    • JDBC Driver Name.
    • URL.
    • Username.
    • Password.
    • Principal Name.
    • Keytab File Name.
    • SQL.
    • Count SQL.
    • Sample SQL.
  • Kafka Channel:
    • Server.
    • Topic.
    • Value for each Additional Connection Property.
    • Registry URL.
    • Schema ID.
    • Topic.
    • Schema Naming Strategy.

Analysis

  • Output Path in Excel Output node.

Process Model

  • Message in Settings screen.
  • Message Details in Settings screen.