Skip to content

Commit 83781e6

Browse files
committed
fix: use double for DuckDB in test_fct_test_coverage seed
1 parent 9897020 commit 83781e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration_tests/seeds/tests/tests_seeds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ seeds:
1717
- name: test_fct_test_coverage
1818
config:
1919
column_types:
20-
test_coverage_pct: &float "{{ 'float' if target.type not in ['athena', 'trino'] else 'double' }}"
20+
test_coverage_pct: &float "{{ 'float' if target.type not in ['athena', 'trino', 'duckdb'] else 'double' }}"
2121
staging_test_coverage_pct: *float
2222
intermediate_test_coverage_pct: *float
2323
marts_test_coverage_pct: *float

0 commit comments

Comments
 (0)