Problem
You’re using the Databricks CLI with the databricks clusters get <cluster_id>
method or the SDK with the clusters.list()
method to set a cluster log configuration to a volume path. You notice the ClusterLogConf
is displayed as empty {}
or none
.
Cause
Your Databricks CLI or SDK is out of date.
Solution
Update your developer tool library. Databricks recommends that you periodically install the latest available version of the Databricks CLI (databricks-cli 0.18.0) and Databricks SDK (databricks-sdk 0.57.0) from PiPy. These updates contain the latest feature logic and API improvements.