Hello Everyone, Is there a way to ingestion lookML...
# ingestion
e
Hello Everyone, Is there a way to ingestion lookML data strictly using the api and not specifying a repo for it? If we have to specify a repo is there a way so that it is a URL and not a path?
m
Looker doesn't really expose an API to get view metadata out. So you need to run the lookml ingestion using a container that has access to the git repo.
The current connector requires that you have a checked out version of the repo on the machine (hence the requirement for a path)
Is that something too hard for you to accomplish in your environment?
e
I think that is fine Thank you!