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 99d6a3d commit 0fd3114
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
@@ -1,4 +1,7 @@
from dbt.tests.adapter.simple_snapshot.test_snapshot import BaseSnapshotCheck, BaseSimpleSnapshot
from dbt.tests.adapter.simple_snapshot.new_record_mode import (
SnapshotNewRecordMode,
)


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

class TestSnapshotCheck(BaseSnapshotCheck):
pass


class TestRedshiftSnapshotNewRecordMode(SnapshotNewRecordMode):
pass

0 comments on commit 0fd3114

Please sign in to comment.