We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c52f3 commit 615f7faCopy full SHA for 615f7fa
1 file changed
odpf/assets/table.proto
@@ -70,6 +70,8 @@ message TableProfile {
70
int64 usage_count = 4;
71
72
repeated TableCommonJoin common_join = 5;
73
+
74
+ repeated string filter_conditions = 6;
75
}
76
77
// TableCommonJoin is the metric of which are other tables that are joined with this table
@@ -78,7 +80,5 @@ message TableCommonJoin {
78
80
79
81
int64 count = 2;
82
- repeated string join_conditions = 3;
-
83
- repeated string filter_conditions = 4;
+ repeated string conditions = 3;
84
0 commit comments