CloudSQL MySQL sink- When only password is provided and username is blank throws proper error of username, but when only username is provided no proper error for password
Description
Release Notes
None
Attachments
2
Activity
Show:
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Created April 7, 2022 at 8:43 AM
Updated April 7, 2022 at 9:00 AM
The CloudSQL MYSQL sink plugin, after filling all the mandatory fields provide only the password for connection and leave the username as blank. Proper error need to be displayed for username and password which ever is blank.
Steps to reproduce:
Launch the CDAP (6.7.0)
Open GCS source and CloudSQL MYSQL sink, establish the connection from source to sink. Fill the properties, fill username and leave password as blank and click on validate.
Invalid error message is displayed, error should be displayed as per when username is blank.
Expected: Proper valid error message need to be displayed for password field when blank and username is provided. For username it is displayed properly.
Actual: Inappropriate error message is displayed.