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

ASF subversion and git services commented on AIRFLOW-5495:
----------------------------------------------------------

Commit 7351df8be5975dc7c4438d81f2d2bc35848a3900 in airflow's branch 
refs/heads/master from Adan Rosales
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=7351df8 ]

[AIRFLOW-5495] Remove unneeded parens in dataproc.py (#6105)

* AIRFLOW-5495 removing the parens

* [AIRFLOW-5495] Update airflow/gcp/operators/dataproc.py

Co-Authored-By: Kamil BreguĊ‚a <mik-...@users.noreply.github.com>


> 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