G

Results 3 issues of G

**Description** `w.clusters.restart_and_wait(cluster_id)` raises an exception when cluster is already in Terminated state stack trace: **Reproduction** - terminate a cluster via UI or SDK - w.clusters.restart_and_wait(cluster_id) at this point, `.restart_and_wait` calls...

**Description** in `databricks-sdk==0.56.0` (and possibly others), when running locally on a VM or laptop, the `dbuilts.fs.ls'file:/local-path/')` lists only files, not the folders. I think its a bug. Normally, the dirs...

# TL;DR Adds thread and async safe support of passing logging context into: - logger output - exceptions and tracebacks, utilising native feature of [notes (python 3.11+)](https://docs.python.org/3.11/tutorial/errors.html#enriching-exceptions-with-notes) This enables clean...

enhancement