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

DBZ iterator migration to use SourceStateIterator (#36333)

This commit is contained in:
Xiaohan Song
2024-03-25 21:50:33 -07:00
committed by GitHub
parent 8a99c8e891
commit 1b99f1ab89
13 changed files with 272 additions and 237 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
airbyteJavaConnector {
cdkVersionRequired = '0.27.0'
cdkVersionRequired = '0.27.4'
features = ['db-sources']
useLocalCdk = false
}