jason810496 commented on PR #73126: URL: https://github.com/apache/airflow/pull/73126#issuecomment-5730184957
Actually in the case of Go SDK: - For `TaskHandler` interface, we keep the dag_id and task_id as mandatory - For native Dag, the task_id can be optional. How about let's follow the same convention as Go SDK side as well? That the dag_id and task_id are mandatory for `TaskHandler`. -- 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]
