Skip to content

Commit 615f7fa

Browse files
committed
feat(assets): restructuring the filter conditions in table profile
1 parent 74c52f3 commit 615f7fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

odpf/assets/table.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ message TableProfile {
7070
int64 usage_count = 4;
7171

7272
repeated TableCommonJoin common_join = 5;
73+
74+
repeated string filter_conditions = 6;
7375
}
7476

7577
// TableCommonJoin is the metric of which are other tables that are joined with this table
@@ -78,7 +80,5 @@ message TableCommonJoin {
7880

7981
int64 count = 2;
8082

81-
repeated string join_conditions = 3;
82-
83-
repeated string filter_conditions = 4;
83+
repeated string conditions = 3;
8484
}

0 commit comments

Comments
 (0)