This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch vincbeck/add-tests-to-python-operator
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 4eef359959 Add tests to airflow/operators/python.py
add 3af8c60989 Add suspended providers to pytest collection test (#30668)
add 8d81963c01 Workaround type-incompatibility with new attrs in
openlineage (#30674)
add 5e0d71b3ee Better message on deserialization error
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 (4eef359959)
\
N -- N -- N refs/heads/vincbeck/add-tests-to-python-operator
(5e0d71b3ee)
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/ci.yml | 1 +
airflow/providers/openlineage/utils/utils.py | 4 +++-
tests/operators/test_python.py | 5 +++--
3 files changed, 7 insertions(+), 3 deletions(-)