Jupyter Workspace down?

JobQuiroz
JobQuiroz Member
edited April 23 in Jupyter Workspaces

Hello Forum,

I've been developing some complex ETL's on a jupyter workspace in Domo for a couple of months. This morning I noticed that many of such ETL's did not run.

When trying to run them manually I got the error causing the issue (I happens with any dataset, not just the one shown):

image.png

It is a very long error, but the final part says:

image.png

The link sends me to another page:

image.png


Any idea what is going on, and how to solve it?

Thanks

Answers

  • The issue seems to be related to a failure in resolving the datasource ID for any dataset you're trying to use in your Jupyter workspace.

    datasource_id = _find_input_datasource_id(datasource)
    ...
    raise Exception(f'Input dataset with id or alias {datasource} missing or not configured for workspace.')

    This error indicates that the function _find_input_datasource_id couldn't find a matching dataset in your current workspace's inputConfiguration. Your Jupyter envinronment may have llost its link to the workspace metadata. The dataset may no longer be part of the notebooks input configuration. (ETL settings changed or reconfigured?). Or perhaps Domo updates a library or backend recently.

    ** Was this post helpful? Click Agree or Like below. **
    ** Did this solve your problem? Accept it as a solution! **