1
0
mirror of synced 2025-12-25 02:09:19 -05:00

db-sources: disable counts for state messages for FULL_REFRESH streams (#38208)

Co-authored-by: Xiaohan Song <xiaohan@airbyte.io>
This commit is contained in:
Subodh Kant Chaturvedi
2024-05-15 23:45:26 +05:30
committed by GitHub
parent e19e63421f
commit 073b94062c
15 changed files with 92 additions and 69 deletions

View File

@@ -12,7 +12,7 @@ java {
}
airbyteJavaConnector {
cdkVersionRequired = '0.35.2'
cdkVersionRequired = '0.35.4'
features = ['db-sources', 'datastore-postgres']
useLocalCdk = false
}