async fn list_table_catalogs_inner(
metadata_manager: &MetadataManager,
table_type: TableType,
) -> Result<Json<Vec<Table>>, DashboardError>
async fn list_table_catalogs_inner(
metadata_manager: &MetadataManager,
table_type: TableType,
) -> Result<Json<Vec<Table>>, DashboardError>