Closed vmdude closed 5 months ago
Hi @vmdude, Sorry to see that you are encountering the issue. I have raised a PR by addressing this issue.
It would be great if you would like to give it a try in the PR branch(issue-425
) and share your feedback with us.
Steps to Give it a try in the PR branch:
issue-425
make
Thanks!
Hello @ParthaI ,
Sure I'll try this asap and let you know.
F.
Awesome @ParthaI it works just fine 👍
Thank @vmdude, For the confirmation. 👍
Describe the bug When querying table
alicloud_cs_kubernetes_cluster
with a cluster without any tags, an error is thrown:Steampipe version (
steampipe -v
)Plugin version (
steampipe plugin list
)To reproduce
select name from alicloud_cs_kubernetes_cluster;
, observe errorExpected behavior Error should be catched, or empty tags list should be handled
Additional context Similar error were spot in https://github.com/turbot/steampipe-plugin-alicloud/issues/165 without required context, thus dismissed.