system.kanoa.attribute.getAttributeAssetLinks
Description
Returns attribute asset links based on the passed parameters.Syntax
getAttributeAssetLinks(paramsDict)- dictionary paramsDict - {'assetId': 18, 'enabled': True, 'attributeName': 'some attribute', 'attributeId': 7, 'attributePath': 'some path'}
- dataSource data - pyDataset
Code Examples
# Example usage
paramsDict = {
'assetId': 18,
'enabled': True,
'attributeName': 'some attribute',
'attributeId': 7,
'attributePath': 'some path'
}
data = system.kanoa.attribute.getAttributeAssetLinks(paramsDict)
print(data) # Print the attribute asset links data