Skip to content

Commit 6c40965

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/improve-missing-credentials-error' into improve-missing-credentials-error
2 parents 9348464 + 9007ab4 commit 6c40965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/dataproc_spark_connect/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def create_session_pbar():
464464
DataprocSparkSession._active_s8s_session_id = None
465465
DataprocSparkSession._active_session_uses_custom_id = False
466466
raise DataprocSparkConnectException(
467-
f"Error while creating Dataproc Session: {e}"
467+
f"Error while creating Dataproc Session (see https://docs.cloud.google.com/docs/authentication/provide-credentials-adc for more info): {e}"
468468
)
469469
except Exception as e:
470470
stop_create_session_pbar_event.set()

0 commit comments

Comments
 (0)