Glue / Client / put_data_quality_profile_annotation
put_data_quality_profile_annotation#
- Glue.Client.put_data_quality_profile_annotation(**kwargs)#
- Annotate all datapoints for a Profile. - See also: AWS API Documentation - Request Syntax- response = client.put_data_quality_profile_annotation( ProfileId='string', InclusionAnnotation='INCLUDE'|'EXCLUDE' ) - Parameters:
- ProfileId (string) – - [REQUIRED] - The ID of the data quality monitoring profile to annotate. 
- InclusionAnnotation (string) – - [REQUIRED] - The inclusion annotation value to apply to the profile. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – - Left blank. 
 
 - Exceptions- Glue.Client.exceptions.EntityNotFoundException
- Glue.Client.exceptions.InvalidInputException
- Glue.Client.exceptions.InternalServiceException