Skip to content

Commit

Permalink
Add "NON_PREEMPTIBLE" as a valid preemptibility type for Dataproc wor…
Browse files Browse the repository at this point in the history
…kers (#35669)
  • Loading branch information
tskir committed Nov 16, 2023
1 parent 9103ea1 commit a9ce713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/google/cloud/operators/dataproc.py
Expand Up @@ -74,6 +74,7 @@ class PreemptibilityType(Enum):
PREEMPTIBLE = "PREEMPTIBLE"
SPOT = "SPOT"
PREEMPTIBILITY_UNSPECIFIED = "PREEMPTIBILITY_UNSPECIFIED"
NON_PREEMPTIBLE = "NON_PREEMPTIBLE"


class ClusterGenerator:
Expand Down

0 comments on commit a9ce713

Please sign in to comment.