Where does the schema for a Delta table set reside?

jose_gonzalez
Databricks Employee
Databricks Employee

I would like to know where can I find the current schema information from my Delta table.

jose_gonzalez
Databricks Employee
Databricks Employee

The table name, path, database info are stored in Hive metastore, the actual schema is stored in the "_delta_log" directory that should be in the root path location where you Delta table is stored.

View solution in original post