Skip to content
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

steampipe plugin list hangs if any connection has import_schema = "disabled" #3561

Closed
johnsmyth opened this issue Jun 12, 2023 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@johnsmyth
Copy link

Describe the bug
steampipe plugin list hangs if any connection has import_schema = "disabled"

Steampipe version (steampipe -v)
Steampipe v0.20.6-rc.1

To reproduce
Create a connection with import_schema disabled:

connection "aws_dev" {
 plugin    = "aws"  
 profile   = "dev-aws"
 regions   =  ["us-*", "eu-*","ca-*", "ap-*"]
 import_schema = "disabled"
}

run steampipe plugin list. it will load some connections and then hang...

$ steampipe plugin list
⠸ Loaded 26 of 29 connections

Expected behavior
Steampipe plugin list should work correctly

@johnsmyth johnsmyth added the bug Something isn't working label Jun 12, 2023
kaidaguerre pushed a commit that referenced this issue Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant