I extracted the github archive files into a ClickHouse table using the instructions at https://ghe.clickhouse.tech/ using a custom '--path' attribute to make sure the files persisted. However, I closed that specific instance and have started a new instance of clickhouse-local and would like to load that table.
When I run SHOW DATABASE I see the '_local' one in which my files are persisted, but when I run SHOW TABLES I dont see anything. How do I import those persisted files into a table?