Add support for non-preemptible secondary workers in Dataproc operator#10714
Add support for non-preemptible secondary workers in Dataproc operator#10714medb wants to merge 1 commit intoapache:masterfrom medb:patch-1
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst)
|
|
@medb thanks for your contribution! The ClusterGenerator is here only to preserver backward-compatibility. Currently, the DataprocCreateCluster operator accepts a dictionary that describes the cluster. In this way, we can easily cover all Dataproc cluster configurations without tones of additional code. So I would suggest to use the backports: |
|
Thank you for clarification, in this case I will close this PR because it's already possible to use |
No description provided.