Skip to content

Commit

Permalink
Update full_moon_no_sleep.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanctoth committed Feb 26, 2024
1 parent 1f099da commit f3d153a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbtlearn/analyses/full_moon_no_sleep.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WITH mart_fullmoon_reviews AS (
SELECT * FROM {{ ref('mart_fullmoon_reviews') }}
SELECT * FROM {{ ref('fullmoon_reviews') }}
)
SELECT
is_full_moon,
Expand All @@ -12,4 +12,4 @@ GROUP BY
review_sentiment
ORDER BY
is_full_moon,
review_sentiment
review_sentiment

0 comments on commit f3d153a

Please sign in to comment.