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.

已提問 2 年前檢視次數 825 次
2 個答案
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
已回答 2 年前
AWS
專家
已審閱 2 年前
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
專家
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南