whylogs icon indicating copy to clipboard operation
whylogs copied to clipboard

Don't throw on errors getting observatory profile link after uploading profiles

Open jamie256 opened this issue 1 year ago • 0 comments

Description

upload_batch_profile() in whylogs/api/whylabs/session/session.py near line 324 can throw if there are server side errors, but this is misleading when the profiles are batch profiles that successfully uploaded.

Suggestions

Don't throw, but catch these exceptions and log as warning.

jamie256 avatar Jan 03 '24 19:01 jamie256