Skip to content
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

Show appropriate message for "processing" status on Metadata Quality page #2507

Closed
wants to merge 2 commits into from

Conversation

robyngit
Copy link
Member

Previously we were displaying the "in queue" message only when the status was set to "QUEUED". The "PROCESSING" status resulted in a generic error message that was not very informative. Possible statuses that the view looks for now include (all case insensitive):

  • SUCCESS
  • FAILURE
  • QUEUED
  • PROCESSING
  • 404 (from fetchResponse.status)

@jeanetteclark are there any other possible statuses we should be aware of?

Note: This PR depends on changes from #2506 and should not be merged until that PR has been merged and this PR has been rebased with develop.

Copy link
Member

@rushirajnenuji rushirajnenuji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed both #2506 and #2507 and they both look great! Thank you for working on this @robyngit and adding this support to MetacatUI. Looking forward to Metadig getting the markdown response in its next release.

Show appropriate message for "processing" status on Metadata Quality page
@robyngit robyngit closed this Sep 9, 2024
@robyngit robyngit deleted the bugfix-2264-mdq-status-msg branch September 26, 2024 17:23
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.

Better display page for data quality runs with a status other than success
2 participants