looker-open-source / looker_deployer

A tool to help deploy objects from one Looker instance to another
Apache License 2.0
56 stars 25 forks source link

ldeploy import issue #117

Closed Hari-Prasad-Pargunan closed 1 year ago

Hari-Prasad-Pargunan commented 1 year ago

Hi Team, I am working on ldeploy POC for my organization and I am pretty excited about this tool. When this tool is productionized, it will definitely add lot of values and benefits for our team.

I am able to successfully export the contents from one instance but when I try to import this to other instance, I keep getting the following error and the dashboard is being created in the new instance with only filters but I don't see any Tiles. Am I missing something here?

ERROR: The resource you're looking for could not be found Error creating query({ "view": "customer_demo", "fields": [

Hari-Prasad-Pargunan commented 1 year ago

I figured out the issue. I was importing the Dashboard to new environment so the model configuration and connection set-up was not there. Once I set-up those, I was able to successfully import the Dashboards into new instance.