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/05/29 00:34:16 UTC

[GitHub] [airflow] Trollgeir commented on a change in pull request #5319: [AIRFLOW-4564] Azure Container Instance improvements

Trollgeir commented on a change in pull request #5319: [AIRFLOW-4564] Azure Container Instance improvements
URL: https://github.com/apache/airflow/pull/5319#discussion_r288353936
 
 

 ##########
 File path: airflow/contrib/operators/azure_container_instances_operator.py
 ##########
 @@ -104,11 +99,9 @@ class AzureContainerInstancesOperator(BaseOperator):
             )
     """
 
-    template_fields = ('name', 'environment_variables')
-
     @apply_defaults
     def __init__(self, ci_conn_id, registry_conn_id, resource_group, name, image, region,
-                 environment_variables=None, volumes=None, memory_in_gb=None, cpu=None,
 
 Review comment:
   Will put Nones back in.

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