We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9103ea1 commit a9ce713Copy full SHA for a9ce713
airflow/providers/google/cloud/operators/dataproc.py
@@ -74,6 +74,7 @@ class PreemptibilityType(Enum):
74
PREEMPTIBLE = "PREEMPTIBLE"
75
SPOT = "SPOT"
76
PREEMPTIBILITY_UNSPECIFIED = "PREEMPTIBILITY_UNSPECIFIED"
77
+ NON_PREEMPTIBLE = "NON_PREEMPTIBLE"
78
79
80
class ClusterGenerator:
0 commit comments