Dataproc Auto-zone allows users to omit the zone when creating a cluster, and the service will pick a zone in the chosen region.
Providing an empty string or None for `zone` would match up with how users would request auto-zone via direct API access, but as-is the DataprocClusterCreateOperator makes a bad API request when such values are passed.
- links to