databricks / databricks-sdk-py

Databricks SDK for Python (Beta)
https://databricks-sdk-py.readthedocs.io/
Apache License 2.0
318 stars 103 forks source link

Update jobs.py: fix invalid escape sequence (issue #508) #684

Open wyattscarpenter opened 3 weeks ago

wyattscarpenter commented 3 weeks ago

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.

wyattscarpenter commented 6 days ago

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.