This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 42cba9b2759 Move `EdgeInfoType` to Task SDK (#52180)
     add 84a3acb05f6 Add deprecation to `airflow/sensors/base.py` (#52249)

No new revisions were added by this update.

Summary of changes:
 airflow-core/src/airflow/sensors/__init__.py       |  6 +++++-
 airflow-core/src/airflow/sensors/base.py           | 24 ----------------------
 .../providers/databricks/sensors/databricks.py     |  4 ++--
 .../src/airflow/providers/dbt/cloud/sensors/dbt.py |  7 ++++++-
 .../http/tests/unit/http/sensors/test_http.py      |  6 +++++-
 .../microsoft/azure/sensors/data_factory.py        |  7 ++++++-
 .../src/airflow/providers/standard/sensors/bash.py |  7 ++++++-
 .../providers/standard/sensors/date_time.py        |  6 +++++-
 .../providers/standard/sensors/external_task.py    |  2 +-
 .../providers/standard/sensors/filesystem.py       |  7 ++++++-
 .../airflow/providers/standard/sensors/python.py   |  7 ++++++-
 .../src/airflow/providers/standard/sensors/time.py |  7 ++++++-
 .../providers/standard/sensors/time_delta.py       | 10 ++++++---
 .../airflow/providers/standard/sensors/weekday.py  |  7 ++++++-
 14 files changed, 67 insertions(+), 40 deletions(-)
 delete mode 100644 airflow-core/src/airflow/sensors/base.py

Reply via email to