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

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


    from df31902  Removed 'request.referrer' from views.py  (#21751)
     add 942f8fd  Add GCSToTrinoOperator (#21704)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.rst                                   |   1 +
 airflow/providers/dependencies.json                |   3 +
 .../providers/trino/example_dags}/__init__.py      |   0
 .../example_dags/example_gcs_to_trino.py}          |  18 +--
 airflow/providers/trino/provider.yaml              |   6 +
 .../providers/trino/transfers}/__init__.py         |   0
 .../transfers/gcs_to_trino.py}                     |  65 +++++----
 docs/apache-airflow-providers-trino/index.rst      |   7 +
 .../operators/transfer/gcs_to_trino.rst}           |  29 +++--
 .../trino/transfers}/__init__.py                   |   0
 tests/providers/trino/transfers/test_gcs_trino.py  | 145 +++++++++++++++++++++
 11 files changed, 229 insertions(+), 45 deletions(-)
 copy {tests/www/api/experimental => 
airflow/providers/trino/example_dags}/__init__.py (100%)
 copy airflow/providers/{presto/example_dags/example_gcs_to_presto.py => 
trino/example_dags/example_gcs_to_trino.py} (74%)
 copy {tests/www/api/experimental => 
airflow/providers/trino/transfers}/__init__.py (100%)
 copy airflow/providers/{presto/transfers/gcs_to_presto.py => 
trino/transfers/gcs_to_trino.py} (60%)
 copy 
docs/{apache-airflow-providers-presto/operators/transfer/gcs_to_presto.rst => 
apache-airflow-providers-trino/operators/transfer/gcs_to_trino.rst} (56%)
 copy tests/{www/api/experimental => providers/trino/transfers}/__init__.py 
(100%)
 create mode 100644 tests/providers/trino/transfers/test_gcs_trino.py

Reply via email to