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: [email protected] With regards, Apache Git Services
