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 863497f commit ad3bc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/models/sp500_agg.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ SELECT
MAX(high) as high,
MIN(low) as low
FROM formatted
GROUP BY month
GROUP BY month

0 comments on commit ad3bc42

Please sign in to comment.