Skip to content

Add user feedback on attempt to load datastack with unrecognized model ID#2539

Open
emilyanndavis wants to merge 5 commits intonatcap:mainfrom
emilyanndavis:bugfix/2489-datastack-model-id-error
Open

Add user feedback on attempt to load datastack with unrecognized model ID#2539
emilyanndavis wants to merge 5 commits intonatcap:mainfrom
emilyanndavis:bugfix/2489-datastack-model-id-error

Conversation

@emilyanndavis
Copy link
Copy Markdown
Member

Description

Fixes #2489. Specifically, attempting to load a datastack/logfile with an unrecognized model ID (via any Workbench-provided method) now presents an error message instead of failing silently.

Examples

Plugin ID missing version info, via setup tab

datastack_error-plugin_id_without_version-2026_04_30

Plugin ID missing version info, via home tab

datastack_error-plugin_id_without_version-home_tab-2026_04_30

Malformed model ID (kebab case instead of snake case), via setup tab

datastack_error-hyphenated_model_id-2026_04_30

Malformed model ID (kebab case instead of snake case), via home tab

datastack_error-hyphenated_model_id-home_tab-2026_04_30

Other unrecognized model ID, via setup tab

datastack_error-unrecognized_model-2026_04_30

Other unrecognized model ID, via home tab

datastack_error-unrecognized_model-home_tab-2026_04_30

Checklist

  • Updated HISTORY.rst and link to any relevant issue (if these changes are user-facing)
    - [ ] Updated the user's guide (if needed)
  • Tested the Workbench UI (if relevant)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workbench: uncaught error when attempting to load a datastack with unrecognized model_id

1 participant