You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ta...@apache.org on 2022/12/28 08:16:53 UTC

[airflow] branch main updated (0fae6a0c9e -> 0e349d80bb)

This is an automated email from the ASF dual-hosted git repository.

taragolis pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 0fae6a0c9e Add table_resource to template fields for BigQueryCreateEmptyTableOperator (#28235)
     add 0e349d80bb Add FTPSFileTransmitOperator (#28318)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/ftp/operators/ftp.py             |  19 ++-
 .../operators/index.rst                            |  32 ++++-
 tests/providers/ftp/operators/test_ftp.py          | 150 +++++++++++++++++----
 tests/system/providers/ftp/example_ftp.py          |  35 ++++-
 4 files changed, 202 insertions(+), 34 deletions(-)