Andrushika commented on code in PR #69965: URL: https://github.com/apache/airflow/pull/69965#discussion_r3615220960
########## go-sdk/bundle/bundlev1/registry.go: ########## Review Comment: Good catch. `AddTask` is already covered by the shared registration path: `registerTask` derives the function name and passes it to `registerTaskWithName`, which calls `validateKey` on the task ID. So both `AddTask` and `AddTaskWithName` validate the final task ID. I guess no additional change is needed here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
