Skip to content

Commit

Permalink
Simplify the case-sensitive unpivot test model
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Jun 26, 2024
1 parent 3e7b4ee commit 02ba414
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions integration_tests/models/sql/test_unpivot_quote.sql
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
select
-- snowflake requires quoted column names for this test
{{ adapter.quote("customer_id") }},
{{ adapter.quote("created_at") }},
{{ adapter.quote("prop") }},
{{ adapter.quote("val") }}

from (
{{ dbt_utils.unpivot(
relation=ref('data_unpivot_quote'),
cast_to=type_string(),
Expand All @@ -15,4 +8,3 @@ from (
value_name='val',
quote_identifiers=True,
) }}
) as sbq

0 comments on commit 02ba414

Please sign in to comment.