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
Propagate x-databricks-org-id header to DBFS Volume API for SPOG routing
DBFSVolumeClient uses the SDK's ApiClient directly for /api/2.0/fs/*
endpoints. These requests need the x-databricks-org-id header for SPOG
routing, same as telemetry and feature flags.
Add connectionContext.getCustomHeaders() to all 5 HTTP request paths in
DBFSVolumeClient (4 sync via apiClient, 1 async via requestBuilder).
Co-authored-by: Isaac
Signed-off-by: Madhavendra Rathore <[email protected]>
0 commit comments