Skip to content

Commit

Permalink
CI fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Apr 6, 2023
1 parent 524cec4 commit 41017fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ seeds:
data_test_equality_floats_columns:
+column_types:
float_number: float
to_ignore: varchar(1)
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ with data as (
)

select
id, float_number + 0.0000001 as float_number, 'b' as to_ignore
id, float_number + 0.0000001 as float_number, cast('b' as varchar(1)) as to_ignore
from data

0 comments on commit 41017fd

Please sign in to comment.