Skip to content

Commit

Permalink
Update microbatch tests to utilize updates to dbt-tests-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Oct 14, 2024
1 parent 3e74581 commit 8665fa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/functional/adapter/test_incremental_microbatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
)


class TestPostgresMicrobatch(BaseMicrobatch):
class TestPostgresMicrobatchOn(BaseTestMicrobatchOn):
pass

class TestPostgresMicrobatchOff(BaseTestMicrobatchOff):
pass

0 comments on commit 8665fa4

Please sign in to comment.