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?

已提問 8 個月前檢視次數 340 次
1 個回答
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
專家
已回答 8 個月前

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

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

回答問題指南