diff --git a/.changes/unreleased/Features-20240911-141416.yaml b/.changes/unreleased/Features-20240911-141416.yaml new file mode 100644 index 0000000..990a09d --- /dev/null +++ b/.changes/unreleased/Features-20240911-141416.yaml @@ -0,0 +1,6 @@ +kind: Features +body: 'Microbatch incremental strategy implementation: merge' +time: 2024-09-11T14:14:16.538536-04:00 +custom: + Author: michelleark + Issue: "149" diff --git a/tests/functional/adapter/test_incremental_microbatch.py b/tests/functional/adapter/test_incremental_microbatch.py index 9d7083e..ce5855b 100644 --- a/tests/functional/adapter/test_incremental_microbatch.py +++ b/tests/functional/adapter/test_incremental_microbatch.py @@ -2,5 +2,6 @@ BaseMicrobatch, ) + class TestPostgresMicrobatch(BaseMicrobatch): pass