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:
[email protected]


Reply via email to