Operator links do not work in Airflow 3.
- The plan is to change the interface in a way that webserver doesn't have to execute the user code:
get_link
- We will push an xcom during task runtime to the XCOM backend. The key will be as defined in the operator link
- While reading from the webserver, instead of reading from the
get_link method, XCom is read.