mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-21 16:00:13 -04:00
14 lines
146 B
JSON
14 lines
146 B
JSON
{
|
|
"columns": [
|
|
{
|
|
"name": "from_qual_column",
|
|
"data_type": "text"
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"from_qual_column": "2"
|
|
}
|
|
]
|
|
}
|
|
|