system.kanoa.attribute.getAttributes
Description
Returns attribute based on the passed parameters.Syntax
getAttributes(paramsDict)- dictionary paramsDict - {'path': 'somePath', 'enabled': True, 'attributeName': 'some attribute name', 'attributeId': 1, 'parentId': 6}
- pyDataset data - Dataset containing attributes
Code Examples
# Example usage
paramsDict = {
'path': 'somePath',
'enabled': True,
'attributeName': 'some attribute name',
'attributeId': 1,
'parentId': 6
}
result = system.kanoa.attribute.getAttributes(paramsDict)
print(result) # Print the dataset containing attributes