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 2019/08/24 08:27:24 UTC

[GitHub] [airflow] haoliang7 commented on a change in pull request #5495: [AIRFLOW-4858] Deprecate "Historical convenience functions" in conf

haoliang7 commented on a change in pull request #5495: [AIRFLOW-4858] Deprecate "Historical convenience functions" in conf
URL: https://github.com/apache/airflow/pull/5495#discussion_r317350211
 
 

 ##########
 File path: airflow/configuration.py
 ##########
 @@ -38,7 +38,7 @@
 
 # show Airflow's deprecation warnings
 warnings.filterwarnings(
-    action='default', category=DeprecationWarning, module='airflow')
+    action='always', category=DeprecationWarning, module='airflow')
 
 Review comment:
   This was for testing and accidentally added to the commit. I have changed it back. Sorry for the confusion.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services