This is an automated email from the ASF dual-hosted git repository.
rom pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 987c50a0ae9 BUG Update `initialise_virtualenv.py` to use `uv sync`
(#44096)
add 36803b8bd9a Move filesystem sensor to standard provider (#43890)
No new revisions were added by this update.
Summary of changes:
RELEASE_NOTES.rst | 4 ++--
airflow/example_dags/example_sensors.py | 2 +-
airflow/reproducible_build.yaml | 4 ++--
contributing-docs/03_contributors_quick_start.rst | 2 +-
.../operator => apache-airflow-providers-standard/sensors}/file.rst | 2 +-
docs/apache-airflow/howto/operator/index.rst | 1 -
docs/apache-airflow/operators-and-hooks-ref.rst | 3 ---
docs/apache-airflow/tutorial/taskflow.rst | 2 +-
providers/src/airflow/providers/standard/provider.yaml | 1 +
.../src/airflow/providers/standard}/sensors/filesystem.py | 0
tests/cli/commands/test_task_command.py | 2 +-
tests/sensors/test_filesystem.py | 2 +-
12 files changed, 11 insertions(+), 14 deletions(-)
rename docs/{apache-airflow/howto/operator =>
apache-airflow-providers-standard/sensors}/file.rst (92%)
rename {airflow =>
providers/src/airflow/providers/standard}/sensors/filesystem.py (100%)