You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/08/31 07:39:58 UTC

[GitHub] Fokko commented on a change in pull request #3805: [AIRFLOW-2062] Add per-connection KMS encryption.

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:
users@infra.apache.org


With regards,
Apache Git Services