diff --git a/tests/functional/adapter/test_simple_snapshot.py b/tests/functional/adapter/test_simple_snapshot.py new file mode 100644 index 000000000..2e695985c --- /dev/null +++ b/tests/functional/adapter/test_simple_snapshot.py @@ -0,0 +1,7 @@ +from dbt.tests.adapter.simple_snapshot.new_record_mode import ( + SnapshotNewRecordMode, +) + + +class TestSparkSnapshotNewRecordMode(SnapshotNewRecordMode): + pass