This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a change to branch backport-f391942-v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2ec0f227160 [v3-2-test] Fix ObjectStoragePath NoCredentialsError when
using conn_id with remote stores (#64634)
add 959ebd83c13 [v3-2-test] Fix double-serialization issue by unwrapping
serialized kwargs in `encode_trigger` (#64626) (#64642)
add 5490ded60bf Merge branch 'v3-2-test' into backport-f391942-v3-2-test
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/models/trigger.py | 5 +-
airflow-core/src/airflow/serialization/encoders.py | 8 +
.../tests/unit/dag_processing/test_collection.py | 88 ++++++++++
.../tests/unit/serialization/test_encoders.py | 181 +++++++++++++++++++++
4 files changed, 281 insertions(+), 1 deletion(-)
create mode 100644 airflow-core/tests/unit/serialization/test_encoders.py