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 21, 2024
1 parent f24ac54 commit 1dfbcce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/functional/adapter/test_incremental_microbatch.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
from dbt.tests.adapter.incremental.test_incremental_microbatch import (
BaseMicrobatch,
BaseTestMicrobatchOn,
BaseTestMicrobatchOff
)


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

class TestPostgresMicrobatchOff(BaseTestMicrobatchOff):
pass

0 comments on commit 1dfbcce

Please sign in to comment.