Skip to content

Commit

Permalink
add test for column precision change (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyuLInx authored Aug 12, 2022
1 parent 340c3fa commit 3265155
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/functional/adapter/test_incremental_run_result.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import pytest

from dbt.tests.util import run_dbt
from dbt.tests.adapter.basic.test_incremental import BaseIncremental
from dbt.tests.adapter.basic.test_incremental import BaseIncremental, BaseIncrementalNotSchemaChange

class TestBaseIncrementalNotSchemaChange(BaseIncrementalNotSchemaChange):
pass

class TestIncrementalRunResultSnowflake(BaseIncremental):
"""Bonus test to verify that incremental models return the number of rows affected"""
Expand Down

0 comments on commit 3265155

Please sign in to comment.