ashishpatel0720 opened a new issue #15245: URL: https://github.com/apache/airflow/issues/15245
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details tag like <details><summary>super-long log</summary> lots of stuff </details> Please delete these comment blocks before submitting the issue. --> **Description** Currently, we can only pass custom Image name to **DataprocClusterCreateOperator(),** as the custom image expires after 60 days, we either need to update the image or we need to pass the expiration token. Functionality is already available in **gcloud** and **REST**. `gcloud dataproc clusters test_cluster ...... --image projects/<custom_image_project_id>/global/images/family/<family_name> ....... ` **Use case / motivation** <!-- What do you want to happen? The user should be able to pass either Custom Image or Custom Image family name. --> **Are you willing to submit a PR?** Yes -- 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]
