uranusjr opened a new pull request, #46415:
URL: https://github.com/apache/airflow/pull/46415

   Operator link currently supports two signatures, one modern using 
TaskInstanceKey, the other old using execution_date. The old signature will 
have a problem after the AIP-83 amendments where None is a possibility. Airflow 
3.0 is a good chance to just get rid of this problem entirely.
   
   TODO:
   
   * Although the signature is documented as deprecated, we currently do not 
emit any warnings for this. We'll need to add the warning to 2.11, and add a 
migration rule for it.
   * News fragment


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to