Skip to content

Commit 25f3c54

Browse files
committed
PLUGIN-1925: Update error message for property: errorMessageInvalidSinkDatabase
1 parent 30a6fc0 commit 25f3c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql-plugin/src/e2e-test/resources/errorMessage.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ errorMessageBlankPassword=SQL error while getting query schema: The server reque
1616
errorMessageInvalidPassword=SQL error while getting query schema: FATAL: password authentication failed for user
1717
errorMessageInvalidSourceHost=SQL error while getting query schema: The connection attempt failed.
1818
errorMessageInvalidTableName=Table 'table' does not exist. Ensure table '"table"' is set correctly and that the
19-
errorMessageInvalidSinkDatabase=Error encountered while configuring the stage: 'SQL Error occurred, sqlState: '08004', errorCode: '0', errorMessage: SQL Exception occurred: [Message='The server requested SCRAM-based authentication
19+
errorMessageInvalidSinkDatabase=Error encountered while configuring the stage: 'SQL Error occurred, sqlState: '3D000', errorCode: '0', errorMessage: SQL Exception occurred
2020
errorMessageInvalidHost=Error encountered while configuring the stage: 'SQL Error occurred, sqlState: '08001', errorCode: '0', errorMessage: SQL Exception occurred: [Message='The connection attempt failed.', SQLState='08001', ErrorCode='0'].'
2121
errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error: Stage 'PostgreSQL' encountered : \
2222
java.io.IOException: The column index is out of range: 1, number of columns: 0.. Please check the system logs for more details.

0 commit comments

Comments
 (0)