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
| 1.1.2 | 2026-03-31 |[74124](https://github.com/airbytehq/airbyte/pull/74124)| Change the default implementation of JDBC incremental partition to non splittable |
13
-
| 1.1.1 | 2026-04-02 |[76054](https://github.com/airbytehq/airbyte/pull/76054)| Clarified CDC termination condition. Ensure querySingleValue returns one result or throws. |
14
-
| 1.1.0 | 2026-03-30 |[75636](https://github.com/airbytehq/airbyte/pull/75636)| CDC positions are partially ordered. Added optional CDC startup hook. Field is now EmittedField. |
15
-
| 1.0.2 | 2026-02-24 |[74007](https://github.com/airbytehq/airbyte/pull/74007)| Fix infinite loop when cursor-based incremental sync encounters an empty table with prior state by caching NULL cursor upper bound values (toolkit). |
16
-
| 1.0.1 | 2026-02-24 || Bump bulk-cdk-core-base to 1.0.1 to pick up CVE fixes (CVE-2021-47621, CVE-2022-36944). |
17
-
| 1.0.0 | 2026-02-02 |[#72376](https://github.com/airbytehq/airbyte/pull/72376)| Initial independent release of bulk-cdk-core-extract. Separate versioning for extract package begins. |
| 1.1.3 | 2026-04-14 |[76320](https://github.com/airbytehq/airbyte/pull/76320)| Catalog validation failures are captured as stream-level sync failures. |
13
+
| 1.1.2 | 2026-03-31 |[74124](https://github.com/airbytehq/airbyte/pull/74124)| Change the default implementation of JDBC incremental partition to non splittable |
14
+
| 1.1.1 | 2026-04-02 |[76054](https://github.com/airbytehq/airbyte/pull/76054)| Clarified CDC termination condition. Ensure querySingleValue returns one result or throws. |
15
+
| 1.1.0 | 2026-03-30 |[75636](https://github.com/airbytehq/airbyte/pull/75636)| CDC positions are partially ordered. Added optional CDC startup hook. Field is now EmittedField. |
16
+
| 1.0.2 | 2026-02-24 |[74007](https://github.com/airbytehq/airbyte/pull/74007)| Fix infinite loop when cursor-based incremental sync encounters an empty table with prior state by caching NULL cursor upper bound values (toolkit). |
17
+
| 1.0.1 | 2026-02-24 || Bump bulk-cdk-core-base to 1.0.1 to pick up CVE fixes (CVE-2021-47621, CVE-2022-36944). |
18
+
| 1.0.0 | 2026-02-02 |[#72376](https://github.com/airbytehq/airbyte/pull/72376)| Initial independent release of bulk-cdk-core-extract. Separate versioning for extract package begins. |
Copy file name to clipboardExpand all lines: airbyte-cdk/bulk/core/extract/src/testFixtures/kotlin/io/airbyte/cdk/output/DelegatingCatalogValidationFailureHandler.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,6 @@ class DelegatingCatalogValidationFailureHandler(
Copy file name to clipboardExpand all lines: airbyte-cdk/bulk/toolkits/extract-jdbc/src/test/resources/h2source/expected-messages-stream-bad-catalog.json
0 commit comments