I want to delete tables that haven't been selected or otherwise accessed for several months.
I can see the Delta table history, but I can only catch the DDL or update/insert/delete and can't catch "select".
I realized that the Unity Catalog insight, https://docs.databricks.com/aws/en/discover/table-insights but I can't find the way to get data via SQL or API.
My idea is using Audit log, but it must consider security and get permissions from Admin team.
However, I'm thinking it is the best way to use audit log to achieve my purpose...
Is there any way to get or track history of all queries in Unity Catalog by each Schema or Tables?
Thank you.