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

Question: copying dashboard folders #104

Closed lambdamusic closed 1 year ago

lambdamusic commented 1 year ago

Hi

Newbie here :-) I would like to duplicate a whole Looker folder containing user-defined dashboards. Within the same instance, and ideally also updating the model tiles derive from, as part of the same process.

Is this something looker_deployer is designed to support in some form?

Thanks in advance..

karan-sigmoid commented 1 year ago

I am trying to perform something similar, but i am facing issues in doing the same ldeploy content import --env dev --ini looker.ini --folders 27 --target-folder 26 shell: sh -e {0} Traceback (most recent call last): File "/usr/local/bin/ldeploy", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/looker_deployer/cli.py", line 46, in main args.func(args) File "/usr/local/lib/python3.8/site-packages/looker_deployer/commands/deploy_content.py", line 289, in main assert args.target_folder.startswith("Shared"), "Target Space MUST begin with 'Shared'" AssertionError: Target Space MUST begin with 'Shared' Error: Process completed with exit code 1.

But when I use shared/prod as the source folder it gives me no such file or directory even though I have created a shared folder in the looker

AdamMinton commented 1 year ago

Closing old issue