Whenever I make an API request to the catalog endpoint, I receive an object that looks like this response.
That response does not include information about where double quotes (") need to be included on the path property in order to be used with services like intake_dremio or other plugins.
From what I’ve seen, double quotes can surround anything depending on some internal Dremio protocol.
Is there a way to know where the double quotes belong around the path?
Update: We had to work with the third party library to allow double quotes around all parts of the dremio path. Dremio does not have a way to return where the double quotes belong.