-
Notifications
You must be signed in to change notification settings - Fork 274
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
Local plugin is not loaded from local path #4196
Comments
Hi @Lyneals , sorry you've hit this issue. I'll look into that and see what I can do |
Hello @kaidaguerre , thanks for the response (same guy, different account here). I could make it work by adding my local plugin to the versions.json file:
I believe it's related to recent changes that check the versions before loading a plugin: bb26c0e
Either we can expect local development to maintain their edit:
|
I'm still having this issue with Steampipe v0.22.1:
I have a local plugin loaded in
However, when I execute
I tried adding a local
When I try to add a section to Before
After
|
From what I can see, @gerrymiller, its not made it into a release yet: v0.22.1...main I know Jon was doing some subsequent testing |
sorry for the delay in this one, found another small issue with the fix, hoping the get a patch out tomorrow. |
Thanks. I have v0.22.2, and it's still not working. Do you know if the patch made it into that version? I've updated Steampipe to the latest available. |
Hi @kaidaguerre wondering if you had an update on this...thank you! |
Describe the bug
Plugin is not loaded from the local path using the following connection statement:
Plugins directory tree:
Steampipe plugin list output:
Logs trace (
grep eol
):Steampipe version (
steampipe -v
)To reproduce
Follow https://steampipe.io/docs/develop/writing-plugins#installing-and-testing-your-plugin to install a plugin locally.
Expected behavior
Plugins prefixed by
local/
should be loaded as local pluginsAdditional context
It was working fine on an older laptop.
Source if needed: https://github.com/Lyneals/steampipe-plugin-eol
The text was updated successfully, but these errors were encountered: