This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 243fe86d4b3 Move airflow sources to airflow-core package (#47798)
add 545bf451d47 Setting Airflow context Environment variables for
operators (#47644)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/models/taskinstance.py | 3 +-
airflow-core/src/airflow/utils/operator_helpers.py | 101 --------------------
.../tests/unit/utils/test_operator_helpers.py | 47 ---------
generated/provider_dependencies.json | 1 +
providers/apache/hive/README.rst | 1 +
providers/apache/hive/pyproject.toml | 4 +
.../providers/apache/hive/get_provider_info.py | 1 +
.../airflow/providers/apache/hive/hooks/hive.py | 9 +-
.../providers/apache/hive/operators/hive.py | 15 ++-
.../apache/hive/transfers/hive_to_mysql.py | 8 +-
.../apache/hive/transfers/hive_to_samba.py | 7 +-
.../hive/tests/unit/apache/hive/hooks/test_hive.py | 8 +-
.../apache/hive/transfers/test_hive_to_mysql.py | 7 +-
.../apache/hive/transfers/test_hive_to_samba.py | 7 +-
.../providers/edge/example_dags/win_test.py | 2 +-
.../src/airflow/providers/presto/hooks/presto.py | 9 +-
.../airflow/providers/standard/operators/bash.py | 7 +-
.../src/airflow/providers/trino/hooks/trino.py | 9 +-
task-sdk/src/airflow/sdk/execution_time/context.py | 105 +++++++++++++++++++++
.../src/airflow/sdk/execution_time/task_runner.py | 5 +
.../tests/task_sdk/execution_time/test_context.py | 75 +++++++++++++++
.../task_sdk/execution_time/test_task_runner.py | 25 +++++
22 files changed, 292 insertions(+), 164 deletions(-)