This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 1f7b296227 Auto tail file logs in Web UI (#26169)
add 3783be420c Migrate DMS sample dag to system test (#26270)
No new revisions were added by this update.
Summary of changes:
.../amazon/aws/example_dags/example_dms.py | 337 ----------------
.../operators/dms.rst | 12 +-
docs/spelling_wordlist.txt | 1 +
tests/system/providers/amazon/aws/example_dms.py | 439 +++++++++++++++++++++
4 files changed, 446 insertions(+), 343 deletions(-)
delete mode 100644 airflow/providers/amazon/aws/example_dags/example_dms.py
create mode 100644 tests/system/providers/amazon/aws/example_dms.py