This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 0ca0f17996c Remove unused db method in k8s provider (#49186)
add 4add064816b Implement `Variable.delete` method in task SDK (#49141)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/execution_api/routes/variables.py | 18 +++++++++-
.../src/airflow/dag_processing/processor.py | 8 +++--
airflow-core/src/airflow/models/variable.py | 38 ++++++++++++++++++----
.../execution_api/versions/head/test_variables.py | 29 +++++++++++++++++
.../tests/unit/dag_processing/test_processor.py | 35 ++++++++++++++++++++
task-sdk/src/airflow/sdk/api/client.py | 11 +++++++
task-sdk/src/airflow/sdk/definitions/variable.py | 10 ++++++
task-sdk/src/airflow/sdk/execution_time/comms.py | 6 ++++
task-sdk/src/airflow/sdk/execution_time/context.py | 20 ++++++++++++
.../src/airflow/sdk/execution_time/supervisor.py | 3 ++
task-sdk/tests/task_sdk/api/test_client.py | 15 +++++++++
.../task_sdk/execution_time/test_supervisor.py | 10 ++++++
12 files changed, 194 insertions(+), 9 deletions(-)