hussein-awala opened a new pull request, #29913:
URL: https://github.com/apache/airflow/pull/29913

   closes: #29903
   
   ---
   Currently the `BaseOperator` overrides the mapped tasks partial arguments by 
DAG default args when they are provided regardless the value of partial 
arguments, but by definition, Airflow should uses these default args only when 
the operator argument is not provided.
   
   This PR fills the `partial_kwargs` dictionary with the arguments and kwargs 
of the partial method, and then just replaces the None values with the default 
arguments values.


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