-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on content import when creating destination folder #149
Comments
Looker suggests in the API query_id update message that setting the Legacy Feature "Disallow Numeric Query IDs" to OFF should put the Looker instance back to its original state. Doing this has no affect on the issue I mentioned. In addition, we are making no calls to the looker-sdk package, just the Cheers |
Yes this is a different issue. |
Hi @drstrangelooker , As mentioned above, I've already upgraded it. I did it again for safe measure, and I'm getting the same error when I run the ldeploy import command. |
Hi @drstrangelooker @AdamMinton Hope all is well. Following up on the above issue- Is there a timeline for the fix? Please let me know if you need anything from me. Cheers |
Following up on this - is there a fix? We are experiencing the exact same issue. |
NOTE: For anyone who finds this and is experiencing this issue (using Windows). This error appears to be associated with the --target-folder argument. Excluding this from your command may work. Additionally, you can fork the repo and change line 308 in deploy_content.py from: This has solved the issue for me. I would add a commit to the project, but I think that this change would impact mac/unix users. Potentially switching it to args.target_base = args.target_folder.split(os.sep)[0] could solve for both? |
Hi @drstrangelooker @AdamMinton ,
I'm getting the same issue as @jtorreio.
However, it is happening when I run
ldeploy content import
. I get a generic looker_sdk error. As suggested, I triedgem update gazer
and this did not resolve the issue.Here is a screenshot of the error:
I've updated looker_deployer and looker_sdk and it hasn't done the trick either.
This is a high priority issue as we are blocked from deploying any Looker content to our instances. Can you please investigate?
Please let me know if you need anything from me. Thank you!
Originally posted by @jacobakh in #148 (comment)
The text was updated successfully, but these errors were encountered: