-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Sorting the VPS from aws_vpc
by cidr_block
fails with the following error:
$ ~/src/steampipe/steampipe-v0.10.0 query 'select cidr_block from aws_vpc order by cidr_block'
Warning: executeQueries: query 1 of 1 failed: driver: bad connection
Steampipe version (steampipe -v
)
$ ~/src/steampipe/steampipe-v0.10.0 --version
steampipe version 0.10.0
To reproduce
Run the following command:
steampipe query 'select cidr_block from aws_vpc order by cidr_block'
Expected behavior
Output a table of VPC CIDRs, sorted by CIDR.
Additional context
The same command on steampipe v0.9.1
hangs instead of returning an error.
Casting to network
works:
~/src/steampipe/steampipe-v0.10.0 query 'select cidr_block from aws_vpc order by network(cidr_block)'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working