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 0ccce2f commit f25f8ea
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
@@ -0,0 +1,7 @@
from dbt.tests.adapter.simple_snapshot.new_record_mode import (
SnapshotNewRecordMode,
)


class TestSparkSnapshotNewRecordMode(SnapshotNewRecordMode):
pass

0 comments on commit f25f8ea

Please sign in to comment.