Skip to content

Commit

Permalink
Properly surface the error message for pk validation. (#11386)
Browse files Browse the repository at this point in the history
  • Loading branch information
tryangul committed Feb 23, 2024
1 parent 410ab8f commit dec18b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private String validateCatalog(final AirbyteCatalog persistenceCatalog) {
String.format(
"Source defined primary key validation failed for stream: %s. Error: %s",
s.getName(),
jsonSchema.toPrettyString()));
maybeErrorMsg));
}
}
}
Expand Down

0 comments on commit dec18b9

Please sign in to comment.