Skip to content

Commit bee7839

Browse files
tf-metadata-teamtf-metadata-team
authored andcommitted
Add IFTTT guard to update TFDV anomalies docs.
PiperOrigin-RevId: 368731855
1 parent 7f9fb4b commit bee7839

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflow_metadata/proto/v0/anomalies.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ message AnomalyInfo {
5252
repeated DiffRegion diff_regions = 4;
5353

5454
// Next ID: 84
55+
// LINT.IfChange
5556
enum Type {
5657
UNKNOWN_TYPE = 0;
5758
// Multiple reasons for anomaly.
@@ -240,6 +241,7 @@ message AnomalyInfo {
240241
// corresponding stats are not available.
241242
STATS_NOT_AVAILABLE = 83;
242243
}
244+
// LINT.ThenChange(//tensorflow_data_validation/g3doc/anomalies.md)
243245
// Reason for the anomaly. There may be more than one reason,
244246
// e.g. the field might be missing sometimes AND a new value is
245247
// present.

0 commit comments

Comments
 (0)