webdevsamran commented on issue #72588:
URL: https://github.com/apache/airflow/issues/72588#issuecomment-5559740982

   Hi team, I would like to work on this issue.
   
   In `BaseOperator.partial()` and `MappedOperator.unmap()`, injecting 
hardcoded `OPERATOR_DEFAULTS` into `partial_kwargs` causes custom operator 
subclasses that override base parameter defaults to have their custom defaults 
overwritten during unmapping. I can update the unmapping / partial argument 
resolution logic to respect subclass constructor defaults, and add regression 
tests for dynamically mapped custom operators.
   
   Could you please assign this to me? Thanks!
   


-- 
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]

Reply via email to