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
[skills] Record the workspace org id in downloaded-skill attribution
Capture the numeric workspace (org) id and store it as `workspace_id` on each
downloaded-skill record, giving attribution a rename-proof workspace identifier
alongside the workspace URL. Databricks stamps every authenticated response with
an `X-Databricks-Org-Id` header, so the download's existing API calls already
carry it; the HTTP GET helpers now capture it into a session cache (keyed by
hostname, mirroring the model-service listing caches) with no extra request. A
record omits the field when no response has revealed the id yet.
Co-authored-by: Isaac <no-reply@databricks.com>
0 commit comments