Lee-W commented on PR #50182:
URL: https://github.com/apache/airflow/pull/50182#issuecomment-2910974359

   > In the metadata store, there is a table for tracking active asset, if I 
remembered correctly. By "inactive" means the asset is not in that table. I can 
double-check it when I revisit the code.
   
   Means an asset is referenced or does not conflict with another asset. In 
Airflow 3, the design changes a bit. there's an `AssetActive` table to track it.
   
   > May I ask why this idea is deferred? I think most of the assets will be 
active, if those are directly assigned to an outlet or inlet. By when using 
AssetAlias, and Asset created at runtime, which might not be the case. Also, I 
am wondering if removing these assets will result in problem in scheduling if 
somehow a ask trying to look for that asset. Whether there is linkage to other 
tables that we should also clean up when removing the asset.
   
   not solid reason I think. it's just not yet asked 🤔 
   
   
   > Thanks for the feedback! Yeah, I think it m...
   
   yep, it's denitily something need more discussion 🤔 
   


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