We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6878afd commit 221ec20Copy full SHA for 221ec20
tests/functional/adapter/test_simple_copy.py
@@ -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
tests/functional/adapter/test_snapshot.py
+from dbt.tests.adapter.simple_snapshot.test_snapshot import BaseSimpleSnapshot, BaseSnapshotCheck
+class TestSnapshotSQLServer(BaseSimpleSnapshot):
+class TestSnapshotCheckSQLServer(BaseSnapshotCheck):
0 commit comments