turbot / steampipe-plugin-azure

Use SQL to instantly query Azure resources across regions and subscriptions. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/azure
Apache License 2.0
37 stars 17 forks source link

Getting ` getTurbotData failed with panic runtime error: index out of range [4] with length 1` error for table azure_key_vault_secret #641

Closed khushboo9024 closed 10 months ago

khushboo9024 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

Getting below error while querying table `azure_key_vault_secret`
> select * from azure_key_vault_secret

Error: rpc error: code = Internal desc = hydrate function getTurbotData failed with panic runtime error: index out of range [4] with length 1 (SQLSTATE HV000)

+------+----+------------+---------+---------+--------------+------------+------------+-----+------------+------------------+----------------+------------+-------+-------+------>
| name | id | vault_name | enabled | managed | content_type | created_at | expires_at | kid | not_before | recoverable_days | recovery_level | updated_at | value | title | tags >
+------+----+------------+---------+---------+--------------+------------+------------+-----+------------+------------------+----------------+------------+-------+-------+------>
+------+----+------------+---------+---------+--------------+------------+------------+-----+------------+------------------+----------------+------------+-------+-------+----

Steampipe version (steampipe -v) Example: v0.20.9

Plugin version (steampipe plugin list) Example: v0.5.0

To reproduce Steps to reproduce the behavior (please include relevant code and/or commands).

select * from azure_key_vault_secret

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

github-actions[bot] commented 11 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 10 months ago

This issue was closed because it has been stalled for 90 days with no activity.