forked from dbt-labs/dbt-redshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate changing_relation_type test (dbt-labs#203)
* migrate changing_relation_type test * remove dev req change
- Loading branch information
1 parent
6ae54c9
commit ea069c8
Showing
3 changed files
with
4 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
from dbt.tests.adapter.relations.test_changing_relation_type import BaseChangeRelationTypeValidator | ||
|
||
class TestRedshiftChangeRelationTypes(BaseChangeRelationTypeValidator): | ||
pass |
8 changes: 0 additions & 8 deletions
8
tests/integration/changing_relation_type_test/models/model.sql
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
tests/integration/changing_relation_type_test/test_changing_relation_type.py
This file was deleted.
Oops, something went wrong.