ephraimbuddy commented on PR #22941: URL: https://github.com/apache/airflow/pull/22941#issuecomment-1096927521
> This would be very useful! Would it be worth guarding against `BaseOperator` parameters being used for the decorated task args itself? e.g. Not allowing a decorated task to have `pool` or `owner`, etc. as a parameter since it should be reserved for the operator. The idea is when they get the `pool`, `owner`, etc arguments, it'll be updated for the operator but not passed to the decorated task(python_callable). That's how we could reuse the task in different places -- 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]
