So, I just did a docker pull on Dremio (really enjoying this software, btw) and I’m trying to build an app that uses the API’s to call Dremio. I manually added the ‘Samples’ data source through the UI, but I’m having an issue with the API. I can’t seem to do the POST request to create a virtual dataset from any of the files in the source location.
This post request returns an error saying that “Table ‘SF_incidents2016’ not found”. I am very new to this program, but I thought I was following the documentation to the letter. Can anyone help me figure out what I’m missing?
yes I can, and it renders fully as well. I’ve been messing with it a bit and I think the problem is the “sqlContext” field. Changing it makes no difference, even if the path provided doesn’t exist, so I think that might have a part in this. Is there a way I can see in the logs what path the server is looking in?