-
Notifications
You must be signed in to change notification settings - Fork 20
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 when following learn_powerpipe instructions #478
Comments
Note that replacing powerpipe with steampipe in the |
@jheidbrink We don't maintain the steampipe and powerpipe Nix packages. I suggest you install Powerpipe using brew(mac) or the installer(linux & wsl) and see if you still get the same error while running Meanwhile, I'll try to install it from Nix and see if I can replicate your error. Thanks |
When using the |
I noticed that on Debian with the |
I took a look at the source code and I believe one important difference between the Nix build and the official build is that the official build process sets the This leads to different behaviour in powerpipe/internal/dashboardassets/ensure.go Lines 40 to 45 in 701d70f
The official build then goes on to extract an powerpipe/internal/dashboardassets/ensure.go Lines 53 to 61 in 701d70f
I haven't figured out in which folder it is looking for |
The assets are built in this step in the Release workflow. |
Powerpipe version (
powerpipe -v
)v0.4.2
To reproduce
powerpipe query run "select title from aws_account"
command workspowerpipe server
, it printsError: during development, dashboard assets must be present when running powerpipe dashboard
and exits.The text was updated successfully, but these errors were encountered: