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 c0382dcff4b Adding retry mechanism for release calendar CI job (#60310)
add 8a94a43a80c Remove core references in secrets backend logic in sdk
(#59597)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 6 ++
airflow-core/src/airflow/secrets/__init__.py | 11 +--
airflow-core/src/airflow/secrets/base_secrets.py | 6 ++
scripts/ci/prek/check_secrets_search_path_sync.py | 89 ++++++++++++++++++++++
task-sdk/src/airflow/sdk/configuration.py | 15 ++--
.../airflow/sdk/execution_time/secrets/__init__.py | 7 ++
.../tests/task_sdk/execution_time/test_context.py | 6 +-
7 files changed, 121 insertions(+), 19 deletions(-)
create mode 100755 scripts/ci/prek/check_secrets_search_path_sync.py