lookupClusterId

Experimental operator to lookup cluster ID.

This is an experimental operator with sole purpose to find cluster id, where cluster_id is assigned manually or can be assigned using cluster operator which assigns clusters the data and assigns cluster_id to each of the group suing Machine learning techniques.
This operator lookups clusterId from lookupTable based on the usersList and reposList columns.

Note: This is an experimental operator.

Operator Usage in Easy Mode

  1. Click + on the parent node.
  2. Enter the Lookup Cluster ID operator in the search field and select the operator from the Results to open the operator form.
  3. In the Table drop-down, enter or select a lookup table that contains clusterId.
  4. In the Users List Column, enter the name of a column that contains the list of users.
  5. In the Repos List Column, enter the columns that contain a list of repos (comma-separated).
  6. In the Cluster ID, enter the cluster id that usersList and reposList belong to.
  7. In the Scoring Table drop-down, select the table name that you want to add clusterId from lookupTable.
  8. In the User Column, enter the user column in the scoring table.
  9. In the Repo Column, enter the name of the repo column in the scoring table.
  10. Click Run to view the result.
  11. Click Save to add the operator to the playbook.
  12. Click Cancel to discard the operator form.

Usage Details

lookupClusterId(lookupTable:TableReference, usersListColumn:String, reposListColumn:String, clusterId:String, scoringTable:TableReference, userColumn:String, repoColumn:String)

Parameters:
lookupTable (TableReference) - Lookup table that contains clusterId
usersListColumn (String) - Column that contains list of users (comma-separated)
reposListColumn (String) - Column that contains list of repos (comma-separated)
clusterId (String) - Cluster id that usersList and reposList belong to
scoringTable (TableReference) - Table name that we want to add clusterId from lookupTable
userColumn (String) - User column in the scoring table
repoColumn (String) - Repo column in the scoring table

Returns:
An input table with additional lhub_cluster_id is returned'


© 2017-2021 LogicHub®. All Rights Reserved.