Fokko commented on a change in pull request #3805: [AIRFLOW-2062] Add
per-connection KMS encryption.
URL: https://github.com/apache/incubator-airflow/pull/3805#discussion_r214268210
##########
File path: airflow/models.py
##########
@@ -122,44 +123,47 @@ class NullFernet(object):
"""
is_encrypted = False
+ def __init__(self, k):
+ LoggingMixin().log.warn(
Review comment:
Please add the logging mixin to the class itself: `class
NullFernet(LoggingMixin):
`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services