This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from bde6332 Fixes flaky kubernetes Pod Operator tests (#10111)
add 1d68cd2 Make conn_id unique in Connections table (#9067)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 8 +++
airflow/exceptions.py | 4 ++
...d48763f6d53_add_unique_constraint_to_conn_id.py | 67 +++++++++++++++++++
airflow/models/connection.py | 2 +-
airflow/secrets/local_filesystem.py | 8 ++-
docs/concepts.rst | 5 --
docs/howto/use-alternative-secrets-backend.rst | 14 ++--
tests/providers/pagerduty/hooks/test_pagerduty.py | 3 +-
tests/secrets/test_local_filesystem.py | 76 ++++++++++++++--------
tests/secrets/test_secrets_backends.py | 8 +--
10 files changed, 147 insertions(+), 48 deletions(-)
create mode 100644
airflow/migrations/versions/8d48763f6d53_add_unique_constraint_to_conn_id.py