Skip to main content

How to check which job belongs to a scheduler?

  • December 20, 2021
  • 2 replies
  • 76 views

AkshayJadhav
StreamSets Employee
Forum|alt.badge.img

Issue:

Sometimes you can change the Scheduler name for something different and not related to the job name or description. 

Solution:

To find out what job belongs to a specific Scheduler, go to Scheduler tab in Control Hub, and select any scheduled task, and then clicks on VIEW AUDIT.  It will return a JSON with information about the Scheduler and also the Job Id.

Did this topic help you find an answer to your question?

2 replies

Varun_pvs
Fan
  • Fan
  • 2 replies
  • September 21, 2023

Hello Akshay,

Is it possible to return the job name from the scheduler object in python and also return the job owner’s email from the same?

 

Thanks

Varun


Varun_pvs
Fan
  • Fan
  • 2 replies
  • September 22, 2023

Found a property from scheduler.

scheduler.executionInfo['pipelineJobName']['value']

 

 

Thanks


Reply