Glue data quality; Parsing error

0

Hi, I'm implementing a case where either one column can be null, but not both in the same record. And implementing rule (ColumnValues "col_1" = NULL) or (ColumnValues "col_2" = NULL) I'm seeing below error Parsing Error: line x:xx no viable alternative at input '(ColumnValues "session_id" = NULL'

已提问 25 天前54 查看次数
1 回答
0

Addition to issue above; seems like the issue is with using NULL in the ruleset. As I'm getting same error while implementing """ColumnValues "col_name" = NULL""". Same use case is mentioned in AWS Docs, weird it's throwing error. (https://docs.aws.amazon.com/glue/latest/dg/dqdl.html#dqdl-keywords-null-empty-whitespaces_only)

已回答 23 天前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容