ashb commented on a change in pull request #4601: [AIRFLOW-3758] Fix circular 
import in WasbTaskHandler
URL: https://github.com/apache/airflow/pull/4601#discussion_r259275031
 
 

 ##########
 File path: tests/test_logging_config.py
 ##########
 @@ -95,6 +95,55 @@
 }
 """
 
+SETTINGS_FILE_WASB_HANDLER = """
+REMOTE_BASE_LOG_FOLDER = 'wasb'
 
 Review comment:
   Something like this might help
   
   ```python
   from six.moves import reload_module
   
   def x():
      import airflow.config_templates.airflow_local_settings
      reload_module(airflow.config_templates.airflow_local_settings)
   ``` 

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

Reply via email to