INFORMATION_SCHEMA IS NOT POPULATED WITH TABLE INFORMATION

Databricks3
Contributor

I have created a metastore and within that metastore i have created multiple schemas and tables underlying it but none of table details is visible from information schema. All the tables are empty.

Could you please let me know if I am missing here. Below query is returning no data.

%sql
select * from <catalog_name>.information_schema.tables