foundry_dev_tools.clients.data_health module#
Implementation of the data-health API.
- class foundry_dev_tools.clients.data_health.DataHealthClient[source]#
Bases:
APIClientDataHealthClient class that implements methods from the ‘foundry-data-health’ API.
- api_get_checks_for_dataset(dataset_rid, branch='master', **kwargs)[source]#
Gets all the Check RIDs available for the given Dataset RID and branch name.
- Parameters:
dataset_rid (DatasetRid) – The RID of the dataset
branch (str) – The name of the branch
**kwargs – gets passed to
APIClient.api_request()
- Return type: