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.

posta 2 anni fa825 visualizzazioni
2 Risposte
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
con risposta 2 anni fa
AWS
ESPERTO
verificato 2 anni fa
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
ESPERTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande