Inconsistent documentation for DQDL rule type IsComplete

0

I get strange errors in the data quality tab of the glue studio, which seem to contradict the documentation in https://docs.aws.amazon.com/glue/latest/dg/dqdl.html#dqdl-rule-types-IsComplete:

Rule_13 IsComplete "abc"
Rule failed	Unsupported nested column type of column abc: ArrayType(DoubleType,true)!

Contradicts: "Supported column types: Any column type"

Rule_14 IsComplete "xyz"
Rule failed	Value: 0.6140889354693816 does not meet the constraint requirement!

Contradicts: "Checks whether all of the values in a column are complete (non-null)."

Is there any better way to understand what is going wrong in my case?

질문됨 일 년 전253회 조회
1개 답변
0

Hi, thank you for your feedback on the AWS Glue Data Quality preview. As for your specific questions:

  1. in the first page of the documentation on the DataQuality evaluation we mention that :"Data quality rules can't evaluate nested or list-type data sources.". So later we refer to all supported column types, still we will keep into consideration your feedback.
  2. The error message you get is specifying that the rule evaluation failed because 61.4% of the rows are actually null and that violates the constraint for the rule.

hope this helps.

AWS
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠