How to display RunName as the source in job compute grid?

AK031
New Contributor II

I’m using Databricks on GCP and currently facing an issue where I want the RunName of a job to be displayed as the source in the Job Compute Grid.

Here’s what I’ve already done:

  1. I’ve included the RunName in the custom_tags section of my cluster JSON:
  2. When I go into the job details, I can see the RunName in the RunName field, but it’s not displayed as the source in the outer Job Compute Grid.

    My question is:
    • Is there a specific configuration or tag I need to use to ensure that the RunName is displayed in the source column of the Job Compute Grid?
    • Are there any additional steps I need to take for custom tags to appear in the grid?

      Any insights or suggestions would be greatly appreciated!