Skip to content

Commit

Permalink
add test for column precision change (#166)
Browse files Browse the repository at this point in the history
* add test for column precision change

* update changelog
  • Loading branch information
epapineau committed Aug 12, 2022
1 parent d3d5fab commit fe7c6df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changes/unreleased/Under the Hood-20220812-151707.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Under the Hood
body: Add test for column precision changes
time: 2022-08-12T15:17:07.183316-07:00
custom:
Author: epapineau
Issue: "5351"
PR: "166"
6 changes: 6 additions & 0 deletions tests/test_incremental_run_result.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import pytest

from dbt.tests.adapter.basic.test_incremental import BaseIncrementalNotSchemaChange

class TestBaseIncrementalNotSchemaChange(BaseIncrementalNotSchemaChange):
pass

0 comments on commit fe7c6df

Please sign in to comment.