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: enable partitioning by DATE column #1074

Merged
merged 2 commits into from
May 13, 2024

Conversation

bnaul
Copy link
Contributor

@bnaul bnaul commented May 13, 2024

Fixes #1056

Recreating #1057 from a user fork to allow edits by maintainers. cc @chalmerlowe

Fixes googleapis#1056.

Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
@bnaul bnaul requested review from a team as code owners May 13, 2024 15:06
@bnaul bnaul requested a review from alvarowolfx May 13, 2024 15:06
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. labels May 13, 2024
@chalmerlowe chalmerlowe changed the title Fix partitioning by DATE column feat: enable partitioning by DATE column May 13, 2024
@chalmerlowe
Copy link
Collaborator

@bnaul

I just made a PR to do this same thing and when I came here to incorporate it into this repo, I noticed you had done the same. Ha ha. 😃
Gonna let the tests run and make sure they pass.

@chalmerlowe chalmerlowe added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 13, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 13, 2024
@Linchin Linchin assigned chalmerlowe and unassigned shollyman May 13, 2024
@chalmerlowe chalmerlowe added the owlbot:run Add this label to trigger the Owlbot post processor. label May 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 13, 2024
Copy link
Collaborator

@chalmerlowe chalmerlowe left a comment

Choose a reason for hiding this comment

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

LGTM.

Thank you @bnaul
I appreciate your hard work and your patience.

@chalmerlowe chalmerlowe merged commit ad69c63 into googleapis:main May 13, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Time partitioning on DATE column fails with type_="DAY"
4 participants