We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9897020 commit 83781e6Copy full SHA for 83781e6
1 file changed
integration_tests/seeds/tests/tests_seeds.yml
@@ -17,7 +17,7 @@ seeds:
17
- name: test_fct_test_coverage
18
config:
19
column_types:
20
- test_coverage_pct: &float "{{ 'float' if target.type not in ['athena', 'trino'] else 'double' }}"
+ test_coverage_pct: &float "{{ 'float' if target.type not in ['athena', 'trino', 'duckdb'] else 'double' }}"
21
staging_test_coverage_pct: *float
22
intermediate_test_coverage_pct: *float
23
marts_test_coverage_pct: *float
0 commit comments