-
Notifications
You must be signed in to change notification settings - Fork 36
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
fix: migrate to API 4.0 #154
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Hi @drstrangelooker, I'm getting this error when trying to import a dashboard after the latest update. Do you know why this might be happening? |
There is nothing in the update that should impact that. Can you share the
json file that you are importing? In particular there should be a
dashboard_layouts element that contains an array.
drstrangelooker
--
Mike DeAngelo | Developer Relations Engineer | ***@***.*** |
917-318-7889
There are two hard things in computer science: cache invalidation, naming
things, and off-by-one errors. - Martin Fowler
…On Thu, Mar 30, 2023 at 1:10 PM Darren Liu ***@***.***> wrote:
Hi @drstrangelooker <https://github.com/drstrangelooker>,
I'm getting this error when trying to import a dashboard after the latest
update. Do you know why this might be happening?
[image: image]
<https://user-images.githubusercontent.com/37222738/228912883-df0f7e81-12e4-4a58-8eb5-d3b0b9cb8f6d.png>
—
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACSDEEKDU7GQACKT2WJEXPTW6W5BNANCNFSM6AAAAAAVNU234M>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
We also had the similar issue after this code change as well. This is our error msg. rrors.ShellProcessError: Shell process exited with code 1: /usr/local/bundle/gems/gazer-0.2.59/lib/gzr/commands/dashboard/import.rb:170:in During handling of the above exception, another exception occurred: |
Same here |
I have the same issue after this code change. /var/lib/gems/3.0.0/gems/looker-sdk-0.1.2/lib/looker-sdk/client/dynamic.rb:106:in |
I'm working on the bug fix. |
No description provided.