Skip to content

Commit

Permalink
Update course-resources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanctoth authored Jan 30, 2025
1 parent 817730d commit e6855da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _course_resources/course-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ WITH src_reviews AS (
SELECT * FROM {{ ref('src_reviews') }}
)
SELECT
{{ dbt_utils.surrogate_key(['listing_id', 'review_date', 'reviewer_name', 'review_text']) }}
{{ dbt_utils.generate_surrogate_key(['listing_id', 'review_date', 'reviewer_name', 'review_text']) }}
AS review_id,
*
FROM src_reviews
Expand Down

0 comments on commit e6855da

Please sign in to comment.