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


##########
airflow/models/connection.py:
##########
@@ -35,6 +36,7 @@
 from airflow.utils.module_loading import import_string
 
 log = logging.getLogger(__name__)
+_RE_COMPILED = re.compile("^[\w\@\#\$\%\&\!\(\)\*\-]{1,200}$")

Review Comment:
   @uranusjr just updated the PR with improvements in both docs and name.



-- 
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