This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch structlog-in-logging-mixin
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 516be1fae8e Switch all airflow logging to structlog
omit dfa81e50850 Disable UP038 ruff rule and revert mandatory `X | Y` in
insintance checks
add dc47a11df91 Disable UP038 ruff rule and revert mandatory `X | Y` in
insintance checks (#52644)
add 567d3485da1 Replace `models.BaseOperator` to Task SDK one for Tableau,
Telegram, and Teradata (#52642)
add 06a70f0826f Switch all airflow logging to structlog
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 (516be1fae8e)
\
N -- N -- N refs/heads/structlog-in-logging-mixin (06a70f0826f)
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:
.../tableau/src/airflow/providers/tableau/operators/tableau.py | 2 +-
.../tableau/src/airflow/providers/tableau/sensors/tableau.py | 7 +------
providers/tableau/src/airflow/providers/tableau/version_compat.py | 8 ++++++++
.../telegram/src/airflow/providers/telegram/operators/telegram.py | 2 +-
.../src/airflow/providers/telegram}/version_compat.py | 0
.../teradata/src/airflow/providers/teradata/operators/bteq.py | 2 +-
.../teradata/src/airflow/providers/teradata/operators/teradata.py | 2 +-
.../providers/teradata/operators/teradata_compute_cluster.py | 2 +-
.../providers/teradata/transfers/azure_blob_to_teradata.py | 3 +--
.../src/airflow/providers/teradata/transfers/s3_to_teradata.py | 3 +--
.../airflow/providers/teradata/transfers/teradata_to_teradata.py | 2 +-
.../src/airflow/providers/teradata}/version_compat.py | 0
providers/teradata/tests/unit/teradata/operators/test_bteq.py | 2 +-
13 files changed, 18 insertions(+), 17 deletions(-)
copy providers/{openai/src/airflow/providers/openai =>
telegram/src/airflow/providers/telegram}/version_compat.py (100%)
copy providers/{openai/src/airflow/providers/openai =>
teradata/src/airflow/providers/teradata}/version_compat.py (100%)