You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
errorLogsMessageInvalidTableName=Spark program 'phase-1' failed with error: Stage 'CloudSQL MySQL' encountered : io.cdap.cdap.etl.api.validation.ValidationException: Errors were encountered during validation. \
19
19
Table 'Table123' does not exist.. Please check the system logs for more details.
20
-
errorLogsMessageInvalidCredentials =Spark program 'phase-1' failed with error: Stage 'CloudSQL MySQL' encountered : io.cdap.cdap.etl.api.validation.ValidationException: Errors were encountered during validation. \
21
-
Exception while trying to validate schema of database table
20
+
errorLogsMessageInvalidCredentials =Spark program 'phase-1' failed with error: Stage 'CloudSQL MySQL' encountered : io.cdap.cdap.api.exception.ProgramFailureException: Error occurred while trying to get schema from database.Error message: 'Access denied for user 'testUser'
22
21
errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error: Stage 'CloudSQL MySQL' encountered : java.io.IOException: You have an error in your SQL syntax; \
23
22
check the manual that corresponds to your MySQL server version for the right syntax to use near 'table' at line 1. Please check the system logs for more details.
24
-
errorMessageInvalidPassword=SQL error while getting query schema: Error: Access denied for user
23
+
errorMessageInvalidPassword=Error occurred while trying to get schema from database.Error message: 'Access denied for user
25
24
errorMessagePrivateConnectionName=Enter the internal IP address of the Compute Engine VM cloudsql proxy is running on, to connect to a private
26
-
errorMessageWithBlankPassword=Exception while trying to validate schema of database table
25
+
errorMessageWithBlankPassword=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'Access denied for user
0 commit comments