kiran2706 commented on issue #49875: URL: https://github.com/apache/airflow/issues/49875#issuecomment-2904382582
@ashb - Can I take a shot at this? My plan is to implement it by intercepting function calls in TaskDecorator.__call__, and inspecting the call stack to detect potential self-invocations caused by naming collisions between the function and the task object. If detected, I'll log a clear warning or optionally raise an informative error to help users debug it faster. Let me know if you have any suggestions before I start cc: @potiuk -- 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]
