Skip to main content

system.kanoa.attribute.getAttributeAssetLinks

This function is part of the kanoaOPS module

Description

Returns attribute asset links based on the passed parameters.

Syntax

getAttributeAssetLinks(paramsDict)
  • Parameters
      dictionary paramsDict - {'assetId': 18, 'enabled': True, 'attributeName': 'some attribute', 'attributeId': 7, 'attributePath': 'some path'}
  • Returns
      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