uranusjr commented on code in PR #32867:
URL: https://github.com/apache/airflow/pull/32867#discussion_r1278697118


##########
airflow/models/connection.py:
##########
@@ -23,6 +23,7 @@
 from json import JSONDecodeError
 from urllib.parse import parse_qsl, quote, unquote, urlencode, urlsplit
 
+import re2

Review Comment:
   Oh this is not actually in providers, I don’t know why I thought so. This is 
correct.



##########
airflow/models/connection.py:
##########
@@ -23,6 +23,7 @@
 from json import JSONDecodeError
 from urllib.parse import parse_qsl, quote, unquote, urlencode, urlsplit
 
+import re2

Review Comment:
   Oh this is not actually in providers, I don’t know why I thought so. This is 
correct.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to