[GitHub] [airflow] uranusjr commented on a change in pull request #20530: Add sensor decorator

2022-01-09 Thread GitBox
uranusjr commented on a change in pull request #20530: URL: https://github.com/apache/airflow/pull/20530#discussion_r780864287 ## File path: tests/decorators/test_sensor.py ## @@ -0,0 +1,131 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribu

[GitHub] [airflow] uranusjr commented on a change in pull request #20530: Add sensor decorator

2022-01-09 Thread GitBox
uranusjr commented on a change in pull request #20530: URL: https://github.com/apache/airflow/pull/20530#discussion_r780864007 ## File path: docs/apache-airflow/tutorial_taskflow_api.rst ## @@ -208,6 +208,51 @@ Python version to run your function. These two options should allo

[GitHub] [airflow] uranusjr commented on a change in pull request #20530: Add sensor decorator

2022-01-05 Thread GitBox
uranusjr commented on a change in pull request #20530: URL: https://github.com/apache/airflow/pull/20530#discussion_r779290436 ## File path: airflow/decorators/sensor.py ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lic

[GitHub] [airflow] uranusjr commented on a change in pull request #20530: Add sensor decorator

2022-01-05 Thread GitBox
uranusjr commented on a change in pull request #20530: URL: https://github.com/apache/airflow/pull/20530#discussion_r779290017 ## File path: airflow/decorators/__init__.py ## @@ -19,6 +19,7 @@ from airflow.decorators.python import PythonDecoratorMixin, python_task # noqa f

[GitHub] [airflow] uranusjr commented on a change in pull request #20530: Add sensor decorator

2022-01-04 Thread GitBox
uranusjr commented on a change in pull request #20530: URL: https://github.com/apache/airflow/pull/20530#discussion_r778544900 ## File path: airflow/decorators/sensor.py ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lic