This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a change to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d8225b0d509 CI: Upgrade important CI environment (#64458)
new 0656380f62a fix(Asset-Partition): sort partitioned DagRun by
partition_date (#62866)
new 29b1556a3a3 Fix partitioned asset events incorrectly triggering
non-partition-aware Dags (#63848)
new fe7c163ef20 docs: asset partition (#63262)
new 10687f6a4cb refactor(partition-mapper): rename ToXXXMapper to
StartOfXXXMapper (#64160)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../docs/authoring-and-scheduling/assets.rst | 148 +++++++++++++++++++++
airflow-core/src/airflow/assets/manager.py | 2 +-
.../src/airflow/dag_processing/collection.py | 7 +-
.../example_dags/example_asset_partition.py | 22 +--
.../src/airflow/partition_mappers/temporal.py | 12 +-
airflow-core/src/airflow/serialization/encoders.py | 50 +++----
airflow-core/tests/unit/assets/test_manager.py | 23 ++++
.../tests/unit/dag_processing/test_collection.py | 31 +++++
airflow-core/tests/unit/jobs/test_scheduler_job.py | 4 +-
.../tests/unit/partition_mappers/test_chain.py | 12 +-
.../tests/unit/partition_mappers/test_product.py | 34 ++---
.../tests/unit/partition_mappers/test_temporal.py | 45 ++++---
.../unit/serialization/test_serialized_objects.py | 82 ++++++------
task-sdk/docs/api.rst | 12 +-
task-sdk/src/airflow/sdk/__init__.py | 36 ++---
task-sdk/src/airflow/sdk/__init__.pyi | 24 ++--
.../sdk/definitions/partition_mappers/temporal.py | 12 +-
17 files changed, 384 insertions(+), 172 deletions(-)