Skip to content

Commit 27d27a5

Browse files
committed
Merge branch 'feature/support_concatenated_sql_as_unique_key' of github.com:dbt-labs/dbt-audit-helper into feature/support_concatenated_sql_as_unique_key
1 parent 4f58cb7 commit 27d27a5

8 files changed

+8
-8
lines changed

integration_tests/models/compare_all_columns_concatenated_sql_as_primary_key_with_summary.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set a_relation=ref('data_compare_all_columns__market_of_choice_produce__concatenated_pk')%}
1+
{% set a_relation=ref('data_compare_all_columns__market_produce__concatenated_pk')%}
22

33
{% set b_relation=ref('data_compare_all_columns__albertsons_produce__concatenated_pk') %}
44

integration_tests/models/compare_all_columns_concatenated_sql_as_primary_key_without_summary.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set a_relation=ref('data_compare_all_columns__market_of_choice_produce__concatenated_pk')%}
1+
{% set a_relation=ref('data_compare_all_columns__market_produce__concatenated_pk')%}
22

33
{% set b_relation=ref('data_compare_all_columns__albertsons_produce__concatenated_pk') %}
44

integration_tests/models/schema.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ models:
66
- dbt_utils.equality:
77
compare_model: ref('expected_results__compare_relations_without_exclude')
88

9-
- name: compare_queries_concatenated_sql_as_primary_key_without_summary
9+
- name: compare_queries_concat_pk_as_primary_key_without_summary
1010
tests:
1111
- dbt_utils.equality:
1212
compare_model: ref('expected_results__compare_without_summary')
@@ -51,15 +51,15 @@ models:
5151
- dbt_utils.equality:
5252
compare_model: ref('expected_results__compare_all_columns_without_summary')
5353

54-
- name: compare_all_columns_concatenated_sql_as_primary_key_with_summary
54+
- name: compare_all_columns_concat_pk_as_primary_key_with_summary
5555
tests:
5656
- dbt_utils.equality:
57-
compare_model: ref('expected_results__compare_all_columns_concatenated_sql_as_primary_key_with_summary')
57+
compare_model: ref('expected_results__compare_all_columns_concat_pk_with_summary')
5858

59-
- name: compare_all_columns_concatenated_sql_as_primary_key_without_summary
59+
- name: compare_all_columns_concat_pk_as_primary_key_without_summary
6060
tests:
6161
- dbt_utils.equality:
62-
compare_model: ref('expected_results__compare_all_columns_concatenated_sql_as_primary_key_without_summary')
62+
compare_model: ref('expected_results__compare_all_columns_concat_pk_without_summary')
6363

6464
- name: compare_all_columns_with_summary_and_exclude
6565
tests:
@@ -76,7 +76,7 @@ models:
7676
- dbt_utils.equality:
7777
compare_model: ref('expected_results__compare_relation_columns')
7878

79-
- name: compare_relations_concatenated_sql_as_primary_key_without_summary
79+
- name: compare_relations_concat_pk_without_summary
8080
tests:
8181
- dbt_utils.equality:
8282
compare_model: ref('expected_results__compare_without_summary')

0 commit comments

Comments
 (0)