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 2021/04/17 18:15:56 UTC

[GitHub] [airflow] ashishpatel0720 commented on a change in pull request #15250: [Airflow-15245] - passing custom image family name to the DataProcClusterCreateoperator

ashishpatel0720 commented on a change in pull request #15250:
URL: https://github.com/apache/airflow/pull/15250#discussion_r615288020



##########
File path: airflow/providers/google/cloud/operators/dataproc.py
##########
@@ -220,6 +226,9 @@ def __init__(
         if self.custom_image and self.image_version:
             raise ValueError("The custom_image and image_version can't be both set")
 
+        if self.custom_image_family and self.custom_image:

Review comment:
       yeah, make sense @marcosmarxm.
   I will make the change.




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