ashb commented on a change in pull request #4038: [AIRFLOW-1970] Let empty
Fernet key or special `no encryption` phrase.
URL: https://github.com/apache/incubator-airflow/pull/4038#discussion_r224702437
##########
File path: airflow/models.py
##########
@@ -150,6 +150,10 @@ def get_fernet():
:raises: AirflowException if there's a problem trying to load Fernet
"""
global _fernet
+ log = LoggingMixin().log
+ no_encryption_phrase = \
Review comment:
This is the value that airflow.configuration renders in to the template.
That constant (if we keep it, vs just commenting out the file and using an
empty string) should be shared/imported between both modules
----------------------------------------------------------------
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