This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
*** WARNING: tag nightly-master was modified! ***
from cb5430d (commit)
to 77e0a6e (commit)
from cb5430d Fix cron schedule on cancelling workflow (#10002)
add 0142abb Add unit tests for GcpBodyFieldValidator in google cloud
providers (#10003)
add 42fbf9d Add unit tests for MsSqlHook (#10006)
add a28c9c6 Fix Markdown escape in UPDATING.md (#10010)
add 81b87d4 Add unit tests for GcpBodyFieldSanitizer in Google providers
(#9996)
add 0aff69f Add typing to ImapHook (#9887)
add 77e0a6e Add EBANX company to README.md (#10012)
No new revisions were added by this update.
Summary of changes:
README.md | 1 +
UPDATING.md | 30 +--
.../google/cloud/utils/field_sanitizer.py | 4 +-
airflow/providers/imap/hooks/imap.py | 96 ++++---
.../google/cloud/utils/test_field_sanitizer.py | 234 ++++++++++++++++
.../google/cloud/utils/test_field_validator.py | 293 +++++++++++++++++++++
.../microsoft/mssql/hooks}/__init__.py | 0
.../providers/microsoft/mssql/hooks/test_mssql.py | 73 +++++
tests/test_project_structure.py | 3 -
9 files changed, 675 insertions(+), 59 deletions(-)
create mode 100644 tests/providers/google/cloud/utils/test_field_sanitizer.py
create mode 100644 tests/providers/google/cloud/utils/test_field_validator.py
copy tests/{www/api/experimental =>
providers/microsoft/mssql/hooks}/__init__.py (100%)
create mode 100644 tests/providers/microsoft/mssql/hooks/test_mssql.py