Skip to content

Commit d5f109c

Browse files
committed
wip
1 parent 0363759 commit d5f109c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from dbt.tests.adapter.simple_copy.test_simple_copy import EmptyModelsArentRunBase, SimpleCopyBase
2+
3+
4+
class TestSimpleCopyBaseSQLServer(SimpleCopyBase):
5+
pass
6+
7+
8+
class TestEmptyModelsArentRunSQLServer(EmptyModelsArentRunBase):
9+
pass
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from dbt.tests.adapter.simple_snapshot.test_snapshot import BaseSimpleSnapshot, BaseSnapshotCheck
2+
3+
4+
class TestSnapshotSQLServer(BaseSimpleSnapshot):
5+
pass
6+
7+
8+
class TestSnapshotCheckSQLServer(BaseSnapshotCheck):
9+
pass

0 commit comments

Comments
 (0)