fix: grouping sets, rollup and cube rendering issue by kiraksi · Pull Request #1019 · googleapis/python-bigquery-sqlalchemy · GitHub
Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

fix: grouping sets, rollup and cube rendering issue#1019

Closed
kiraksi wants to merge 9 commits into
googleapis:development-build-v1.11.0.dev2from
kiraksi:grouping-rollup-cube
Closed

fix: grouping sets, rollup and cube rendering issue#1019
kiraksi wants to merge 9 commits into
googleapis:development-build-v1.11.0.dev2from
kiraksi:grouping-rollup-cube

Conversation

@kiraksi

@kiraksi kiraksi commented Jan 31, 2024

Copy link
Copy Markdown
Contributor

This PR:

  • Introduces Grouping Sets, Rollup and Cube compatibility with SQLAlchemy compiler
  • Addresses internal and github customer issues
  • Should not be merged before SQLAlchemy 2.0 migration is merged into main (this PR is only compatible with 1.4+)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #879 🦕

@product-auto-label product-auto-label Bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. labels Jan 31, 2024
@kiraksi kiraksi added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jan 31, 2024
@kiraksi kiraksi changed the base branch from main to development-build-v1.11.0.dev2 February 1, 2024 18:14
@kiraksi kiraksi added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. labels Feb 1, 2024
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 1, 2024
@kiraksi kiraksi added kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 1, 2024
@parthea parthea added kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 1, 2024
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 1, 2024
@kiraksi kiraksi added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 6, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 6, 2024
@kiraksi kiraksi marked this pull request as ready for review February 6, 2024 07:45
@kiraksi kiraksi requested review from a team, chalmerlowe and tswast and removed request for a team February 6, 2024 07:45
@kiraksi kiraksi removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Feb 6, 2024
@kiraksi kiraksi changed the title feat: grouping sets, rollup and cube sqla compatibility fix: grouping sets, rollup and cube rendering issue Feb 6, 2024
Comment thread sqlalchemy_bigquery/base.py Outdated
@kiraksi kiraksi added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 8, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 8, 2024
@kiraksi kiraksi added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 8, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 8, 2024
@kiraksi kiraksi requested a review from chalmerlowe February 8, 2024 21:00

@chalmerlowe chalmerlowe left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@kiraksi

kiraksi commented Feb 12, 2024

Copy link
Copy Markdown
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GROUP BY clause will not properly rendered if there is a function applied column expression

4 participants