[ 
https://issues.apache.org/jira/browse/AIRFLOW-5495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adan Christian Rosales Ornelas reassigned AIRFLOW-5495:
-------------------------------------------------------

    Assignee: Adan Christian Rosales Ornelas

> 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