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/01/08 18:41:20 UTC

[GitHub] Mokubyow commented on a change in pull request #4456: [AIRFLOW-3645] Add base_executor_config

Mokubyow commented on a change in pull request #4456: [AIRFLOW-3645] Add base_executor_config
URL: https://github.com/apache/airflow/pull/4456#discussion_r246107351
 
 

 ##########
 File path: airflow/models/__init__.py
 ##########
 @@ -2563,6 +2568,25 @@ def pre_execute(self, context):
         """
         pass
 
+    def get_executor_config(self, executor_config):
+        """Try to import base_executor_config and merge supplied
 
 Review comment:
   You mean doc string must look like your example? flake8 did raise any errors

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


With regards,
Apache Git Services