Skip to content

Commit

Permalink
implement test_changing_relation_types test (#143)
Browse files Browse the repository at this point in the history
### Summary

implement test_changing_relation_types test

### Description

No modifications (other than the object_storage stuff) required for the
test to work.

### Test Results

Ran all functional tests -> Passed

### Changelog

-   [x] Added a summary of what this PR accomplishes to CHANGELOG.md

### Related Issue

#117
  • Loading branch information
ravjotbrar authored Mar 1, 2023
1 parent a952642 commit d4232dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [#64](https://github.com/dremio/dbt-dremio/issues/64) Add BaseArrayTests and throw exceptions for unsupported Array Macros.
- [#117](https://github.com/dremio/dbt-dremio/issues/117) Add support for Query Comment Tests and Python 3.11
- [#117](https://github.com/dremio/dbt-dremio/issues/117) Replace deprecated dbt-core exceptions
- [#117](https://github.com/dremio/dbt-dremio/issues/117) Add support for changing relation type test

## Dependency

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from dbt.tests.adapter.relations.test_changing_relation_type import (
BaseChangeRelationTypeValidator,
)
from tests.fixtures.profiles import unique_schema, dbt_profile_data


class TestChangeRelationTypesDremio(BaseChangeRelationTypeValidator):
pass

0 comments on commit d4232dc

Please sign in to comment.