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
Ensure that pipeline assessment doesn't fail if a pipeline is deleted… (#3034)
## Changes
This PR updates the pipelines (DLT) crawler so that crawling doesn't
fail if a pipeline is deleted while we are iterating over them all.
Instead of failing a warning is now logged and the crawling continues.
### Functionality
- modified existing workflows: `assessment`,
`migration-progress-experimental`
### Tests
- added unit tests
- existing integration tests
0 commit comments