You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The add-on fails ungracefully if an API Exception is returned by Seeq when calling the Investigate option. At the moment we are only catching AzureMLExceptions. We need to add the Seeq Exception to the try/except block in _add_on_main.py
The add-on fails ungracefully if an
API Exception
is returned by Seeq when calling theInvestigate
option. At the moment we are only catching AzureMLExceptions. We need to add the Seeq Exception to the try/except block in_add_on_main.py
The text was updated successfully, but these errors were encountered: