Interactive Testing of Glue Spark Scripts

0

Is there a way to test Glue scripts interactively on single/few entries of data base tables? I am looking for an option to print out stuff in transformation steps, which would simplify my debugging.

demandé il y a 2 ans825 vues
2 réponses
1

You can also develop Glue scripts locally, if that's easier for you to debug. Instructions here. https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-libraries.html#develop-local-python

AWS
Manos_S
répondu il y a 2 ans
AWS
EXPERT
vérifié il y a 2 ans
1

Depending on the region you are using you could use the Glue Studio notebook .

Alternatively Interactive sessions will allow you to connect any Jupyter notebook to Glue and test interactively your script.

With Glue Studio you could use the data preview feature to check data in each transform.

and finally, legacy method (using Glue 1.0) would be to use dev endpoints.

hope this helps

AWS
EXPERT
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions