Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: invalid escape sequence in documentation #35364

Closed
Kamilcuk opened this issue Apr 25, 2024 · 13 comments
Closed

bug: invalid escape sequence in documentation #35364

Kamilcuk opened this issue Apr 25, 2024 · 13 comments
Assignees
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Data Factory Mgmt This issue is related to a management-plane library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@Kamilcuk
Copy link

  • Package Name:

docker image airflow:2.9.0

Describe the bug

After starting airflow webservers logs have walls of warning messages:

ntaxWarning: invalid escape sequence '\d'
E>8adff1>v156>airflow-new-webserver> /home/airflow/.local/lib/python3.12/site-packages/azure/mgmt/datafactory/models/_models_py3.py:54778 Sy
ntaxWarning: invalid escape sequence '\d'
E>8adff1>v156>airflow-new-webserver> /home/airflow/.local/lib/python3.12/site-packages/azure/mgmt/datafactory/models/_models_py3.py:54847 Sy
ntaxWarning: invalid escape sequence '\d'
E>8adff1>v156>airflow-new-webserver> /home/airflow/.local/lib/python3.12/site-packages/azure/mgmt/datafactory/models/_models_py3.py:54895 Sy
ntaxWarning: invalid escape sequence '\d'
E>8adff1>v156>airflow-new-webserver> /home/airflow/.local/lib/python3.12/site-packages/azure/mgmt/datafactory/models/_models_py3.py:54963 Sy
ntaxWarning: invalid escape sequence '\d'
E>8adff1>v156>airflow-new-webserver> /home/airflow/.local/lib/python3.12/site-packages/azure/mgmt/datafactory/models/_models_py3.py:55221 Sy
ntaxWarning: invalid escape sequence '\d'
E>8adff1>v156>airflow-new-webserver> /home/airflow/.local/lib/python3.12/site-packages/azure/mgmt/datafactory/models/_models_py3.py:55289 Sy
ntaxWarning: invalid escape sequence '\d'
E>8adff1>v156>airflow-new-webserver> /home/airflow/.local/lib/python3.12/site-packages/azure/mgmt/datafactory/models/_models_py3.py:55477 Sy
ntaxWarning: invalid escape sequence '\d'
E>8adff1>v156>airflow-new-webserver> /home/airflow/.local/lib/python3.12/site-packages/azure/mgmt/datafactory/models/_models_py3.py:55551 Sy
ntaxWarning: invalid escape sequence '\d'
E>8adff1>v156>airflow-new-webserver> /home/airflow/.local/lib/python3.12/site-packages/azure/mgmt/datafactory/models/_models_py3.py:56061 Sy
ntaxWarning: invalid escape sequence '\d'

To Reproduce

Start airflow:2.9.0

Expected behavior

The \d escape sequence is invalid in python. The documentation strings should be raw strings.

Screenshots

Additional context

Thanks.

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Apr 25, 2024
@Taragolis
Copy link

Taragolis commented Apr 25, 2024

Yep in Airflow we start collect and analyse recently warnings during tests run, and could confirm that there are a lot of warnings comes from the azure-sdk packages

Known invalid escape sequence in Azure package from Airflow CI
azure/batch/models/_models_py3.py:4839: DeprecationWarning: invalid escape sequence \s
azure/mgmt/datafactory/models/_models_py3.py:24931: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:55546: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:27411: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:54890: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:67978: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:68778: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:13694: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:2183: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:21916: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:48739: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:7952: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:63386: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:56988: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:54773: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:67690: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:14727: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:57091: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:48231: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:68867: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:45598: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:58686: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:49390: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:69788: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:17728: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:60092: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:22697: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:47543: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:24274: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:16308: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:54462: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:28978: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:22324: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:61134: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:42969: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:46105: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:60743: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:53433: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:33947: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:63888: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:22018: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:7151: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:11590: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:61682: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:13823: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:55284: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:11855: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:54201: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:43773: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:4365: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:60644: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:61785: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:24543: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:45435: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:50557: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:34845: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:45709: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:41508: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:53028: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:40205: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:18257: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:46203: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:58406: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:44244: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:33672: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:7096: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:17551: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:4481: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:63213: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:22435: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:62813: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:13889: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:24097: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:8812: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:11692: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:16131: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:68721: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:24218: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:43484: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:16252: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:63473: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:30899: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:45537: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:54842: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:69498: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:36515: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:48291: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:24604: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:62044: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:58746: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:22636: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:57434: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:27511: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:47482: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:46588: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:60579: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:41331: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:23166: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:10096: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:63315: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:52460: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:11911: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:63827: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:17945: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:54958: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:11529: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:61621: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:43712: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:53493: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:23579: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:65278: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:51552: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:46695: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:14377: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:67349: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:45639: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:5755: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:23700: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:40144: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:18196: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:260: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:7588: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:58345: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:2093: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:22500: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:51776: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:62640: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:59769: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:31252: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:8877: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:69595: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:56354: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:64356: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:11631: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:18056: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:43814: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:34518: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:70246: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:30838: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:27567: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:36454: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:42241: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:38714: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:51137: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:62904: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:53608: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:44321: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:62742: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:67617: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:10035: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:52399: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:5861: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:12115: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:17884: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:56056: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:213: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:51635: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:61178: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:21959: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:23756: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:1817: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:41948: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:40892: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:46652: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:61955: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:65338: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:71116: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:24169: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:36830: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:70307: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:64318: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:70563: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:40640: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:5689: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:57358: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:23234: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:17986: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:30409: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:4516: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:59712: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:34457: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:2548: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:17613: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:7661: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:56432: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:36937: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:52914: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:43874: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:46754: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:54082: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:66505: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:14863: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:62313: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:31307: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:38653: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:11183: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:51076: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:37597: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:7903: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:47140: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:14337: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:42283: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:4623: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:15249: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:68221: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:41892: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:14431: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:5800: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:53533: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:6986: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:53304: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:41393: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:13105: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:13770: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:8019: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:40831: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:16668: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:42179: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:71055: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:50257: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:1495: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:40988: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:42556: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:40579: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:37708: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:29742: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:61233: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:14924: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:67896: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:1189: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:12053: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:14277: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:21852: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:33619: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:21223: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:14807: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:53379: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:30348: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:29454: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:1746: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:53662: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:61884: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:8921: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:51694: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:33102: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:62140: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:36894: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:1458: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:17655: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:40933: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:48679: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:11284: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:55216: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:2482: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:11122: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:55472: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:66574: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:47079: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:52839: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:16729: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:67257: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:34683: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:68160: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:70622: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:54007: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:4580: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:69737: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:46041: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:1291: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:7051: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:60688: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:1318: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:1556: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:16203: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:22390: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:49451: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:12932: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:56132: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:29803: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:43547: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:62404: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:68640: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:62242: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:50502: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:36996: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:41435: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:27471: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:29039: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:4678: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:42356: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:46148: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:7832: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:50196: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:34008: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:15178: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:61069: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:11224: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:24986: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:37647: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:60031: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:34785: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:52968: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:42616: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:45496: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:54136: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:53727: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:13196: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:29393: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:42899: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:23651: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:34744: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:13034: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:21283: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:54522: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:33041: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:37525: DeprecationWarning: invalid escape sequence \d
azure/mgmt/datafactory/models/_models_py3.py:8972: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:8299: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:51319: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:17195: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:13003: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:44921: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:62866: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:53161: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:22582: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:36146: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:45213: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:28454: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:50667: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:41142: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:37844: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:45163: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:175: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:26989: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:46484: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:56027: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:13937: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:56310: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:55654: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:20200: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:42584: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:41272: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:42175: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:30255: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:15864: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:33400: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:3953: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:38122: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:46353: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:23084: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:6469: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:64536: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:1374: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:13797: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:6954: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:54202: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:42264: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:14403: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:6428: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:37461: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:41235: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:4087: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:1463: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:16528: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:2375: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:43598: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:51582: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:8153: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:25253: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:1993: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:20832: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:33493: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:25289: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:13113: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:40592: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:41724: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:57879: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:41086: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:39783: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:14299: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:63991: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:48270: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:21227: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:4185: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:55598: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:59152: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:22633: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:48800: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:49047: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:35739: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:42640: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:41337: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:1718: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:38731: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:62912: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:64480: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:61609: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:12932: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:20925: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:61074: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:41179: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:57659: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:21329: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:1407: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:22470: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:23135: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:57798: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:21288: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:56086: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:48376: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:15393: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:49535: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:13852: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:7027: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:56225: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:13052: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:37004: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:35683: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:8213: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:61432: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:14229: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:16691: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:25340: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:63683: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:38666: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:6519: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:58188: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:22972: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:26535: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:43653: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:46407: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:4146: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:23879: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:7264: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:36967: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:61166: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:16843: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:30816: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:59207: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:54112: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:57742: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:11195: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:49111: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:31867: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:45867: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:5318: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:4235: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:7371: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:61691: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:56169: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:21389: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:57355: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:48306: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:23478: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:49218: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:33030: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:1130: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:5169: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:10929: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:16936: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:14721: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:60374: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:61506: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:61933: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:31592: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:10538: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:63739: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:58244: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:54052: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:15489: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:26591: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:40097: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:41665: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:21523: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:11144: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:38385: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:36911: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:22129: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:12213: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:10892: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:16899: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:27525: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:10501: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:41763: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:48426: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:1223: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:31811: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:45811: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:5262: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:40060: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:44261: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:38330: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:12437: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:15326: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:37054: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:31959: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:50371: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:48165: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:11390: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:7198: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:15438: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:23422: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:13888: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:22537: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:32974: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:30768: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:61877: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:55888: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:49472: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:38190: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:5225: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:10985: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:31145: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:53529: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:9444: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:17001: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:31648: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:31904: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:23929: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:28404: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:52338: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:8253: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:21579: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:49723: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:10836: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:58484: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:7309: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:23039: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:16623: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:42116: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:10445: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:14655: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:43037: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:50594: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:36630: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:4056: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:27581: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:28008: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:33341: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:40004: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:12296: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:44205: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:57131: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:46276: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:60438: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:10593: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:20145: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:53213: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:40152: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:47718: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:17139: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:54152: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:57270: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:42214: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:44865: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:37393: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:48486: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:40520: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:33439: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:64045: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:48095: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:51658: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:31089: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:53473: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:36202: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:9388: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:1651: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:2078: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:55944: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:26933: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:62634: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:39841: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:20773: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:49155: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:52282: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:222: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:11333: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:30199: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:15808: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:1246: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:41813: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:25198: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:6368: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:58446: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:16585: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:42981: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:50300: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:37895: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:36574: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:51221: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:20871: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:48215: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:22066: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:28064: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:12352: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:49792: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:14347: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:55808: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:48745: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:2436: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:47662: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:62727: DeprecationWarning: invalid escape sequence \d
azure/synapse/artifacts/models/_models_py3.py:57214: DeprecationWarning: invalid escape sequence \d

And I guess this more critical in Python 3.12+, where such warnings become SyntaxWarning, see: gh-98401, which are not ignored by default as DeprecatedWarnings

So I agree with @Kamilcuk that it would be nice to fix it as it done in the past #9526 because it should affect not only Airflow users, but everyone who use Azure libraries (SDK) for Python

@xiangyan99 xiangyan99 added Data Factory Mgmt This issue is related to a management-plane library. and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Apr 25, 2024
@github-actions github-actions bot added the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label Apr 25, 2024
@sodul
Copy link

sodul commented Apr 25, 2024

Relates to Azure/azure-cli#28829

@msyyc
Copy link
Member

msyyc commented Apr 29, 2024

@msyyc
Copy link
Member

msyyc commented Apr 29, 2024

need fix in autorest.python: Azure/autorest.python#2551

@iscai-msft
Copy link
Contributor

thanks to @onlined for their contribution, we've released autorest.python version 6.3.16 and typespec-python version 0.23.9 that fixes this generation. @Kamilcuk I'm not sure if you're generating from swagger or with tsp-client, but regenerating either with the latest should have this issue fixed now. Please verify and let me know. Thanks!

@xiangyan99 xiangyan99 added the needs-author-feedback Workflow: More information is needed from author to address the issue. label May 2, 2024
@github-actions github-actions bot removed the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label May 2, 2024
Copy link

github-actions bot commented May 2, 2024

Hi @Kamilcuk. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.

@Kamilcuk
Copy link
Author

Kamilcuk commented May 2, 2024

Hi @xiangyan99 . Thank you. I do not understand, i am not using either, i am also not using this project directly. I am working with airflow docker image. When I upgrade airflow I will post, it might be months.

@github-actions github-actions bot added needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team and removed needs-author-feedback Workflow: More information is needed from author to address the issue. labels May 2, 2024
@iscai-msft
Copy link
Contributor

@Kamilcuk apologies for the confusion, you are just using the mgmt sdk for datafactory. @msyyc can you regenerate azure-mgmt-datafactory and do a release, then update this issue when the fixed version is out? Thanks!

@Taragolis
Copy link

The is also azure-batch and azure-synapse-artifacts raises this warnings #35364 (comment)

I could help with check when packages released either in the Airflow’s CI or locally build image with latest dependencies.

@msyyc
Copy link
Member

msyyc commented May 6, 2024

The is also azure-batch and azure-synapse-artifacts raises this warnings #35364 (comment)

I could help with check when packages released either in the Airflow’s CI or locally build image with latest dependencies.

These 2 packages are owned by others so it is better to create new issue to track.

@msyyc
Copy link
Member

msyyc commented May 6, 2024

@Kamilcuk apologies for the confusion, you are just using the mgmt sdk for datafactory. @msyyc can you regenerate azure-mgmt-datafactory and do a release, then update this issue when the fixed version is out? Thanks!

Sure, will upgrade autorest.python in pipeline and release a fix version asap.

@xiangyan99
Copy link
Member

@msyyc is this fixed?

@msyyc
Copy link
Member

msyyc commented Jun 14, 2024

fixed

@msyyc msyyc closed this as completed Jun 14, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Data Factory Mgmt This issue is related to a management-plane library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

6 participants