1
0
mirror of synced 2025-12-23 21:03:15 -05:00

[Source-Postgres] Update PostgresConverter to correctly stringify BigDecimals without scientific notation (#31309)

This commit is contained in:
Duy Nguyen
2023-10-13 10:11:35 -07:00
committed by GitHub
parent 1a76a8be6f
commit 896fa4bafd
11 changed files with 21 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ plugins {
}
airbyteJavaConnector {
cdkVersionRequired = '0.1.8'
cdkVersionRequired = '0.1.9'
features = ['db-sources']
useLocalCdk = false
}