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 924c9d8 commit 628ac9bCopy full SHA for 628ac9b
tests/functional/adapter/test_changing_relation_type.py
@@ -0,0 +1,5 @@
1
+from dbt.tests.adapter.relations.test_changing_relation_type import BaseChangeRelationTypeValidator
2
+
3
4
+class TestChangeRelationTypesSQLServer(BaseChangeRelationTypeValidator):
5
+ pass
0 commit comments