dstandish commented on code in PR #58289:
URL: https://github.com/apache/airflow/pull/58289#discussion_r2582280287
##########
airflow-core/src/airflow/models/taskinstance.py:
##########
@@ -1315,6 +1315,9 @@ def register_asset_changes_in_db(
) -> None:
from airflow.sdk.definitions.asset import Asset, AssetAlias,
AssetNameRef, AssetUniqueKey, AssetUriRef
+ # TODO: AIP-76 should we provide an interface to override this, so
that the task can
+ # tell the truth if for some reason it touches a different partition?
Review Comment:
Could be that the task has conditional logic
--
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]