dstandish commented on code in PR #58289:
URL: https://github.com/apache/airflow/pull/58289#discussion_r2577460469


##########
airflow-core/src/airflow/models/taskinstance.py:
##########
@@ -1317,6 +1317,8 @@ 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?

Review Comment:
   expanded on the comment in the todo
   
   basically, task might do something different, and if it does, it should be 
able to tell the truth



-- 
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]

Reply via email to