csm10495 commented on code in PR #28369: URL: https://github.com/apache/airflow/pull/28369#discussion_r1049241577
########## docs/apache-airflow/concepts/taskflow.rst: ########## @@ -182,6 +182,15 @@ for deserialization ensure that ``deserialize(data: dict, version: int)`` is spe Note: Typing of ``__version__`` is required and needs to be ``ClassVar[int]`` + +Sensors and the TaskFlow API +-------------------------------------- + +.. versionadded:: 2.5.0 + +For an example of writing a Sensor using the TaskFlow API, see +:ref:`Using the TaskFlow API with Sensor operators <taskflow/task_sensor_example>`. Review Comment: What in particular would fit in well here? I'd rather not take the same content from over there since it seems to make sense there. -- 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]
