'Make Airflow custom operator compliant with Taskflow API

I just discovered the Taskflow API by watching the Airflow summit 2022.

It works fine, but I still heavily rely on "classic" operators, some of them I have written myself.

Is there documentation that explains how I could make my custom operators compliant with the Taskflow API? I guess that would mean:

  • not relying on bitwise syntax for dependency
  • not relying on .output to get to the return values of my operators


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source