Update jobs.py: fix invalid escape sequence (issue #508)
Changes
Fixes #508, by making several offending strings into raw strings.
Tests
I used uv run ruff check --select W605 . --no-respect-gitignore on the directory where I have the last distribution of the code, and it seems to think these are the only invalid escape sequences in the project.
Today I was reminded by some warnings in my terminal that this is still a live issue. I would be pleased if it were merged, although it's ultimately of little importantance.
I will update this branch to match the base to keep this pr relevant, as GitHub seems to recommend.
I think this was probably fixed in another way (removing the backslashes entirely), in August, in v0.31.0, with https://github.com/databricks/databricks-sdk-py/commit/fb30ed98912a4e62a4b535188765f792b7bc6f47#diff-9125abd285f0b94b52f0445f9f85a75a921fae47124d670ab9f8f822de9f33acL6 Hence this pr now has a merge conflict. And, more importantly, is redundant.