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
[Internal] Escape single quotes in regex matchers (#727)
## Changes
This PR makes sure that single quotes are properly escaped when passing
regex pattern to match errors.
## Tests
Verified that SDK can properly be generated when the pattern contains
single quotes.
Note that `downstreams / compatibility (ucx, databrickslabs)` was
already failing and that this PR should not affect downstream consumers.
- [x] `make test` run locally
- [x] `make fmt` applied
- [x] relevant integration tests applied
0 commit comments