Skip to content

Put Data Quality Profile Annotation

glue_put_data_quality_profile_annotation R Documentation

Annotate all datapoints for a Profile

Description

Annotate all datapoints for a Profile.

Usage

glue_put_data_quality_profile_annotation(ProfileId, InclusionAnnotation)

Arguments

ProfileId

[required] The ID of the data quality monitoring profile to annotate.

InclusionAnnotation

[required] The inclusion annotation value to apply to the profile.

Value

An empty list.

Request syntax

svc$put_data_quality_profile_annotation(
  ProfileId = "string",
  InclusionAnnotation = "INCLUDE"|"EXCLUDE"
)