system.kanoa.quality.config.getTolerances(paramsDict)
Returns attribute tolerances based on the passed parameters. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - attributeId | Integer | |
| - attributeName | String | |
| - attributeToleranceId | Integer | |
| - enabled | Boolean | |
| - itemClassId | Integer | |
| - itemId | Integer | |
| - itemSetId | Integer | |
| - path | String |
Returns
toleranceData pyDataset
Example
paramsDict = {'enabled': True}
toleranceData = system.kanoa.quality.config.getTolerances(paramsDict)