Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2017 05:44 AM
@hanspetter you can get the info via the command context:
dbutils.notebook.getContext.currentRunId
Besides of that, the following methods (vals) are available in the context:
- jobGroup: Option[String] - unique command identifier that is injected by the driver.
- rootRunId: Option[RunId]
- tags: Map[String, String] - attribution tags injected by the webapp