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 f2aa80bce09 Added extra links for Comprehend operators (#46031)
     add 3b533621dbb move cohere provider (#46050)

No new revisions were added by this update.

Summary of changes:
 .github/boring-cyborg.yml                          |  5 +---
 docs/.gitignore                                    |  1 +
 docs/apache-airflow-providers-cohere/changelog.rst | 25 -----------------
 providers/{airbyte => cohere}/README.rst           | 18 ++++++-------
 .../docs}/.latest-doc-only-change.txt              |  0
 .../CHANGELOG.rst => cohere/docs/changelog.rst}    |  0
 .../cohere/docs}/commits.rst                       |  0
 .../cohere/docs}/connections.rst                   |  0
 .../cohere/docs}/index.rst                         |  0
 .../docs}/installing-providers-from-sources.rst    |  0
 .../cohere/docs}/operators/embedding.rst           |  2 +-
 .../cohere/docs}/security.rst                      |  0
 .../airflow/providers => }/cohere/provider.yaml    |  4 ---
 providers/{airbyte => cohere}/pyproject.toml       | 18 ++++++-------
 .../cohere/src/airflow/providers/cohere}/LICENSE   |  0
 .../src/airflow/providers/cohere/__init__.py       |  0
 .../airflow/providers/cohere}/get_provider_info.py | 31 +++++++++++-----------
 .../src/airflow/providers/cohere/hooks/__init__.py |  0
 .../src/airflow/providers/cohere/hooks/cohere.py   |  3 +--
 .../providers/cohere/operators}/__init__.py        |  0
 .../providers/cohere/operators/embedding.py        |  0
 providers/{airbyte => cohere}/tests/conftest.py    |  0
 .../{ => cohere/tests/provider_tests}/__init__.py  |  0
 .../tests/provider_tests/cohere}/__init__.py       |  0
 .../tests/provider_tests/cohere/hooks}/__init__.py |  0
 .../provider_tests}/cohere/hooks/test_cohere.py    |  0
 .../provider_tests/cohere/operators}/__init__.py   |  0
 .../cohere/operators/test_embedding.py             |  0
 .../cohere/tests/system/cohere}/__init__.py        |  0
 .../cohere/example_cohere_embedding_operator.py    |  0
 .../airflow/providers/cohere/operators/__init__.py | 16 -----------
 providers/tests/cohere/__init__.py                 | 16 -----------
 providers/tests/cohere/hooks/__init__.py           | 16 -----------
 providers/tests/cohere/operators/__init__.py       | 16 -----------
 providers/tests/system/cohere/__init__.py          | 16 -----------
 pyproject.toml                                     |  3 +++
 scripts/ci/docker-compose/remove-sources.yml       |  1 +
 scripts/ci/docker-compose/tests-sources.yml        |  1 +
 38 files changed, 42 insertions(+), 150 deletions(-)
 delete mode 100644 docs/apache-airflow-providers-cohere/changelog.rst
 copy providers/{airbyte => cohere}/README.rst (82%)
 rename providers/{src/airflow/providers/cohere => 
cohere/docs}/.latest-doc-only-change.txt (100%)
 rename providers/{src/airflow/providers/cohere/CHANGELOG.rst => 
cohere/docs/changelog.rst} (100%)
 rename {docs/apache-airflow-providers-cohere => 
providers/cohere/docs}/commits.rst (100%)
 rename {docs/apache-airflow-providers-cohere => 
providers/cohere/docs}/connections.rst (100%)
 rename {docs/apache-airflow-providers-cohere => 
providers/cohere/docs}/index.rst (100%)
 rename {docs/apache-airflow-providers-cohere => 
providers/cohere/docs}/installing-providers-from-sources.rst (100%)
 rename {docs/apache-airflow-providers-cohere => 
providers/cohere/docs}/operators/embedding.rst (93%)
 rename {docs/apache-airflow-providers-cohere => 
providers/cohere/docs}/security.rst (100%)
 rename providers/{src/airflow/providers => }/cohere/provider.yaml (96%)
 copy providers/{airbyte => cohere}/pyproject.toml (86%)
 copy {chart => providers/cohere/src/airflow/providers/cohere}/LICENSE (100%)
 rename providers/{ => cohere}/src/airflow/providers/cohere/__init__.py (100%)
 copy providers/{apache/iceberg/src/airflow/providers/apache/iceberg => 
cohere/src/airflow/providers/cohere}/get_provider_info.py (57%)
 rename providers/{ => cohere}/src/airflow/providers/cohere/hooks/__init__.py 
(100%)
 rename providers/{ => cohere}/src/airflow/providers/cohere/hooks/cohere.py 
(99%)
 copy {airflow/api_connexion => 
providers/cohere/src/airflow/providers/cohere/operators}/__init__.py (100%)
 rename providers/{ => 
cohere}/src/airflow/providers/cohere/operators/embedding.py (100%)
 copy providers/{airbyte => cohere}/tests/conftest.py (100%)
 copy providers/{ => cohere/tests/provider_tests}/__init__.py (100%)
 copy {airflow/api_connexion => 
providers/cohere/tests/provider_tests/cohere}/__init__.py (100%)
 copy {airflow/api_connexion => 
providers/cohere/tests/provider_tests/cohere/hooks}/__init__.py (100%)
 rename providers/{tests => 
cohere/tests/provider_tests}/cohere/hooks/test_cohere.py (100%)
 copy {airflow/api_connexion => 
providers/cohere/tests/provider_tests/cohere/operators}/__init__.py (100%)
 rename providers/{tests => 
cohere/tests/provider_tests}/cohere/operators/test_embedding.py (100%)
 copy {airflow/api_connexion => 
providers/cohere/tests/system/cohere}/__init__.py (100%)
 rename providers/{ => 
cohere}/tests/system/cohere/example_cohere_embedding_operator.py (100%)
 delete mode 100644 providers/src/airflow/providers/cohere/operators/__init__.py
 delete mode 100644 providers/tests/cohere/__init__.py
 delete mode 100644 providers/tests/cohere/hooks/__init__.py
 delete mode 100644 providers/tests/cohere/operators/__init__.py
 delete mode 100644 providers/tests/system/cohere/__init__.py

Reply via email to