Hey all, not sure if this is the right place to be...
# troubleshoot
b
Hey all, not sure if this is the right place to be asking this, but I'm setting up lookml ingestion and keep getting an error saying that the directory is not found. I'm using the directory of my lookml repo/files using the
base_folder
config option,
/home/ubuntu/github/myreponame
, but I keep getting an error saying it can't find the directory or it doesn't exist. The folder has r/w permissions, so datahub should be able to read from it. Is there something I am obviously doing wrong? Does the repo need to be located in a specific folder in order for the
base_folder
config to be able to read from it?