pratapaditya04 commented on code in PR #4108:
URL: https://github.com/apache/gobblin/pull/4108#discussion_r2048311774


##########
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:
   addded



##########
gobblin-service/src/test/java/org/apache/gobblin/service/modules/orchestration/proc/DagProcUtilsTest.java:
##########
@@ -77,6 +78,26 @@ public void testSubmitNextNodesSuccess() throws 
URISyntaxException, IOException
     }
     Mockito.verifyNoMoreInteractions(dagManagementStateStore);
   }
+  @Test

Review Comment:
   added



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to