system.kanoa.quality.config.sheets.getAlertGroups
Description
Gets alert groups linked to a check sheet in KanoaQDS.Syntax
getAlertGroups(chkShtId)- chkShtId - ID of the check sheet (int).
- data - A dataset containing information about alert groups linked to the check sheet (pyDataset).
Code Example
# Usage example
chk_sht_id = 56
alert_groups_data = system.kanoa.quality.config.sheets.getAlertGroups(chkShtId=chk_sht_id)
print(alert_groups_data)