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
value
Describe the bug The input field in the dashboard is blank on landing when the input value field is an int
select name as label, id as value, json_build_object( 'project', project, 'id', id ) as tags from gcp_compute_network order by title;
select name as label, id::text as value, json_build_object( 'project', project, 'id', id ) as tags from gcp_compute_network order by title;
Steampipe version (steampipe -v) Steampipe v0.18.0-rc.2
steampipe -v
To reproduce Open GCP Network Detail Page where the input value column is an int
The text was updated successfully, but these errors were encountered:
c10c0d7
MichaelBurgess
No branches or pull requests
Describe the bug
The input field in the dashboard is blank on landing when the input
value
field is an intSteampipe version (
steampipe -v
)Steampipe v0.18.0-rc.2
To reproduce
Open GCP Network Detail Page where the input
value
column is an intThe text was updated successfully, but these errors were encountered: