You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/core/src/main/kotlin/io/airbyte/cdk/db/jdbc/streaming/AdaptiveStreamingQueryConfig.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-sources/src/main/kotlin/io/airbyte/cdk/integrations/debezium/internals/DebeziumPropertiesManager.kt
+1
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ abstract class DebeziumPropertiesManager(
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-sources/src/main/kotlin/io/airbyte/cdk/integrations/debezium/internals/RecordWaitTimeUtil.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-sources/src/main/kotlin/io/airbyte/cdk/integrations/source/jdbc/AbstractJdbcSource.kt
+1
Original file line number
Diff line number
Diff line change
@@ -725,6 +725,7 @@ abstract class AbstractJdbcSource<Datatype>(
725
725
* @return a map by StreamName to associated list of primary keys
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-sources/src/main/kotlin/io/airbyte/cdk/integrations/source/relationaldb/DbSourceDiscoverUtil.kt
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ object DbSourceDiscoverUtil {
29
29
* underlying table schema changed between syncs (ii) The source connector's mapping of datatypes to
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-sources/src/main/kotlin/io/airbyte/cdk/integrations/source/relationaldb/RelationalDbQueryUtils.kt
+1
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ object RelationalDbQueryUtils {
54
54
}
55
55
56
56
/** @return fully qualified table name with the schema (if a schema exists) without quotes. */
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-sources/src/main/kotlin/io/airbyte/cdk/integrations/source/relationaldb/state/StateGeneratorUtils.kt
+1
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,7 @@ object StateGeneratorUtils {
266
266
* @Param supportedStateType the [AirbyteStateType] supported by this connector.
267
267
* @return The deserialized object representation of the state.
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ abstract class JdbcSourceAcceptanceTest<S : Source, T : TestDatabase<*, T, *>> {
190
190
191
191
@Test
192
192
@Throws(Exception::class)
193
-
funtestSpec() {
193
+
openfuntestSpec() {
194
194
val actual = source()!!.spec()
195
195
val resourceString =MoreResources.readResource("spec.json")
196
196
val expected =Jsons.deserialize(resourceString, ConnectorSpecification::class.java)
@@ -1342,7 +1342,7 @@ abstract class JdbcSourceAcceptanceTest<S : Source, T : TestDatabase<*, T, *>> {
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/dependencies/src/main/kotlin/io/airbyte/commons/util/AutoCloseableIterators.kt
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/MySqlQueryUtils.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/MySqlSource.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -401,7 +401,7 @@ public List<AutoCloseableIterator<AirbyteMessage>> getIncrementalIterators(final
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/cdc/MySqlDebeziumStateUtil.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ public JsonNode constructInitialDebeziumState(final Properties properties,
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/initialsync/MySqlInitialLoadRecordIterator.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/test-integration/java/io/airbyte/integrations/io/airbyte/integration_tests/sources/AbstractSshMySqlSourceAcceptanceTest.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/test-integration/java/io/airbyte/integrations/io/airbyte/integration_tests/sources/MySqlSourceAcceptanceTest.java
0 commit comments