Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change where clause in unique_key example #5897

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

bethanyhipple-dbtlabs
Copy link
Contributor

What are you changing in this pull request and why?

The max statement in the where clause for the unique_key example referred to event_time, but event_time isn't in the select statement. So this should be updated to max(date_day).

Checklist

The where clause in the unique_key example referred to event_time, but event_time isn't in the select statement. So this should be updated to date_day.
@bethanyhipple-dbtlabs bethanyhipple-dbtlabs requested a review from a team as a code owner August 6, 2024 18:17
Copy link

vercel bot commented Aug 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview Aug 6, 2024 9:30pm

@github-actions github-actions bot added content Improvements or additions to content size: x-small This change will take under 3 hours to fix. labels Aug 6, 2024
Copy link
Contributor

@matthewshaver matthewshaver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome catch! Thank you @bethanyhipple-dbtlabs

@matthewshaver matthewshaver enabled auto-merge (squash) August 6, 2024 21:23
@matthewshaver matthewshaver merged commit 57ac634 into current Aug 6, 2024
10 checks passed
@matthewshaver matthewshaver deleted the bethanyhipple-dbtlabs-patch-1 branch August 6, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content size: x-small This change will take under 3 hours to fix.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants