Skip to content

Commit

Permalink
JDBC sources: Improve source column type logs (airbytehq#18193)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao authored and jhammarstedt committed Oct 31, 2022
1 parent dfaba18 commit 7a333a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ protected List<TableInfo<CommonField<Datatype>>> discoverInternal(final JdbcData
.map(f -> {
final Datatype datatype = getFieldType(f);
final JsonSchemaType jsonType = getType(datatype);
LOGGER.info("Table {} column {} (type {}[{}]) -> {}",
LOGGER.info("Table {} column {} (type {}[{}], nullable {}) -> {}",
fields.get(0).get(INTERNAL_TABLE_NAME).asText(),
f.get(INTERNAL_COLUMN_NAME).asText(),
f.get(INTERNAL_COLUMN_TYPE_NAME).asText(),
Expand Down

0 comments on commit 7a333a1

Please sign in to comment.