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

Unable to save data on bigquery using hourly partition. #226

Closed
OatmealLick opened this issue Aug 3, 2020 · 3 comments
Closed

Unable to save data on bigquery using hourly partition. #226

OatmealLick opened this issue Aug 3, 2020 · 3 comments
Assignees

Comments

@OatmealLick
Copy link

BigQuery supports now hourly partitioning. In your library there already is an enum with Type.HOUR but is not being supported. When I'm trying to save hourly partition with partition format set with
.option("datePartition", "2020080212")
I end up with date validation/formatting Exception.

Would you provide a way to save data using BigQuery hourly partitions?

@davidrabinowitz davidrabinowitz self-assigned this Aug 4, 2020
@OatmealLick
Copy link
Author

Hi, are there any plans for this feature? Do you have roadmap for this project? I'd like to be able to somewhat estimate is it up for use :)

@davidrabinowitz
Copy link
Member

I'm actively working on it, should be released soon

@davidrabinowitz
Copy link
Member

Fixed by PR #267

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

No branches or pull requests

2 participants