-
Notifications
You must be signed in to change notification settings - Fork 674
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
Time partition granularity #4959
Conversation
Signed-off-by: Yee Hing Tong <[email protected]>
989f70c
to
a45d97d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4959 +/- ##
==========================================
- Coverage 58.98% 58.96% -0.02%
==========================================
Files 645 645
Lines 55559 55562 +3
==========================================
- Hits 32770 32761 -9
- Misses 20195 20206 +11
- Partials 2594 2595 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
@@ -20,18 +20,38 @@ message ArtifactKey { | |||
message ArtifactBindingData { | |||
// These two fields are only relevant in the partition value case | |||
oneof partition_data { | |||
string partition_key = 2; | |||
bool bind_to_time_partition = 3; | |||
string partition_key = 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Safe to change these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, we're dropping all tables on this one.
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
Tracking issue
https://github.com/flyteorg/flyte/issues/
Why are the changes needed?
Adding granularity enum to time partition for ID
What changes were proposed in this pull request?
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link