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/10/24 13:24:19 UTC

[GitHub] [airflow] OmerJog commented on a change in pull request #6332: [AIRFLOW-5710] Optionally raise exception on unused operator arguments.

OmerJog commented on a change in pull request #6332: [AIRFLOW-5710] Optionally raise exception on unused operator arguments.
URL: https://github.com/apache/airflow/pull/6332#discussion_r338569836
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -243,6 +243,7 @@ default_cpus = 1
 default_ram = 512
 default_disk = 512
 default_gpus = 0
+allow_illegal_arguments = True
 
 Review comment:
   Shouldn't be here a short note explaining what this setting does?
   Something like
   `# When set to False raise exception on unused operator arguments`

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