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 032d27640b Refresh properties on KubernetesPodOperator on token
expiration also when logging (#39789)
add 4127ce4c2d Add `drill` integration tests (#39921)
No new revisions were added by this update.
Summary of changes:
contributing-docs/testing/integration_tests.rst | 2 +
dev/breeze/doc/images/output-commands.svg | 4 +-
dev/breeze/doc/images/output_shell.svg | 120 +++++++--------
dev/breeze/doc/images/output_shell.txt | 2 +-
dev/breeze/doc/images/output_start-airflow.svg | 102 ++++++-------
dev/breeze/doc/images/output_start-airflow.txt | 2 +-
.../images/output_testing_integration-tests.svg | 80 +++++-----
.../images/output_testing_integration-tests.txt | 2 +-
dev/breeze/doc/images/output_testing_tests.svg | 162 +++++++++++----------
dev/breeze/doc/images/output_testing_tests.txt | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 6 +-
.../src/airflow_breeze/params/shell_params.py | 2 +
.../ci/docker-compose/drill/drill-override.conf | 15 +-
...integration-mongo.yml => integration-drill.yml} | 29 ++--
scripts/in_container/check_environment.sh | 4 +
.../providers/apache/drill/hooks}/__init__.py | 0
.../providers/apache/drill/hooks/test_drill.py | 72 +++++++++
.../providers/apache/drill/operators/test_drill.py | 63 --------
18 files changed, 346 insertions(+), 323 deletions(-)
copy airflow/providers/fab/auth_manager/security_manager/constants.py =>
scripts/ci/docker-compose/drill/drill-override.conf (84%)
copy scripts/ci/docker-compose/{integration-mongo.yml =>
integration-drill.yml} (70%)
copy {airflow/api_connexion =>
tests/integration/providers/apache/drill/hooks}/__init__.py (100%)
create mode 100644 tests/integration/providers/apache/drill/hooks/test_drill.py
delete mode 100644
tests/integration/providers/apache/drill/operators/test_drill.py