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/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt
+40
Original file line number
Diff line number
Diff line change
@@ -479,6 +479,46 @@ abstract class JdbcSourceAcceptanceTest<S : Source, T : TestDatabase<*, T, *>> {
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/MySqlQueryUtils.java
+2
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,9 @@ public static Map<io.airbyte.protocol.models.v0.AirbyteStreamNameNamespacePair,
175
175
}
176
176
177
177
LOGGER.info("Querying max cursor value for {}.{}", namespace, name);
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/MySqlSource.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/initialsync/MySqlInitialReadUtil.java
| 3.4.1 | 2024-05-03 |[37824](https://github.com/airbytehq/airbyte/pull/37824)| Fixed a bug on Resumeable full refresh where cursor based source throw NPE. |
229
230
| 3.4.0 | 2024-05-02 |[36932](https://github.com/airbytehq/airbyte/pull/36932)| Resumeable full refresh. Note please upgrade your platform - minimum platform version is 0.58.0. |
0 commit comments