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 14aa545ad84 chore: add leading underscore (#43843)
add 9bbf6f16f75 Test standard provider with Airflow 2.8 and 2.9 (#43556)
No new revisions were added by this update.
Summary of changes:
dev/breeze/src/airflow_breeze/global_constants.py | 4 +-
docs/apache-airflow/howto/operator/python.rst | 2 +-
.../src/airflow/providers/standard/__init__.py | 9 +
.../airflow/providers/standard/operators/python.py | 84 ++++++----
.../providers/standard/sensors/date_time.py | 23 ++-
.../src/airflow/providers/standard/sensors/time.py | 23 ++-
.../providers/standard/sensors/time_delta.py | 10 +-
providers/tests/common/sql/operators/test_sql.py | 1 -
providers/tests/openlineage/plugins/test_utils.py | 12 +-
providers/tests/openlineage/utils/test_utils.py | 5 +-
providers/tests/standard/operators/test_python.py | 182 ++++++++++++++-------
.../tests/standard/utils/test_python_virtualenv.py | 6 +-
12 files changed, 253 insertions(+), 108 deletions(-)