AWS Glue 作业的幂等参数不匹配异常

问题描述 投票:0回答:1

An error occurred: MergeV2Qa - Job with name 'merge_v2_qa' already submitted with different configuration (Service: AWSGlue; Status Code: 400; Error Code: IdempotentParameterMismatchException; Request ID: 7385f6da-3c7e-4a3f-8139-d63b32351f3b).

使用 cloudformation 创建粘合作业时出现 IdempotParameterMismatchException。

amazon-web-services aws-cloudformation serverless-framework aws-glue serverless
1个回答
0
投票

更新前

 GLUE_CLIENT.update_job(JobName=jobname, JobUpdate=job_config)

你应该删除

del job_config["Tags"]
del job_config["Name"]
© www.soinside.com 2019 - 2024. All rights reserved.