Hello I’m trying to ingest lookml using sample pro...
# troubleshoot
q
Hello I’m trying to ingest lookml using sample projects that looker provides For example, I want to ingest
welcome_to_looker
that is provided for demo purposes I’m getting error:
Copy code
1 validation error for LookMLSourceConfig
base_folder
  file or directory at path "/projects/welcome_to_looker" does not exist (type=value_error.path.not_exists; path=/projects/welcome_to_looker)
My yaml config:
Copy code
base_folder: /projects/welcome_to_looker
Does that somebody have some tips to specify path correctly?
o
Hi! Have you tried using an absolute file path instead of a relative one? For some examples of this field you can view the config table here
q
@orange-night-91387 Hi sorry for late response I’ve tried but the problem is that I don’t how to specify a proper path, I tried to use the sample lookml dashboards but with results as above. So my question is that somebody tried to ingest sample dashboards that are in looker for presentation purposes.