ashb commented on a change in pull request #11922:
URL: https://github.com/apache/airflow/pull/11922#discussion_r519912623



##########
File path: airflow/utils/helpers.py
##########
@@ -202,3 +202,48 @@ def cross_downstream(*args, **kwargs):
         stacklevel=2,
     )
     return 
import_string('airflow.models.baseoperator.cross_downstream')(*args, **kwargs)
+
+
+def determine_kwargs(func: Callable, args: Union[Tuple, List], kwargs: Dict) 
-> Dict:

Review comment:
       Lets move this in to airflow.utils.operator_helpers.
   
   I'll make this change.




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


Reply via email to