This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from adf7755 Add extra field to get_connnection REST endpoint (#13885)
add d0ab7f6 Add ExasolToS3Operator (#13847)
No new revisions were added by this update.
Summary of changes:
CONTRIBUTING.rst | 2 +-
.../providers/amazon/aws/transfers/exasol_to_s3.py | 117 +++++++++++++++++++++
airflow/providers/amazon/provider.yaml | 3 +
airflow/providers/dependencies.json | 1 +
airflow/providers/exasol/hooks/exasol.py | 33 +++++-
.../amazon/aws/transfers/test_exasol_to_s3.py | 68 ++++++++++++
tests/providers/exasol/hooks/test_exasol.py | 20 ++++
7 files changed, 242 insertions(+), 2 deletions(-)
create mode 100644 airflow/providers/amazon/aws/transfers/exasol_to_s3.py
create mode 100644 tests/providers/amazon/aws/transfers/test_exasol_to_s3.py