pratapaditya04 commented on code in PR #4108: URL: https://github.com/apache/gobblin/pull/4108#discussion_r2052423286
########## gobblin-modules/gobblin-azkaban/src/main/java/org/apache/gobblin/azkaban/AzkabanJobLauncher.java: ########## @@ -385,7 +385,11 @@ private boolean isCurrentTimeInRange() { */ private static List<? extends Tag<?>> addAdditionalMetadataTags(Properties jobProps) { List<Tag<?>> metadataTags = Lists.newArrayList(); - String jobExecutionId = jobProps.getProperty(AZKABAN_FLOW_EXEC_ID, ""); + String jobExecutionId = jobProps.getProperty(ConfigurationKeys.GAAS_JOB_EXEC_ID_HASH, ""); Review Comment: Yeah , we will use the same class -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org