Skip to content

Commit

Permalink
add unset
Browse files Browse the repository at this point in the history
  • Loading branch information
squiishyy committed Feb 29, 2024
1 parent 8e02f16 commit 44d3f50
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flyteidl/protos/flyteidl/core/artifact_id.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ message ArtifactBindingData {
}

enum Granularity {
MINUTE = 0;
HOUR = 1;
DAY = 2; // default
MONTH = 3;
UNSET = 0;
MINUTE = 1;
HOUR = 2;
DAY = 3; // default
MONTH = 4;
}

enum Operator {
Expand Down

0 comments on commit 44d3f50

Please sign in to comment.