You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/03/22 16:21:18 UTC

[airflow] branch main updated (fa655fe -> 4de9d66)

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 fa655fe  Allow to except_skip None on BranchPythonOperator (#20411)
     add 4de9d66  ImapAttachmentToS3Operator: fix it, update sample dag and update doc (#22351)

No new revisions were added by this update.

Summary of changes:
 .../example_dags/example_imap_attachment_to_s3.py  | 14 ++---
 .../amazon/aws/transfers/imap_attachment_to_s3.py  | 30 ++++++++--
 airflow/providers/amazon/provider.yaml             |  2 +-
 .../operators/imap_attachment_to_s3.rst            | 66 ----------------------
 .../operators/transfer/imap_attachment_to_s3.rst}  | 31 +++++-----
 docs/apache-airflow-providers-amazon/redirects.txt |  1 +
 .../aws/transfers/test_imap_attachment_to_s3.py    |  2 +
 .../transfers/test_imap_attachment_to_s3_system.py |  7 +--
 8 files changed, 52 insertions(+), 101 deletions(-)
 delete mode 100644 docs/apache-airflow-providers-amazon/operators/imap_attachment_to_s3.rst
 copy docs/{apache-airflow-providers-google/operators/transfer/salesforce_to_gcs.rst => apache-airflow-providers-amazon/operators/transfer/imap_attachment_to_s3.rst} (52%)