Reduce background errors (#4004)

This commit is contained in:
pablonyx
2025-02-14 17:35:26 -08:00
committed by GitHub
parent 3ba65214b8
commit 697f8bc1c6
6 changed files with 46 additions and 16 deletions

View File

@@ -302,7 +302,7 @@ class GoogleDriveConnector(LoadConnector, PollConnector, SlimConnector):
if e.status_code == 401:
# fail gracefully, let the other impersonations continue
# one user without access shouldn't block the entire connector
logger.exception(
logger.warning(
f"User '{user_email}' does not have access to the drive APIs."
)
return