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

feat(mql): Support groupby parsing for formula join queries #6077

Merged
merged 7 commits into from
Jul 3, 2024

Conversation

enochtangg
Copy link
Member

The MQL parser should be able to handle queries containing a groupby clause and resolve the query to the correct JOIN. This PR is responsible for fixing an aliasing bug in the selected expression and updating a validation check to allow one-sided groupby formula queries. See test_formula_mql_query.py for support queries.

@enochtangg enochtangg requested a review from a team as a code owner June 28, 2024 18:25
@enochtangg enochtangg requested a review from john-z-yang July 2, 2024 14:46
@enochtangg enochtangg merged commit 1efe9ae into master Jul 3, 2024
29 checks passed
@enochtangg enochtangg deleted the enocht/support-groupby-formula-join branch July 3, 2024 15:20
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