Skip to content

Commit a9ce713

Browse files
authored
Add "NON_PREEMPTIBLE" as a valid preemptibility type for Dataproc workers (#35669)
1 parent 9103ea1 commit a9ce713

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airflow/providers/google/cloud/operators/dataproc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class PreemptibilityType(Enum):
7474
PREEMPTIBLE = "PREEMPTIBLE"
7575
SPOT = "SPOT"
7676
PREEMPTIBILITY_UNSPECIFIED = "PREEMPTIBILITY_UNSPECIFIED"
77+
NON_PREEMPTIBLE = "NON_PREEMPTIBLE"
7778

7879

7980
class ClusterGenerator:

0 commit comments

Comments
 (0)