Vamsi-klu opened a new pull request, #71993: URL: https://github.com/apache/airflow/pull/71993
`yield Metadata(...)` and `outlet_events[asset].add_partitions(...)` now agree on partition keys. Extra is never treated as a key. `Metadata.partition_key` is recorded on the concrete asset accessor. Events emitted only through an alias still use the producing Dag run's partition key. closes: #69117 Independent of #54659 / #56050. ## Test plan - [x] `pytest task-sdk/tests/task_sdk/execution_time/test_callback_runner.py` (9 passed) - [x] mapped Metadata vs extra-only scheduler coverage already in the branch --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Cursor Grok 4.6 Generated-by: Cursor Grok 4.6 following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) Made with [Cursor](https://cursor.com) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
