This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch restore-test-airflow-release-commands
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard dd54012a05 Bring back release airflow command to be run in canary build
     add b9e96df0cd  Update log level to debug from warning about 
scheduled_duration metric (#38180)
     add bf9bb72bb6 Resolve `PT012` in `databricks` provider tests (#38517)
     add 731b6160d9 fixing the tz in next run id info (#38482)
     add 977f0bda24 Build constraints instead of pulling them for non-main 
builds (#38533)
     add abb266bc82 Fix failure of additional prod image builds in non-main 
build (#38538)
     add 279d1f7c64 Prohibit to use unsupported DB backends in tests (#38530)
     add f8171171d3 Bring back release airflow command to be run in canary build

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dd54012a05)
            \
             N -- N -- N   refs/heads/restore-test-airflow-release-commands 
(f8171171d3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/basic-tests.yml                  |  6 ++-
 .github/workflows/build-images.yml                 |  1 +
 .github/workflows/ci.yml                           |  1 +
 .github/workflows/prod-image-build.yml             | 30 ++++++++++---
 .github/workflows/prod-image-extra-checks.yml      |  3 ++
 airflow/models/taskinstance.py                     |  6 ++-
 airflow/www/templates/airflow/dag.html             |  2 +-
 pyproject.toml                                     |  4 --
 tests/always/test_project_structure.py             |  4 ++
 tests/conftest.py                                  | 45 +++++++++++++------
 .../providers/apache/drill}/__init__.py            |  0
 .../providers/apache/drill/operators}/__init__.py  |  0
 .../providers/apache/drill/operators/test_drill.py |  3 +-
 .../integration/providers/apache/hive}/__init__.py |  0
 .../providers/apache/hive/transfers}/__init__.py   |  0
 .../apache/hive/transfers/test_mssql_to_hive.py    |  3 +-
 .../cloud/transfers/test_bigquery_to_mssql.py      |  3 +-
 .../google/cloud/transfers/test_mssql_to_gcs.py    |  3 +-
 tests/providers/apache/drill/operators/__init__.py | 17 --------
 .../providers/databricks/hooks/test_databricks.py  | 15 +++----
 .../databricks/operators/test_databricks.py        |  4 +-
 .../databricks/operators/test_databricks_repos.py  |  2 +-
 .../sensors/test_databricks_partition.py           | 51 ++++++++++------------
 23 files changed, 113 insertions(+), 90 deletions(-)
 copy {airflow/api_connexion => 
tests/integration/providers/apache/drill}/__init__.py (100%)
 copy {airflow/api_connexion => 
tests/integration/providers/apache/drill/operators}/__init__.py (100%)
 rename tests/{ => integration}/providers/apache/drill/operators/test_drill.py 
(94%)
 copy {airflow/api_connexion => 
tests/integration/providers/apache/hive}/__init__.py (100%)
 copy {airflow/api_connexion => 
tests/integration/providers/apache/hive/transfers}/__init__.py (100%)
 rename tests/{ => 
integration}/providers/apache/hive/transfers/test_mssql_to_hive.py (97%)
 rename tests/{ => 
integration}/providers/google/cloud/transfers/test_bigquery_to_mssql.py (93%)
 rename tests/{ => 
integration}/providers/google/cloud/transfers/test_mssql_to_gcs.py (98%)
 delete mode 100644 tests/providers/apache/drill/operators/__init__.py

Reply via email to