Describe History (Delta Lake on Databricks)
DESCRIBE HISTORY [db_name.]table_name
DESCRIBE HISTORY delta.`<path-to-table>`
Return provenance information, including the operation, user, and so on, for each write to a table. Table history is retained for 30 days.
See Retrieve Delta table history for details.