awslabs / aws-serverless-data-lake-framework

Enterprise-grade, production-hardened, serverless data lake on AWS
https://sdlf.workshop.aws/
MIT No Attribution
410 stars 139 forks source link

remove hash from glue job cfn reference & script name #372

Closed cnfait closed 2 months ago

cnfait commented 2 months ago

Description of changes: Remove hash from Glue Job CloudFormation reference & script name.

Using a hash forced the glue job to be deleted and recreated - except creation would fail as the deletion only happens after, and the glue job name would still be in-use.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.