Skip to content

Commit

Permalink
fixed model alias issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kgmcquate committed Feb 28, 2024
1 parent ad3bc42 commit 46f1c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/models/sp500_agg.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WITH
formatted as (
SELECT
{{ dbt_date.date_part("month", adapter.quote("day")) }} as month,
high,
low
adapter.quote("high") as high,
adapter.quote("low") as low
FROM {{ ref('sp500_daily') }}
)
SELECT
Expand Down

0 comments on commit 46f1c73

Please sign in to comment.