Available in...
Open Studio for Data Quality
Procedure
-
Click the [+] button at the bottom of the
Contexts view to add lines in the table.
Suppose that you want to profile a postal_code column and you want to analyze the postal codes that start with 15 in the development environment and with 75 in the production environment. You also want to allow different concurrent connections per analysis in the two environments.
-
Click in the Name field and enter the name of the
variable you are creating.
In this example, the first variable is where_clause.
-
Repeat the above steps to define all the variables for the different
contexts.
In this example, set the value of the where_clause variable in the Test context to
postal_code like '15%'
, and for the Prod context topostal_code like '75%'
. Set the value for the concurrent connections per analysis in the development and production environments to three and five respectively.