Environment for print Capture on AWS GLUE

1k Views Asked by At

Where can I see, for example, the prints that are written in my AWS GLUE script? Like a terminal screen that shows me the messages that were stored in a print. I need to print the schema being generated for my data output and see if it matches what I need and understand where my script is breaking.

1

There are 1 best solutions below

1
Bob Haffner On BEST ANSWER

Print statements are captured in CloudWatch logs

You can view them in the Console by clicking the Logs link in the History tab

enter image description here