Can I disable randomly generated suffixes to Job names in AWS Glue Blueprints?

0

As the documentation mentions, https://docs.aws.amazon.com/glue/latest/dg/developing-blueprints-code-classes.html#developing-blueprints-code-jobclass, Glue Blueprints on a Blueprint run create Jobs and Crawlers with randomly generated suffixes at the end.

Is there a way to disable this? It's making things complicated during migrations and ideally want to control the naming of the jobs ourselves by making them unique at creation time. The random suffixes are becoming a pain for deployment and future job updates and deployment across environments.

已提问 2 年前47 查看次数