Skip to content

Commit c7c5200

Browse files
committed
Updates Tasks config
Updates key to match pinot documentation
1 parent db4a1f3 commit c7c5200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/Table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ type TierConfig struct {
167167
}
168168

169169
type Task struct {
170-
TaskConfigMap map[string]string `json:"taskConfigMap"`
170+
TaskTypesConfigMap map[string]string `json:"taskTypeConfigsMap"`
171171
}
172172

173173
type Table struct {

0 commit comments

Comments
 (0)