You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix databricks_metastore so that updating external_access_enabled from true to false is sent in the PATCH request. Previously the field was silently dropped from the request body, so the change never reached the API.
Documentation
Exporter
Internal Changes
Add internal/retrier package for unified retry and backoff handling (#5746).
Pass excludedAttributes=entitlements on SCIM /Me requests (#5725).