Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
clrcrl committed Dec 23, 2020
1 parent 171970e commit edf40bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/models/sql/test_star_aliases.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

-- TODO : Should the star macro use a case-insensitive comparison for the `except` field on Snowflake?

{% set aliases = {'FIELD_3':'aliased'} if target.type == 'snowflake' else {'field_3':'aliased'} %}
{% set aliases = {'FIELD_3':'ALIASED'} if target.type == 'snowflake' else {'field_3':'aliased'} %}


with data as (
Expand Down

0 comments on commit edf40bf

Please sign in to comment.