[ 
https://issues.apache.org/jira/browse/AIRFLOW-5495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16930089#comment-16930089
 ] 

ASF GitHub Bot commented on AIRFLOW-5495:
-----------------------------------------

jghoman commented on pull request #6105: [AIRFLOW-5495] Remove unneeded parens 
in dataproc.py
URL: https://github.com/apache/airflow/pull/6105
 
 
   
 
----------------------------------------------------------------
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


> Remove unneeded parens in dataproc.py
> -------------------------------------
>
>                 Key: AIRFLOW-5495
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5495
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: operators
>    Affects Versions: 1.10.6
>            Reporter: Jakob Homan
>            Assignee: Adan Christian Rosales Ornelas
>            Priority: Minor
>              Labels: ccoss2019, newbie
>
> Note: This ticket's being created to facilitate a new contributor's workshop 
> for Airflow. After the workshop has completed, I'll mark these all available 
> for anyone that might like to take them on.
> The parens around {{self.custom_image_project_id}} don't need to be there; we 
> should remove them.
> airflow/gcp/operators/dataproc.py:409
> {code:java}
> elif self.custom_image:
>     project_id = self.custom_image_project_id if 
> (self.custom_image_project_id) else self.project_id
>     custom_image_url = 'https://www.googleapis.com/compute/beta/projects/' \ 
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to