dabla commented on code in PR #62922: URL: https://github.com/apache/airflow/pull/62922#discussion_r3498710950
########## .github/CODEOWNERS: ########## @@ -161,6 +161,9 @@ Dockerfile.ci @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl @bugraoz93 @ja # AIP-72 - Task SDK # Python SDK /task-sdk/ @ashb @kaxil @amoghrajesh +/task-sdk/**/executor.py @dabla +/task-sdk/**/iterableoperator.py @dabla +/task-sdk/**/partitionedoperator.py @dabla Review Comment: Good catch TP, will rename partitionedoperator.py to batchedoperator.py -- 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]
