phanikumv commented on code in PR #67104:
URL: https://github.com/apache/airflow/pull/67104#discussion_r3355626678
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -261,10 +261,7 @@ core:
allowed_deserialization_classes_regexp:
description: |
Space-separated list of classes that may be imported during
deserialization. Items are processed
- as regex expressions and matched against the full classname
(``re.fullmatch`` semantics), so a
- pattern such as ``airflow\.models\.Variable`` does not also admit
``airflow.models.VariableXYZ``.
- Use ``.*`` (e.g. ``airflow\.models\..*``) to allow a prefix and any
suffix. Python built-in
- classes (like dict) are always allowed.
+ as regex expressions. Python built-in classes (like dict) are always
allowed.
Review Comment:
Seems like this change accidentally deleted the help text that was added in
#66499 . It's unrelated to your logging change, it still exists on main, please
put it back or rebase.
--
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]