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 32fc4be502 Migrate Google example DAG mysql_to_gcs to new design 
AIP-47 (#24540)
     add 865406cbab Add TrinoOperator (#24415)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/trino/hooks/trino.py             | 52 +++++++++---
 .../trino/operators}/__init__.py                   |  0
 .../operators/jdbc.py => trino/operators/trino.py} | 57 +++++++------
 airflow/providers/trino/provider.yaml              |  7 ++
 docs/apache-airflow-providers-trino/index.rst      |  3 +-
 .../operators}/index.rst                           |  6 +-
 .../operators/trino.rst}                           | 28 ++++---
 tests/providers/trino/hooks/test_trino.py          | 12 +--
 .../providers/trino/operators}/__init__.py         |  0
 .../operators/test_trino.py}                       | 27 ++++--
 tests/system/providers/trino/example_trino.py      | 98 ++++++++++++++++++++++
 11 files changed, 222 insertions(+), 68 deletions(-)
 copy airflow/{api_connexion => providers/trino/operators}/__init__.py (100%)
 copy airflow/providers/{jdbc/operators/jdbc.py => trino/operators/trino.py} 
(57%)
 copy docs/{apache-airflow-providers-amazon/secrets-backends => 
apache-airflow-providers-trino/operators}/index.rst (96%)
 copy 
docs/{apache-airflow-providers-presto/operators/transfer/presto_to_slack.rst => 
apache-airflow-providers-trino/operators/trino.rst} (57%)
 copy {airflow/api_connexion => tests/providers/trino/operators}/__init__.py 
(100%)
 copy tests/providers/{vertica/operators/test_vertica.py => 
trino/operators/test_trino.py} (54%)
 create mode 100644 tests/system/providers/trino/example_trino.py

Reply via email to