aws-samples / aws-glue-samples

AWS Glue code samples
MIT No Attribution
1.44k stars 820 forks source link

added the example transform to Publish the results from Glue DQ to Datazone #157

Closed fnapolitano73 closed 3 months ago

fnapolitano73 commented 3 months ago

With this pull request I am providing the code for a custom transform that will read the output (DQ result) of the Glue Evaluate DataQuality Transform and converts it in the right format to finally publish the result in Amazon Datazone correct asset.

Issue #, if available:

Description of changes: Added two files:

post_dq_results_to_datazone.json ==> containing the configuration information of the transform. post_dq_results_to_datazone.py ==> containing the actual code for the transform.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

moomindani commented 3 months ago

Thanks for your contribution ;)