Additional Configuration Options
DQ dimensions
By default, which DQ dimensions contribute to overall quality matches the global settings, defined in Data Quality > Settings > DQ Dimensions. However, you can override this configuration on the monitoring project level.
To define a custom configuration for DQ dimensions on your monitoring project:
-
Navigate to the project Overview tab.
-
In Overall quality contribution, select which dimensions you want to contribute to overall quality results for that project.

Parallel processing
By default, one DQ evaluation job is created for each data source.
Application admins can increase global parallelization, splitting each of these jobs into multiple smaller jobs to improve performance. This can be done both globally or per monitoring project.
If both are configured, project settings take priority over global settings. |
Global configuration
Parallel processing is configured globally via the property plugin.monitoring-project.ataccama.one.monitoring-project.dq-processing-parallelism
.
See MMM Configuration for more information.
Filter by attribute
It is possible to use attributes as filters on the Report tab when you are viewing results at the catalog item level. To do this:
-
In the required project, select the Configuration & Results tab.
-
Select a catalog item.
-
For the required attribute either:
-
Select the Filter by option to enable the filter.
-
Use the dropdown in the Filter by column if you want to add a custom name for the filter:
-
Select Use attribute as a filter for DQ results to enable filtering with the selected attribute.
-
Specify a name for the filter. If you do not specify the filter name, the filter name is the same as the attribute.
-
-
-
Publish the changes to the project.
Attribute filters are not visible on the screen from which you enable them. If filters are enabled, you can use them on the Report tab when looking at results for the relevant catalog items. |


Filter complexity limits
When using attributes for filtering, be aware of the following limitations to ensure your monitoring project runs successfully.
- Number of attribute values
-
Attributes with a high number of values increase filter complexity and increase the risk of monitoring project failing due to processing limits.
Depending on the number of distinct values in a given attribute:
-
<100 values: The attribute can be safely used as a filter.
-
100-20 000 values: Using such attribute increases risk of monitoring project failing.
-
>20 000 values: Using such attribute results in the monitoring project failing.
-
- Number of filter combinations in pushdown processing
-
For pushdown processing, the maximum total number of filter combinations is 10 000. If this limit is exceeded, the job fails.
You can increase this limit by configuring the
plugin.snowflake.ataccama.one.dim-comb-limit
property in thedpe/etc/application.properties
file.Increasing this limit might result in higher resource consumption on the database side.
Turn off rule suggestions
Power users can turn off rule suggestions in monitoring projects via the property plugin.monitoring-project.ataccama.one.rule-suggestions-enabled
.
For more information, see MMM Configuration.
Update rule references
If your monitoring project contains mappings to rules that have since been edited, you are notified on the Configuration & Results screen.
If you have view-only permissions for monitoring projects, this notification is not visible. |
-
To update the rule instances to the latest version, select Update for this project.
-
If the update is successful, publish the changes to continue.
-
If there are validation errors you are notified and it is necessary to resolve the issues before you can continue working with the monitoring project.
Validation errors can occur, for example, if an input attribute data type is changed, and if an input attribute was added or removed.
-
Invalid results samples
The invalid results sample provides an opportunity to see a sample of records that are non-compliant with the DQ rules applied.
To change the configuration of invalid results samples:
-
Navigate to the Configuration & Results tab.
-
Using the three dots menu in the Data Quality section, select Configuration of invalid results samples.
-
In Configuration of Invalid Results Samples, do the following:
-
Select Prepare invalid samples.
-
Set the size of the sample per catalog item by entering the required number.
-
-
Select Save to apply the changes.
-
If invalid results samples are disabled in a monitoring project, they are not generated at all (that is, not saved). |
Was this page useful?