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 51d96334b8 Use `schedule` param rather than `timetable` in Timetables
docs (#29255)
add 42dd812021 Add `FileTrigger` (#29265)
No new revisions were added by this update.
Summary of changes:
airflow/triggers/file.py | 73 +++++++++++++++++++++++++++++++++++++++++++++
tests/triggers/test_file.py | 64 +++++++++++++++++++++++++++++++++++++++
2 files changed, 137 insertions(+)
create mode 100644 airflow/triggers/file.py
create mode 100644 tests/triggers/test_file.py