Fokko edited a comment on issue #5990: [AIRFLOW-5390] Remove provide context
URL: https://github.com/apache/airflow/pull/5990#issuecomment-527400006
 
 
   Thanks @ashb for thinking along. Appreciate it. I've added the tests to the 
suite.
   
   I think we can fix the one with the op_args by skipping the first 
`len(op_args)` number of arguments. This would not introduce any change in 
behavior. Similar to the arguments in the `kwargs`, we could give the keys in 
`op_kwargs` priority.
   
   `kwargs` is actually handled: 
https://github.com/apache/airflow/blob/master/airflow/operators/python_operator.py#L108-L109

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to