diff --git a/flytepropeller/pkg/compiler/validators/typing.go b/flytepropeller/pkg/compiler/validators/typing.go index 43fbb61760..1fc9c493ca 100644 --- a/flytepropeller/pkg/compiler/validators/typing.go +++ b/flytepropeller/pkg/compiler/validators/typing.go @@ -19,6 +19,8 @@ type trivialChecker struct { } func removeTitleFieldFromProperties(schema map[string]*structpb.Value) { + // TODO: Explain why we need this + // TODO: givse me example about dataclass vs. Pydantic BaseModel properties, ok := schema["properties"] if !ok { return