Skip to content

add-on fails ungracefully if Seeq workbook/worksheet is not found #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
monstrorivas opened this issue Nov 15, 2021 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@monstrorivas
Copy link
Collaborator

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

            try:
                investigation.run()
                investigation.push_to_seeq()
            except AzureMLException as e:
                self.set_error_message(title="AzureMLException: ", message=str(e))
                self.app.model_summary.button_loading = False
                return
@monstrorivas monstrorivas added the bug Something isn't working label Nov 15, 2021
@monstrorivas monstrorivas self-assigned this Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant