airflow-declarative icon indicating copy to clipboard operation
airflow-declarative copied to clipboard

Support class/static methods as callbacks

Open kxepal opened this issue 7 years ago • 0 comments

For now it's possible to specify function or callable-class as a callback. For some cases it's handly to set classmethod or staticmethod as a operator callback. It's actually more important for the with_items.using one, but since they shares the same field specification, supporting both would be nice.

kxepal avatar Jul 30 '17 11:07 kxepal