marcosmarxm commented on a change in pull request #15250:
URL: https://github.com/apache/airflow/pull/15250#discussion_r615285746
##########
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:
just for sanity @ashishpatel0720 can you set `custom_image_family` and
`image_version` together?
--
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]