How to display RunName as the source in job compute grid?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 11:44 PM
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:
- I’ve included the RunName in the custom_tags section of my cluster JSON:
- 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!