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 d5f81a4e2d Switch AzureDataLakeStorageV2Hook to use
DefaultAzureCredential for managed identity/workload auth (#38497)
add f0677275f9 Add `mssql` integration tests and relocate existing unit
tests (#39831)
No new revisions were added by this update.
Summary of changes:
.github/workflows/integration-tests.yml | 5 +
airflow/providers/microsoft/mssql/hooks/mssql.py | 9 +-
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 | 4 +-
dev/breeze/doc/images/output_start-airflow.txt | 2 +-
.../images/output_testing_integration-tests.svg | 2 +-
.../images/output_testing_integration-tests.txt | 2 +-
dev/breeze/doc/images/output_testing_tests.svg | 92 +++++------
dev/breeze/doc/images/output_testing_tests.txt | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 13 +-
.../src/airflow_breeze/params/shell_params.py | 2 +
...gration-cassandra.yml => integration-mssql.yml} | 41 ++---
scripts/in_container/check_environment.sh | 4 +
tests/always/test_project_structure.py | 3 -
.../apache/hive/transfers/test_mssql_to_hive.py | 121 +++++---------
.../cloud/transfers/test_bigquery_to_mssql.py | 75 ++++++---
.../google/cloud/transfers/test_mssql_to_gcs.py | 180 +++++----------------
.../integration/providers/microsoft}/__init__.py | 0
.../providers/microsoft/mssql}/__init__.py | 0
.../providers/microsoft/mssql/hooks}/__init__.py | 0
.../providers/microsoft/mssql/hooks/test_mssql.py} | 28 +++-
.../apache/hive/transfers/test_mssql_to_hive.py | 11 +-
.../google/cloud/transfers/test_mssql_to_gcs.py | 8 +-
.../google/cloud/transfers/test_trino_to_gcs.py | 3 -
27 files changed, 326 insertions(+), 409 deletions(-)
copy scripts/ci/docker-compose/{integration-cassandra.yml =>
integration-mssql.yml} (62%)
copy {airflow/api_connexion =>
tests/integration/providers/microsoft}/__init__.py (100%)
copy {airflow/api_connexion =>
tests/integration/providers/microsoft/mssql}/__init__.py (100%)
copy {airflow/api_connexion =>
tests/integration/providers/microsoft/mssql/hooks}/__init__.py (100%)
copy tests/{providers/amazon/aws/hooks/test_sqs.py =>
integration/providers/microsoft/mssql/hooks/test_mssql.py} (53%)
copy tests/{integration =>
}/providers/apache/hive/transfers/test_mssql_to_hive.py (93%)
copy tests/{integration =>
}/providers/google/cloud/transfers/test_mssql_to_gcs.py (96%)
copy tests/{integration =>
}/providers/google/cloud/transfers/test_trino_to_gcs.py (99%)