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

chore: Replace team.name for team.slug in feedback_summary view #3152

Merged
merged 1 commit into from
May 15, 2024

Conversation

DafyddLlyr
Copy link
Contributor

@DafyddLlyr DafyddLlyr commented May 15, 2024

Having team_slug means we can match on variables in existing dashboards without an additional join in Metabase.

CREATE OR REPLACE VIEW "public"."feedback_summary" AS
SELECT
fb.id AS feedback_id,
t.slug AS team,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This line is the only change here.

Copy link

github-actions bot commented May 15, 2024

Removed vultr server and associated DNS entries

@DafyddLlyr DafyddLlyr merged commit a4d0cd6 into main May 15, 2024
12 checks passed
@DafyddLlyr DafyddLlyr deleted the dp/team-slug-feedback-summary branch May 15, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants