tyrellcurry commented on issue #47810: URL: https://github.com/apache/airflow/issues/47810#issuecomment-2727647575
Some notes on this: I am pretty sure the UI is populating the assets in the list by hitting this endpoint: `public/assets` When I change the asset name, or delete a DAG from my `files/` I see the asset is still remaining in the DB, which is why it's getting pulled in via the `public/assets` endpoint. The question then becomes, is the issue the fact that the assets are persisting in the DB? This might end up being a BE issue not a FE issue. -- 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]
