Nino Walker
Results
4
comments of
Nino Walker
It seems this is still pending. Is there a netty 4.0.x version still in the works?
Is this dead? /cc @gobengo
For additional context, with the python debugger inside `execute_callable` of the PythonOperator (which wraps the function in question): 1. It's calling `self.python_callable(*self.op_args, **self.op_kwargs)` 2. `self.op_kwargs` are unresolved. 3. However, `self.inlets`...