cansjt commented on issue #18116: URL: https://github.com/apache/airflow/issues/18116#issuecomment-916159341
Sorry if this is a duplicate. I searched the methods names, but could not find anything. I am not sure I understand what you mean about these method not being public. In the context of an operator comes the `TaskInstance` instance. It has been so since forever too. So I would consider all public methods of the `TaskInstance` class to be public API. By extension any object reachable from the context or through calls to public methods on those objects to be public API. I do understand that fixing this could break lots of different behaviors, though. So if it is less risky to simply had another method with the proper behavior, that would be okay to me, though naming it will probably be a bit difficult. -- 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]
