Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 09:41 PM
@Eric Keniuk
You can use a combination of databricks jobs list --all + GREP + for each.
The approach here is to list all available jobs, then filter them through GREP to get only ones that are matching the condition, then run databricks jobs list --name for every entry that was found and get the details of it.