Name | Type | Description | Notes |
---|---|---|---|
id | str | The ID of the new Data Quality Rule. Should be unique within all data quality rules.<br/>It should have a format of universally unique identifier (UUID) and should not start with<br/><code>00000000-0000-0000-</code> which is a reserved prefix. | [optional] |
name | str | The name of the new data quality rule. Should be unique within all data quality rules. | |
description | str | The description of the new data quality rule. | [optional] |
categorization_relation_type_id | str | The ID of the categorization relation type. | |
data_quality_metrics | list[DataQualityMetricRequest] | The Data Quality Metrics that should be assigned to the rule that is going to be created. | [optional] |
relation_trace_entries | list[RelationTraceEntryRequest] | The list of entries that describes relations along which the data quality result is calculated. |