Mingshi

Results 1 issues of Mingshi

Added the @task.sensor decorator to convert a Python function to an instance of the BaseSensorOperator. Example usage of the decorator is: ``` @task.sensor(poke_interval=60, timeout=3600, mode="poke") def f() -> PokeReturnValue: #...

kind:documentation