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

refactor(hogql): remove shown_as from queries #17843

Merged
merged 3 commits into from
Oct 9, 2023
Merged

Conversation

thmsobrmlr
Copy link
Contributor

@thmsobrmlr thmsobrmlr commented Oct 6, 2023

Problem

The shown_as param is redundant with the query type.

Changes

This PR remove the param from the new query nodes. Trends insights with "Stickiness" shown_as already get converted to StickinessQuerys and are the only case where that's necessary.

How did you test this code?

CI run

@thmsobrmlr thmsobrmlr marked this pull request as ready for review October 7, 2023 12:41
@thmsobrmlr thmsobrmlr requested a review from a team October 7, 2023 12:43
@thmsobrmlr thmsobrmlr merged commit 44025f8 into master Oct 9, 2023
76 checks passed
@thmsobrmlr thmsobrmlr deleted the remove-shown-as branch October 9, 2023 07:29
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