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
Fixed absolute path normalisation in source code analysis (#2920)
## Changes
Workspace API does not support relative subpaths such as "/a/b/../c".
This PR fixes the issue by resolving workspace paths before calling the
API.
### Linked issues
Resolves#2882
Requires #databrickslabs/blueprint#156
Requires #databrickslabs/blueprint#157
### Functionality
None
### Tests
- [x] added integration tests
---------
Co-authored-by: Eric Vergnaud <[email protected]>
Co-authored-by: Serge Smertin <[email protected]>
0 commit comments