Skip to main content

data_quality_profile_annotations

Creates, updates, deletes, gets or lists a data_quality_profile_annotations resource.

Overview

Namedata_quality_profile_annotations
TypeResource
Idaws.glue.data_quality_profile_annotations

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
put_data_quality_profile_annotationreplaceregion, ProfileId, InclusionAnnotationAnnotate all datapoints for a Profile.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

REPLACE examples

Annotate all datapoints for a Profile.

REPLACE aws.glue.data_quality_profile_annotations
SET
ProfileId = '{{ ProfileId }}',
InclusionAnnotation = '{{ InclusionAnnotation }}'
WHERE
region = '{{ region }}' --required
AND ProfileId = '{{ ProfileId }}' --required
AND InclusionAnnotation = '{{ InclusionAnnotation }}' --required;