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.
2 parents 2ddbaae + 628ac9b commit c6a9748Copy full SHA for c6a9748
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