Skip to content

Commit

Permalink
hard_deletes config and new_record option for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Dec 10, 2024
1 parent a47617d commit f1576f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/functional/adapter/test_simple_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
BaseSimpleSnapshot,
BaseSnapshotCheck,
)
from dbt.tests.adapter.simple_snapshot.new_record_mode import (
SnapshotNewRecordMode,
)


class TestSnapshot(BaseSimpleSnapshot):
Expand All @@ -10,3 +13,7 @@ class TestSnapshot(BaseSimpleSnapshot):

class TestSnapshotCheck(BaseSnapshotCheck):
pass


class TestPostgresSnapshotNewRecordMode(SnapshotNewRecordMode):
pass

0 comments on commit f1576f4

Please sign in to comment.