Processing multiple tables in one glue job.

0

I want to create a glue job to process multiple tables in parallel. If all the tables are to be processed in the same manner, is it possible to do it in only one glue job?

demandé il y a 8 mois339 vues
1 réponse
0

Yes it is possible to process multiple tables in parallel with one Glue job. You can simply call each table in a separate DynamicFrame, and you should be able to process this data.

My only recommendation is that you take into consideration how much of data is being consumed in the job and the type of transformations which are being processed. Too much data will consume more resources. You will need to provide the correct amount of workers and the appropriate worker type for your job.

You can read more about the worker types and their properties via the following documentation

[+] Glue Adding Jobs- https://docs.aws.amazon.com/glue/latest/dg/add-job.html

profile picture
EXPERT
répondu il y a 8 mois

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