We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is.
.inspect >> Works .inspect azure - Breaks .inspect connection_name >> .inspect azure_nagraj_aaa >> Breaks .inspect connection_name.table_name >> .inspect azure_newwarriors_aaa.azure_subnet (works) where .inspect azure_newwarriors_aaa.azure_app_configuration breaks (Inconsistent) .inspect table_name >> .inspect azure_subscription >> Mostly breaks
.inspect
.inspect azure
.inspect connection_name
.inspect connection_name.table_name
.inspect table_name
Note v0.20.9 version works fine.
Steampipe version (steampipe -v) Example: v0.3.0
steampipe -v
To reproduce Steps to reproduce the behavior (please include relevant code and/or commands).
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Fixes issue where '.inspect' would panic for long column descriptions. …
885a854
…Closes #3709
Successfully merging a pull request may close this issue.
Describe the bug
A clear and concise description of what the bug is.
.inspect
>> Works.inspect azure
- Breaks.inspect connection_name
>> .inspect azure_nagraj_aaa >> Breaks.inspect connection_name.table_name
>> .inspect azure_newwarriors_aaa.azure_subnet (works) where .inspect azure_newwarriors_aaa.azure_app_configuration breaks (Inconsistent).inspect table_name
>> .inspect azure_subscription >> Mostly breaksNote v0.20.9 version works fine.
Steampipe version (
steampipe -v
)Example: v0.3.0
To reproduce
Steps to reproduce the behavior (please include relevant code and/or commands).
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: