Closed e-gineer closed 1 week ago
Here is a workaround that returns properly:
with blocks as materialized (select destination_cidr_block from aws_vpc_route) select distinct * from blocks;
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.
This issue was closed because it has been stalled for 90 days with no activity.
I can list all
destination_cidr_block
values:But, If I try to list distinct ones only, steampipe crashes:
Here is the log. There is no plugin log file at all available.