Evaluating data quality rule from Scala code

0

Good Day! I am trying to use EvaluateDataQuality class from Glue API for Scala. Documentation (https://docs.aws.amazon.com/glue/latest/dg/glue-etl-scala-apis-glue-dq-EvaluateDataQuality.html) shows an example which uses import com.amazonaws.services.glue.dq.EvaluateDataQuality Unfortunately, I see this class is not included in the ETL jar for scala (AWSGlueETL-4.0.0) and that results in compile time error. I reviewed other artifacts on https://aws-glue-etl-artifacts.s3.amazonaws.com but none seem to contain dq package and mentioned class. Can you help me finding that?

Best regards Mateusz

asked 10 months ago227 views
1 Answer
0

Please open a ticket to get that solved, in the meanwhile you can use reflection.

profile pictureAWS
EXPERT
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions