This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 6203e23a5d7 Remove Openlineage from list of pre-installed providers
(#48947)
add f7c16b8ed27 feat(secrets_masker): add minimum secret length and skip
masking for common terms (#48791)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/config_templates/config.yml | 8 +
.../core_api/routes/public/test_connections.py | 16 ++
.../sql/tests/unit/common/sql/hooks/test_dbapi.py | 5 +-
.../airflow/sdk/execution_time/secrets_masker.py | 34 ++-
.../task_sdk/definitions/test_secrets_masker.py | 253 +++++++++++++++++++--
5 files changed, 300 insertions(+), 16 deletions(-)