Calling ClustersAPI.create with data_security_mode failed because the attribute was missing from the SDK's generated model. The maintainer confirmed the field had been added to the OpenAPI spec and is present in the latest SDK release. Upgrade databricks-sdk to the latest version (pip install -U databricks-sdk) and pass data_security_mode=DataSecurityMode.SINGLE_USER (or your policy's mode) directly in w.clusters.create(...).