Skip to content

Commit 5627ee4

Browse files
committed
wip
1 parent 9a1ffa2 commit 5627ee4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
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
Lines changed: 9 additions & 0 deletions
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)