milton0825 commented on a change in pull request #4974: [AIRFLOW-4057] Fix bug 
in stat name validation
URL: https://github.com/apache/airflow/pull/4974#discussion_r268927547
 
 

 ##########
 File path: docs/plugins.rst
 ##########
 @@ -212,7 +212,7 @@ definitions in Airflow.
         flask_blueprints = [bp]
         appbuilder_views = [v_appbuilder_package]
         appbuilder_menu_items = [appbuilder_mitem]
-        stat_name_handler = stat_name_dummy_handler
+        stat_name_handler = staticmethod(stat_name_dummy_handler)
 
 Review comment:
   hmm interesting
   

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


With regards,
Apache Git Services

Reply via email to