简体   繁体   English

使用不同参数触发相同的胶水作业

[英]Trigger same Glue Job with Different Parameters

I have a Glue job which I want to execute twice each time with few parameters changing.我有一个 Glue 作业,我想每次执行两次,但参数很少改变。 Is it possible to achieve this?有可能实现这一目标吗?

Yes it possible.是的,有可能。 You can Create one lambda which will generate one output which has 2 sets of parameter for each run as per requirement.您可以创建一个 lambda,它将生成一个 output,它根据要求为每次运行提供 2 组参数。 Setup the Step-Function, in that step function you can pass the JSON ie the output of Lambda to Glue job as input-parameter设置步进函数,在该步骤 function 中,您可以将 JSON 即 Lambda 的 output 作为输入参数传递给 Glue 作业

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM