From d4cd3faea71fa33e1f8cbbcd649b0466c04fbc92 Mon Sep 17 00:00:00 2001 From: Sam Debruyn Date: Fri, 7 Oct 2022 21:58:37 +0200 Subject: [PATCH] override seed --- integration_tests/dbt_audit_helper/dbt_project.yml | 1 + .../expected_results__compare_relations_without_exclude.csv | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 integration_tests/dbt_audit_helper/seeds/expected_results__compare_relations_without_exclude.csv diff --git a/integration_tests/dbt_audit_helper/dbt_project.yml b/integration_tests/dbt_audit_helper/dbt_project.yml index 943c9f8..8aadb3d 100644 --- a/integration_tests/dbt_audit_helper/dbt_project.yml +++ b/integration_tests/dbt_audit_helper/dbt_project.yml @@ -30,3 +30,4 @@ models: seeds: audit_helper_integration_tests: expected_results__compare_without_summary: *disabled + expected_results__compare_relations_without_exclude: *disabled diff --git a/integration_tests/dbt_audit_helper/seeds/expected_results__compare_relations_without_exclude.csv b/integration_tests/dbt_audit_helper/seeds/expected_results__compare_relations_without_exclude.csv new file mode 100644 index 0000000..2f02e56 --- /dev/null +++ b/integration_tests/dbt_audit_helper/seeds/expected_results__compare_relations_without_exclude.csv @@ -0,0 +1,4 @@ +in_a,in_b,count,percent_of_total +1,1,1,33.33 +1,0,1,33.33 +0,1,1,33.33