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

running dashboard as batch (as for creating snapshot) should fail with an error if inputs are missing. #2551

Closed
johnsmyth opened this issue Oct 18, 2022 · 0 comments · Fixed by #2591
Assignees
Labels
bug Something isn't working

Comments

@johnsmyth
Copy link

Describe the bug
when running a dashboard that has inputs as a batch command, steampipe will does not error. Instead, the command will seem to 'hang'. If running with --share or -snapshot, the snapshot will actually get created and uploaded, but will be full of context cancelled errors:
image

Steampipe version (steampipe -v)
steampipe version 0.17.0-alpha.23

To reproduce
Run a dashboard that requires inputs, but don't specify some via --dashboard-input:

steampipe dashboard aws_insights.dashboard.aws_vpc_detail --snapshot

Expected behavior

  • running dashboard as batch (as for creating snapshot) should fail with an error if inputs are missing.
  • if the command is cancelled with ctrl-C, dont upload the snapshot
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
2 participants