When I try to create a folder at the path, dremio said
POST /api/v3/catalog body: {"errorMessage":"There already exists an entity of type [FOLDER] at given path
But when I try to get the information of the path by
"/api/v3/catalog/by-path/%s"
It doesn’t return my the folder which the above message said “exists”
And the observation from the UI is I can’t find the Dataset page, and the dataset count is not match what I saw when I choose the source. But the folder can be found from the "SQL Runner " page. Any ideas this mismatch of the catalog in different page and api response?