Dataproc connect should support --project command line option

A cluster created with hailctl dataproc create that includes a --project option value can’t be referred to with the hailctl dataproc connect command when the project used in the create step is not the same as the one set to active in the gcloud CLI config. If the hailctl dataproc connect command also supported the --project option, that would resolve this.

1 Like

Added in https://github.com/hail-is/hail/pull/9352.

1 Like