vincbeck commented on PR #43826: URL: https://github.com/apache/airflow/pull/43826#issuecomment-2470846458
> > @Lee-W @uranusjr When working on it I realized that assets are added in the DB from DAG definition but never removed (or at least I did not see the code). Meaning, as a DAG author if I define an asset in my DAG and then later on remove it, the asset is never removed from the DB. Am I wrong? If not, is it intended? > > Yep, this is by design as of now. To keep the asset history. Alright, thank you. I handled it then. I removed the references from asset and triggers if the asset is no longer used -- 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]
