Skip to content

Commit

Permalink
Fixing an issue where the mutually exclusive range test doesn't work …
Browse files Browse the repository at this point in the history
…with store failures with a multi-column concatenated partition by clause. As per: dbt-labs#423
  • Loading branch information
codigo-ergo-sum committed Oct 20, 2021
1 parent 73a6556 commit fb2483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/schema_tests/mutually_exclusive_ranges.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ with window_functions as (

select
{% if partition_by %}
{{ partition_by }},
{{ partition_by }} as partition_by_col,
{% endif %}
{{ lower_bound_column }} as lower_bound,
{{ upper_bound_column }} as upper_bound,
Expand Down

0 comments on commit fb2483d

Please sign in to comment.