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

chore(app): add validation for pk for query #663

Conversation

maskeynihal
Copy link
Contributor

@maskeynihal maskeynihal commented Oct 9, 2023

Description

Adds required validation for PK key on Query

Related Issue

Partially solves #361

  1. Solved Throws 422 error (Expected behaviour) as the validation is added and the API is not called until the required field is added

Motivation and Context

  • Throws 422 error and the message is not clear why there was error.

How Has This Been Tested?

  • Click on Query and then Run without adding any value in PK input
  • Gives message Partition key value is required
  • Click on Reset
  • Go back to Query tab and error message is removed (reset)
image

Types of Changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Screenshots (if appropriate):

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

Successfully merging this pull request may close these issues.

None yet

2 participants