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 032ac87b1d logout link in no roles error page fix (#41813)
add c2d5ef4525 Update provider to use Airbyte API Python SDK (#41122)
No new revisions were added by this update.
Summary of changes:
airflow/providers/airbyte/CHANGELOG.rst | 15 ++
airflow/providers/airbyte/hooks/airbyte.py | 241 ++++++++-------------
airflow/providers/airbyte/operators/airbyte.py | 74 +++----
airflow/providers/airbyte/provider.yaml | 3 +-
airflow/providers/airbyte/sensors/airbyte.py | 46 ++--
airflow/providers/airbyte/triggers/airbyte.py | 20 +-
dev/breeze/tests/test_selective_checks.py | 32 +--
.../connections.rst | 40 ++--
.../operators/airbyte.rst | 6 +-
generated/provider_dependencies.json | 6 +-
tests/providers/airbyte/hooks/test_airbyte.py | 159 ++++++++------
tests/providers/airbyte/operators/test_airbyte.py | 24 +-
tests/providers/airbyte/sensors/test_airbyte.py | 42 ++--
tests/providers/airbyte/triggers/test_airbyte.py | 28 +--
14 files changed, 350 insertions(+), 386 deletions(-)