DESCRIBE HISTORY
Applies to:  Databricks SQL 
 Databricks Runtime
Returns provenance information, including the operation, user, and so on, for each write to a table. Table history is retained for 30 days.
Syntax
DESCRIBE HISTORY table_name
Parameters
- 
Identifies an existing Delta table. The name must not include a temporal specification or options specification. 
See Work with Delta Lake table history for details.